summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-01-07ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall
2026-01-07srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()Zqiang
2026-01-07rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai
2026-01-07rcutorture: Correctly compute probability to invoke ->exp_current()Paul E. McKenney
2026-01-07rcu: Make expedited RCU CPU stall warnings detect stall-end racesPaul E. McKenney
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang
2026-01-06bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage mapsLeon Hwang
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang
2026-01-07powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memoryGaurav Batra
2026-01-06cred: remove unused set_security_override_from_ctx()Casey Schaufler
2026-01-06bpf: Allow calls to arena functions while holding spinlocksEmil Tsalapatis
2026-01-06bpf: Check active lock count in in_sleepable_context()Emil Tsalapatis
2026-01-06uprobes: use kmap_local_page() for temporary page mappingsKeke Ming
2026-01-06sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functionsJoel Granados
2026-01-06sysctl: Replace unidirectional INT converter macros with functionsJoel Granados
2026-01-05PM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver
2026-01-05printk: Move locking annotation to printk.cMarco Elver
2026-01-05kcsan: Enable context analysisMarco Elver
2026-01-05kcov: Enable context analysisMarco Elver
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver
2026-01-05sysctl: Add kernel doc to proc_douintvec_convJoel Granados
2026-01-05sysctl: Replace UINT converter macros with functionsJoel Granados
2026-01-05sysctl: clarify proc_douintvec_minmax docJoel Granados
2026-01-05sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=nJoel Granados
2026-01-05sysctl: Remove unused ctl_table forward declarationsJoel Granados
2026-01-05sysctl: Add missing kernel-doc for proc_dointvec_convJoel Granados
2026-01-05Merge back a commit related to system sleep for 6.20Rafael J. Wysocki
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan
2026-01-02Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan
2026-01-02dma-debug: track cache clean flag in entriesMichael S. Tsirkin
2026-01-01rcutorture: Add context checks to rcu_torture_timer()Paul E. McKenney
2026-01-01rcutorture: Test rcu_tasks_trace_expedite_current()Paul E. McKenney
2026-01-01rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIsPaul E. McKenney
2026-01-01rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERICPaul E. McKenney
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney
2026-01-01context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()Paul E. McKenney
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney
2025-12-31dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin
2025-12-31bpf: allow states pruning for misc/invalid slots in iterator loopsEduard Zingerman
2025-12-30bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman