summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie1-6/+7
2026-05-27workqueue: drop spurious '*' from print_worker_info() fn declarationBreno Leitao1-1/+1
2026-05-27sched_ext: idle: Fix errno loss in scx_idle_init()Cheng-Yang Chou1-9/+5
2026-05-26audit: fix removal of dangling executable rulesRicardo Robaina1-4/+0
2026-05-26audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina6-9/+9
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+5
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner1-25/+91
2026-05-26genirq/proc: Runtime size the chip nameThomas Gleixner6-53/+96
2026-05-26genirq: Expose irq_find_desc_at_or_after() in core codeThomas Gleixner2-7/+10
2026-05-26genirq: Add rcuref count to struct irq_descThomas Gleixner2-9/+29
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-2/+2
2026-05-26genirq: Calculate precision only when requiredThomas Gleixner3-14/+35
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner5-5/+35
2026-05-26genirq/manage: Make NMI cleanup RT safeThomas Gleixner1-16/+21
2026-05-26genirq: Expose nr_irqs in core codeThomas Gleixner3-16/+17
2026-05-26genirq/proc: Utilize irq_desc::tot_count to avoid evaluationThomas Gleixner1-1/+10
2026-05-26genirq/proc: Avoid formatting zero counts in /proc/interruptsThomas Gleixner1-5/+38
2026-05-26PM: hibernate: Use flexible array for CRC uncompressed buffersRosen Penev1-10/+3
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra3-123/+57
2026-05-26sched/fair: Add newidle balance to pick_task_fair()Peter Zijlstra1-23/+15
2026-05-26sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sectionsPeter Zijlstra1-48/+44
2026-05-26sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_modePeter Zijlstra2-9/+11
2026-05-26sched/debug: Use char * instead of char (*)[]Peter Zijlstra1-2/+2
2026-05-26sched/fair: Fix RCU usage in NOHZ exit path on CPU offlineAndrea Righi1-1/+2
2026-05-26PM: hibernate: make LZ4 available for hibernation compressionl1rox31-0/+1
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)7-29/+42
2026-05-26ptrace: add ptracer_access_allowed()Christian Brauner (Amutable)1-0/+25
2026-05-26exec: introduce struct task_exec_stateChristian Brauner (Amutable)2-1/+117
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)3-4/+4
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)1-24/+32
2026-05-25sched_ext: Convert ops.set_cmask() to arena-resident cmaskTejun Heo3-26/+72
2026-05-25sched_ext: Sub-allocator over kernel-claimed BPF arena pagesTejun Heo5-0/+164
2026-05-25sched_ext: Require an arena for cid-form schedulersTejun Heo2-1/+63
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo91-2474/+4055
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov3-40/+217
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov33-194/+530
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich54-658/+1370
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-20/+93
2026-05-24rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()Zqiang1-1/+2
2026-05-24rcu: Latch normal synchronize_rcu() path on floodUladzislau Rezki (Sony)1-13/+39
2026-05-24rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()Paul E. McKenney1-1/+1
2026-05-24rcu: Simplify rcu_do_batch() by applying clamp()Paul E. McKenney1-1/+1
2026-05-24torture: Add torture_sched_set_normal() for user-specified nice valuesPaul E. McKenney1-0/+16
2026-05-24rcutorture: Fully test lazy RCUPaul E. McKenney1-3/+26
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo1-0/+26
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo1-0/+36
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo1-0/+13
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi2-40/+142
2026-05-22Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+36
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+23