summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-284-15/+49
* rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)2023-11-281-33/+12
* torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney2023-11-281-6/+7
* torture: Move stutter_wait() timeouts to hrtimersPaul E. McKenney2023-11-281-2/+2
* torture: Make torture_hrtimeout_*() use TASK_IDLEPaul E. McKenney2023-11-281-1/+1
* torture: Add lock_torture writer_fifo module parameterDietmar Eggemann2023-11-282-6/+9
* torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney2023-11-281-1/+5
* tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)2023-11-281-1/+1
* kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara2023-11-281-0/+1
* rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas2023-11-281-0/+9
* PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon2023-11-281-5/+1
* PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon2023-11-281-4/+6
* rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)2023-11-283-2/+34
* sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-11-281-4/+1
* genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina2023-11-281-6/+19
* watchdog: move softlockup_panic back to early_paramKrister Johansen2023-11-281-0/+7
* audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore2023-11-281-1/+1
* audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore2023-11-281-1/+8
* sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-281-12/+0
* x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-11-282-12/+1
* bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-281-1/+6
* bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-281-1/+1
* perf/core: Fix cpuctx refcountingPeter Zijlstra2023-11-281-0/+17
* bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-281-2/+19
* bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-281-7/+20
* kgdb: Flush console before entering kgdb on panicDouglas Anderson2023-11-281-0/+3
* crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-11-281-1/+1
* kernel: watch_queue: copy user-array safelyPhilipp Stanner2023-11-281-1/+1
* kernel: kexec: copy user-array safelyPhilipp Stanner2023-11-281-1/+1
* bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko2023-11-281-1/+6
* bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi2023-11-281-1/+5
* workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker2023-11-281-8/+12
* cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai2023-11-281-4/+7
* smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel2023-11-281-1/+12
* srcu: Only accelerate on enqueue timeFrederic Weisbecker2023-11-281-4/+2
* srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev2023-11-281-2/+2
* perf/core: Bail out early if the request AUX area is out of boundShuai Xue2023-11-281-0/+6
* locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-11-281-8/+12
* tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-201-1/+1
* module/decompress: use kvmalloc() consistentlyAndrea Righi2023-11-201-4/+4
* bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-201-9/+16
* livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian2023-11-201-1/+1
* padata: Fix refcnt handling in padata_free_shell()WangJinchao2023-11-201-1/+5
* module/decompress: use vmalloc() for gzip decompression workspaceAndrea Righi2023-11-201-2/+2
* bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu2023-11-201-2/+5
* bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao2023-11-201-1/+6
* bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi2023-11-201-0/+4
* bpf, x64: Fix tailcall infinite loopLeon Hwang2023-11-202-2/+5
* genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu2023-11-201-3/+3
* perf: Optimize perf_cgroup_switch()Peter Zijlstra2023-11-201-55/+60