summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-11-28rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)
2023-11-28torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney
2023-11-28torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney
2023-11-28torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney
2023-11-28torture: Add lock_torture writer_fifo module parameterDietmar Eggemann
2023-11-28torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney
2023-11-28tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)
2023-11-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara
2023-11-28rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas
2023-11-28PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon
2023-11-28PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon
2023-11-28rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)
2023-11-28sched/core: Fix RQCF_ACT_SKIP leakHao Jia
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen
2023-11-28audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore
2023-11-28audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore
2023-11-28sched: psi: fix unprivileged polling against cgroupsJohannes Weiner
2023-11-28x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun
2023-11-28perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko
2023-11-28kgdb: Flush console before entering kgdb on panicDouglas Anderson
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin
2023-11-28kernel: watch_queue: copy user-array safelyPhilipp Stanner
2023-11-28kernel: kexec: copy user-array safelyPhilipp Stanner
2023-11-28bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-11-28workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker
2023-11-28cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai
2023-11-28smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel
2023-11-28srcu: Only accelerate on enqueue timeFrederic Weisbecker
2023-11-28srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-20module/decompress: use kvmalloc() consistentlyAndrea Righi
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao
2023-11-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian
2023-11-20padata: Fix refcnt handling in padata_free_shell()WangJinchao
2023-11-20module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi
2023-11-20bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu
2023-11-20bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-11-20bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-11-20bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra