summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)1-9/+14
2023-12-13kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+0
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-13bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-12-08bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao1-0/+2
2023-12-03prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-12-03mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2-7/+27
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-12-03sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-12-03sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-28swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik1-1/+2
2023-11-28swiotlb: do not free decrypted pages if dynamicPetr Tesarik1-9/+16
2023-11-28tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-28rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)1-33/+12
2023-11-28torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney1-6/+7
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-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-28sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
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-28sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-28x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2-12/+1
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-28perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-28bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8
2023-11-28bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19
2023-11-28bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-7/+20
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: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
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-28cpu/hotplug: Don't offline the last non-isolated CPURan Xiaokai1-4/+7
2023-11-28smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel1-1/+12
2023-11-28srcu: Only accelerate on enqueue timeFrederic Weisbecker1-4/+2
2023-11-28srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev1-2/+2
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-20module/decompress: use kvmalloc() consistentlyAndrea Righi1-4/+4