summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers
2025-02-17bpf: Allow struct_ops prog to return referenced kptrAmery Hung
2025-02-17bpf: Support getting referenced kptr from struct_ops argumentAmery Hung
2025-02-17bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-16Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi
2025-02-15Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-14bpf: Fix array bounds error with may_gotoJiayuan Chen
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-14Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-14ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-02-14ring-buffer: Unlock resize on mmap errorSteven Rostedt
2025-02-14workqueue: Log additional details when rejecting workWill Deacon
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min
2025-02-14x86/ibt: Clean up is_endbr()Peter Zijlstra
2025-02-14Merge branch 'x86/mm'Peter Zijlstra
2025-02-14module: don't annotate ROX memory as kmemleak_not_leak()Mike Rapoport (Microsoft)
2025-02-14sched/fair: Refactor can_migrate_task() to elimate loopingI Hsin Cheng
2025-02-14sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao
2025-02-14sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-02-14sched: Cancel the slice protection of the idle entityzihan zhou
2025-02-14Revert "kernel/debug: Mask KGDB NMI upon entry"Douglas Anderson
2025-02-14Revert "kdb: Implement disable_nmi command"Douglas Anderson
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu
2025-02-13bpf: lsm: Add two more sleepable hooksSong Liu
2025-02-13bpf: Add tracepoints with null-able argumentsJiri Olsa
2025-02-13cpu: export lockdep_assert_cpus_held()Hamza Mahfooz
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel
2025-02-12acct: block access to kernel internal filesystemsChristian Brauner
2025-02-12acct: perform last write from workqueueChristian Brauner
2025-02-12uidgid: add map_id_range_up()Christian Brauner
2025-02-10crash: Use note name macrosAkihiko Odaki
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo