aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan6-20/+20
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan1-11/+3
2026-01-02dma-debug: track cache clean flag in entriesMichael S. Tsirkin1-5/+22
2026-01-01rcutorture: Add context checks to rcu_torture_timer()Paul E. McKenney1-0/+3
2026-01-01rcutorture: Test rcu_tasks_trace_expedite_current()Paul E. McKenney1-0/+1
2026-01-01rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIsPaul E. McKenney1-0/+23
2026-01-01rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERICPaul E. McKenney2-30/+14
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney6-117/+1
2026-01-01context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()Paul E. McKenney1-20/+0
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney1-602/+19
2025-12-31dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin1-1/+2
2025-12-31bpf: allow states pruning for misc/invalid slots in iterator loopsEduard Zingerman1-6/+4
2025-12-30bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman1-4/+9
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+12
2025-12-28Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-13/+10
2025-12-28Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+16
2025-12-28PM: sleep: Fix suspend_test() at the TEST_CORE levelRafael J. Wysocki1-3/+6
2025-12-26Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-0/+1
2025-12-26irqdomain: Export irq_domain_free_irqs()Aaron Kling1-0/+1
2025-12-24kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()Breno Leitao1-0/+1
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan2-41/+217
2025-12-23bpf: arena: use kmalloc_nolock() in place of kvcalloc()Puranjay Mohan1-29/+55
2025-12-23bpf: arena: populate vm_area without allocating memoryPuranjay Mohan1-10/+90
2025-12-23kernel/kexec: fix IMA when allocation happens in CMA areaPingfan Liu1-2/+7
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu1-3/+6
2025-12-22bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez1-1/+1
2025-12-22bpf: allow calling kfuncs from raw_tp programsPuranjay Mohan1-0/+1
2025-12-22sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()Zqiang1-2/+2
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_node()Zqiang1-7/+2
2025-12-22cpuset: remove dead code in cpuset-v1.cChen Ridong1-4/+1
2025-12-22module/decompress: Avoid open-coded kvrealloc()Kees Cook1-5/+5
2025-12-22module: Remove SHA-1 support for module signingPetr Pavlu1-5/+0
2025-12-22module: replace use of system_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-12-22params: Replace __modinit with __init_or_modulePetr Pavlu1-10/+5
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-12-21bpf: annotate file argument as __nullable in bpf_lsm_mmap_fileMatt Bobrowski3-3/+33
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan1-1/+2
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan2-6/+6
2025-12-19sched_ext: Fix some comments in ext.cZqiang1-5/+5
2025-12-19sched/fair: Fix sched_avg foldPeter Zijlstra1-2/+4
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra1-2/+3
2025-12-19irqdomain: Fix up const problem in irq_domain_set_name()Greg Kroah-Hartman1-1/+1
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-3/+8
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+2
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong3-129/+28
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong3-27/+185
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong3-34/+36
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong3-7/+14
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong3-38/+51
2025-12-18cpuset: add lockdep_assert_cpuset_lock_held helperChen Ridong1-0/+5