summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-05-28ring-buffer: Skip invalid sub-buffers when validating persistent ring bufferMasami Hiramatsu (Google)
2026-05-28bpf: Cache build IDs in sleepable stackmap pathIhor Solodrai
2026-05-28bpf: Avoid faultable build ID reads under mm locksIhor Solodrai
2026-05-28bpf: Factor out stack_map build ID helpersIhor Solodrai
2026-05-28timers/migration: Update stale @online doc to @availableZhan Xusheng
2026-05-28cgroup: pair max limit READ_ONCE() with WRITE_ONCE()Ren Tamura
2026-05-28dma-contiguous: simplify numa cma area handlingFeng Tang
2026-05-27audit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
2026-05-27bpf: Fix bpf_arena_handle_page_fault() redefinition without CONFIG_BPF_SYSCALLTejun Heo
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie
2026-05-27workqueue: drop spurious '*' from print_worker_info() fn declarationBreno Leitao
2026-05-27sched_ext: idle: Fix errno loss in scx_idle_init()Cheng-Yang Chou
2026-05-26audit: fix removal of dangling executable rulesRicardo Robaina
2026-05-26audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner
2026-05-26genirq/proc: Runtime size the chip nameThomas Gleixner
2026-05-26genirq: Expose irq_find_desc_at_or_after() in core codeThomas Gleixner
2026-05-26genirq: Add rcuref count to struct irq_descThomas Gleixner
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner
2026-05-26genirq: Calculate precision only when requiredThomas Gleixner
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner
2026-05-26genirq/manage: Make NMI cleanup RT safeThomas Gleixner
2026-05-26genirq: Expose nr_irqs in core codeThomas Gleixner
2026-05-26genirq/proc: Utilize irq_desc::tot_count to avoid evaluationThomas Gleixner
2026-05-26genirq/proc: Avoid formatting zero counts in /proc/interruptsThomas Gleixner
2026-05-26PM: hibernate: Use flexible array for CRC uncompressed buffersRosen Penev
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra
2026-05-26sched/fair: Add newidle balance to pick_task_fair()Peter Zijlstra
2026-05-26sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sectionsPeter Zijlstra
2026-05-26sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_modePeter Zijlstra
2026-05-26sched/debug: Use char * instead of char (*)[]Peter Zijlstra
2026-05-26sched/fair: Fix RCU usage in NOHZ exit path on CPU offlineAndrea Righi
2026-05-26PM: hibernate: make LZ4 available for hibernation compressionl1rox3
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-26ptrace: add ptracer_access_allowed()Christian Brauner (Amutable)
2026-05-26exec: introduce struct task_exec_stateChristian Brauner (Amutable)
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)
2026-05-25sched_ext: Convert ops.set_cmask() to arena-resident cmaskTejun Heo
2026-05-25sched_ext: Sub-allocator over kernel-claimed BPF arena pagesTejun Heo
2026-05-25sched_ext: Require an arena for cid-form schedulersTejun Heo
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-24rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()Zqiang
2026-05-24rcu: Latch normal synchronize_rcu() path on floodUladzislau Rezki (Sony)
2026-05-24rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()Paul E. McKenney