aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-07powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memoryGaurav Batra1-2/+2
2026-01-06cred: remove unused set_security_override_from_ctx()Casey Schaufler1-23/+0
2026-01-06bpf: Allow calls to arena functions while holding spinlocksEmil Tsalapatis1-1/+10
2026-01-06bpf: Check active lock count in in_sleepable_context()Emil Tsalapatis1-0/+1
2026-01-06uprobes: use kmap_local_page() for temporary page mappingsKeke Ming1-6/+6
2026-01-06sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functionsJoel Granados2-14/+72
2026-01-06sysctl: Replace unidirectional INT converter macros with functionsJoel Granados2-18/+158
2026-01-05PM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout1-4/+10
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver4-63/+162
2026-01-05printk: Move locking annotation to printk.cMarco Elver1-0/+2
2026-01-05kcsan: Enable context analysisMarco Elver2-3/+10
2026-01-05kcov: Enable context analysisMarco Elver2-11/+27
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver2-12/+5
2026-01-05sysctl: Add kernel doc to proc_douintvec_convJoel Granados1-0/+16
2026-01-05sysctl: Replace UINT converter macros with functionsJoel Granados1-17/+123
2026-01-05sysctl: clarify proc_douintvec_minmax docJoel Granados1-4/+4
2026-01-05sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=nJoel Granados1-0/+8
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados2-2/+1
2026-01-05sysctl: Add missing kernel-doc for proc_dointvec_convJoel Granados1-0/+16
2026-01-05Merge back a commit related to system sleep for 6.20Rafael J. Wysocki1-1/+1
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra1-0/+6
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng1-0/+3
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan2-28/+23
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan3-8/+29
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan1-28/+26
2026-01-02Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+6
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