aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/bpf/bpf-next into for-7.2Tejun 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/kernel/git/tj/sched_extLinus Torvalds1-3/+36
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-14/+23
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh1-0/+1
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds3-7/+10
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-8/+15
2026-05-22dma-contiguous: add kconfig option to setup numa cma area if not configured explicitlyFeng Tang2-2/+20
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey1-6/+5
2026-05-21tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()Steven Rostedt1-11/+8
2026-05-21tracing: Simplify pages allocation for tracing_map logicRosen Penev2-20/+12
2026-05-21tracing: Fix README path for synthetic_eventsAo Sun1-1/+1
2026-05-21tracing: Use krealloc_array() for trace option array growthYu Peng1-2/+2
2026-05-21tracing/branch: Use pr_warn() instead of printk(KERN_WARNING)Yu Peng1-6/+3
2026-05-21tracing: Allow perf to read synthetic eventsSteven Rostedt1-27/+94
2026-05-21tracing: Switch trace_recursion_record.c code over to use guard()Yash Suthar1-5/+3
2026-05-21tracing: Bound synthetic-field strings with seq_bufPengpeng Hou1-12/+29
2026-05-21tracing: Remove redundant IS_ERR() check in trace_pipe_open()Yash Suthar1-1/+1
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-8/+29