summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2026-05-24rcu: Simplify rcu_do_batch() by applying clamp()Paul E. McKenney
2026-05-24torture: Add torture_sched_set_normal() for user-specified nice valuesPaul E. McKenney
2026-05-24rcutorture: Fully test lazy RCUPaul E. McKenney
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi
2026-05-22Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-05-22dma-contiguous: add kconfig option to setup numa cma area if not configured e...Feng Tang
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey