summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+9
2023-12-08rcu: Avoid tracing a few functions executed in stop machinePatrick Wang1-4/+4
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)4-15/+49
2023-11-28tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-11-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara1-0/+1
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
2023-11-28rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas1-0/+9
2023-11-28PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-11-28PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-11-28rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)3-2/+34
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-0/+7
2023-11-28audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-28audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore1-1/+8
2023-11-28bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu1-1/+6
2023-11-28bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun1-1/+1
2023-11-28tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2-12/+2
2023-11-28tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-6/+6
2023-11-28kgdb: Flush console before entering kgdb on panicDouglas Anderson1-0/+3
2023-11-28crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin1-1/+1
2023-11-28kernel: watch_queue: copy user-array safelyPhilipp Stanner1-1/+1
2023-11-28kernel: kexec: copy user-array safelyPhilipp Stanner1-1/+1
2023-11-28bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-11-28workqueue: Provide one lock class key per work_on_cpu() callsiteFrederic Weisbecker1-8/+12
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz1-8/+12
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-20bpf: Check map->usercnt after timer->timer is assignedHou Tao1-9/+16
2023-11-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian1-1/+1
2023-11-20padata: Fix refcnt handling in padata_free_shell()WangJinchao1-1/+5
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-11-20futex: Don't include process MM in futex key on no-MMUBen Wolsieffer1-1/+11
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra4-3/+17
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-11-08tracing/kprobes: Fix the description of variable length argumentsYujie Liu1-2/+2
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman2-2/+1
2023-10-19cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-19workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-10-06ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett2-1/+2
2023-10-06sched/cpuacct: Optimize away RCU read lockChengming Zhou1-3/+1
2023-10-06ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)1-0/+5
2023-10-06ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian1-0/+2