summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng-6/+5
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding-0/+4
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao-6/+6
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou-3/+3
2025-02-14sched: Cancel the slice protection of the idle entityzihan zhou-13/+33
2025-02-14Revert "kernel/debug: Mask KGDB NMI upon entry"Douglas Anderson-11/+3
2025-02-14Revert "kdb: Implement disable_nmi command"Douglas Anderson-37/+0
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu-0/+21
2025-02-13bpf: lsm: Add two more sleepable hooksSong Liu-0/+2
2025-02-13bpf: Add tracepoints with null-able argumentsJiri Olsa-0/+99
2025-02-13cpu: export lockdep_assert_cpus_held()Hamza Mahfooz-0/+1
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo-13/+38
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou-3/+3
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel-4/+0
2025-02-12acct: block access to kernel internal filesystemsChristian Brauner-0/+14
2025-02-12acct: perform last write from workqueueChristian Brauner-50/+70
2025-02-12uidgid: add map_id_range_up()Christian Brauner-9/+17
2025-02-10crash: Use note name macrosAkihiko Odaki-1/+1
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo-8/+21
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo-8/+21
2025-02-10seccomp: remove the 'sd' argument from __seccomp_filter()Oleg Nesterov-13/+8
2025-02-10seccomp: remove the 'sd' argument from __secure_computing()Oleg Nesterov-8/+6
2025-02-10seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTEROleg Nesterov-4/+10
2025-02-10sched_ext: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing-4/+5
2025-02-08sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLEDTejun Heo-1/+12
2025-02-08sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spotTejun Heo-5/+7
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo-4/+36
2025-02-08sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo-4/+13
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