summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-02-08sched_ext: Implement auto local dispatching of migration disabled tasksTejun Heo-0/+23
2025-02-08Merge tag 'seccomp-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+12
2025-02-08Merge tag 'ftrace-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-02-08Merge tag 'timers-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+13
2025-02-08Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+21
2025-02-08Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-8/+14
2025-02-08sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn-2/+3
2025-02-08fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt-1/+1
2025-02-07bpf: define KF_ARENA_* flags for bpf_arena kfuncsIhor Solodrai-2/+2
2025-02-07bpf: Handle allocation failure in acquire_lock_stateKumar Kartikeya Dwivedi-0/+2
2025-02-07bpf: verifier: Disambiguate get_constant_map_key() errorsDaniel Xu-8/+17
2025-02-07bpf: verifier: Do not extract constant map keys for irrelevant mapsDaniel Xu-3/+7
2025-02-07sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFLChangwoo Min-1/+15
2025-02-07cgroup: Remove steal time from usage_usecMuhammad Adeel-1/+0
2025-02-07sysctl: remove unneeded includeKaixiong Yu-6/+0
2025-02-07sysctl: remove the vm_tableKaixiong Yu-3/+0
2025-02-07sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.cKaixiong Yu-12/+1
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu-7/+1
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu-9/+0
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu-9/+0
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu-8/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu-10/+0
2025-02-07security: min_addr: move sysctl to security/min_addr.cKaixiong Yu-9/+0
2025-02-07mm: mmap: move sysctl to mm/mmap.cKaixiong Yu-49/+1
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu-37/+0
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu-19/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu-10/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu-8/+0
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu-28/+0
2025-02-07pid: drop irq disablement around pidmap_lockMateusz Guzik-12/+11
2025-02-07pid: perform free_pid() calls outside of tasklist_lockMateusz Guzik-35/+51
2025-02-07pid: sprinkle tasklist_lock assertsMateusz Guzik-3/+12
2025-02-07exit: hoist get_pid() in release_task() outside of tasklist_lockMateusz Guzik-1/+2
2025-02-07exit: perform add_device_randomness() without tasklist_lockMateusz Guzik-3/+2
2025-02-07exit: kill the pointless __exit_signal()->clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov-1/+0
2025-02-07exit: change the release_task() paths to call flush_sigqueue() locklessOleg Nesterov-8/+11
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker-1/+9
2025-02-06seccomp: passthrough uretprobe systemcall without filteringEyal Birger-0/+12
2025-02-06bpf: Fix softlockup in arena_map_free on 64k page kernelAlan Maguire-1/+1
2025-02-06net: Add rx_skb of kfree_skb to raw_tp_null_args[].Kuniyuki Iwashima-0/+2
2025-02-05bpf: Allow kind_flag for BTF type and decl tagsIhor Solodrai-14/+12
2025-02-05srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testingPaul E. McKenney-0/+11
2025-02-05rcutorture: Complain when invalid SRCU reader_flavor is specifiedPaul E. McKenney-0/+2
2025-02-05rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to boolPaul E. McKenney-2/+2
2025-02-05rcutorture: Make cur_ops->format_gp_seqs take buffer lengthPaul E. McKenney-8/+10
2025-02-05rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call outputPaul E. McKenney-1/+7
2025-02-05rcutorture: Expand failure/close-call grace-period outputPaul E. McKenney-21/+21
2025-02-05rcutorture: Include grace-period sequence numbers in failure/close-callPaul E. McKenney-0/+84
2025-02-05rcutorture: Add a test_boost_holdoff module parameterPaul E. McKenney-3/+16
2025-02-05torture: Add get_torture_init_jiffies() for test-start timePaul E. McKenney-0/+12