summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-13kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra
2023-12-13workqueue: Make sure that wq_unbound_cpumask is never emptyTejun Heo
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-13ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-13kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-12-03prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller
2023-12-03mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra
2023-12-03sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-12-03sched/eevdf: Fix vruntime adjustment on reweightAbel Wu
2023-11-28swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik
2023-11-28swiotlb: do not free decrypted pages if dynamicPetr Tesarik
2023-11-28tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (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-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 control-flow graph checking in privileged modeAndrii Nakryiko
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