aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi3-55/+233
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi3-11/+43
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi3-28/+32
2025-02-15Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-9/+31
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt1-0/+5
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior2-6/+20
2025-02-14bpf: Fix array bounds error with may_gotoJiayuan Chen2-4/+22
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds5-45/+85
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-9/+12
2025-02-14Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-6/+6
2025-02-14ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt1-2/+20
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt1-7/+1
2025-02-14ring-buffer: Unlock resize on mmap errorSteven Rostedt1-0/+1
2025-02-14workqueue: Log additional details when rejecting workWill Deacon1-1/+3
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min1-1/+26
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra1-17/+4
2025-02-14Merge branch 'x86/mm'Peter Zijlstra2-62/+28
2025-02-14module: don't annotate ROX memory as kmemleak_not_leak()Mike Rapoport (Microsoft)1-1/+2
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng1-6/+5
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding1-0/+4
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao2-6/+6
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou1-3/+3
2025-02-14sched: Cancel the slice protection of the idle entityzihan zhou1-13/+33
2025-02-14Revert "kernel/debug: Mask KGDB NMI upon entry"Douglas Anderson1-11/+3
2025-02-14Revert "kdb: Implement disable_nmi command"Douglas Anderson1-37/+0
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu1-0/+21
2025-02-13bpf: lsm: Add two more sleepable hooksSong Liu1-0/+2
2025-02-13bpf: Add tracepoints with null-able argumentsJiri Olsa1-0/+99
2025-02-13cpu: export lockdep_assert_cpus_held()Hamza Mahfooz1-0/+1
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo3-13/+38
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou1-3/+3
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel1-4/+0
2025-02-12acct: block access to kernel internal filesystemsChristian Brauner1-0/+14
2025-02-12acct: perform last write from workqueueChristian Brauner1-50/+70
2025-02-12uidgid: add map_id_range_up()Christian Brauner1-9/+17
2025-02-10crash: Use note name macrosAkihiko Odaki1-1/+1
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-8/+21
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()Tejun Heo1-8/+21
2025-02-10seccomp: remove the 'sd' argument from __seccomp_filter()Oleg Nesterov1-13/+8
2025-02-10seccomp: remove the 'sd' argument from __secure_computing()Oleg Nesterov2-8/+6
2025-02-10seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTEROleg Nesterov1-4/+10
2025-02-10sched_ext: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing1-4/+5
2025-02-08sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLEDTejun Heo1-1/+12
2025-02-08sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spotTejun Heo1-5/+7
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-4/+36
2025-02-08sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo1-4/+13
2025-02-08sched_ext: Implement auto local dispatching of migration disabled tasksTejun Heo1-0/+23
2025-02-08Merge tag 'seccomp-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12