index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2026-01-07
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
-0
/
+6
2026-01-07
ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
Wupeng Ma
-0
/
+2
2026-01-07
tracing: Drop unneeded assignment to soft_mode
Julia Lawall
-4
/
+3
2026-01-07
srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
Zqiang
-1
/
+1
2026-01-07
rcu: Fix rcu_read_unlock() deadloop due to softirq
Yao Kai
-7
/
+10
2026-01-07
rcutorture: Correctly compute probability to invoke ->exp_current()
Paul E. McKenney
-2
/
+2
2026-01-07
rcu: Make expedited RCU CPU stall warnings detect stall-end races
Paul E. McKenney
-1
/
+6
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...
Leon Hwang
-6
/
+19
2026-01-06
bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
Leon Hwang
-4
/
+2
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
-31
/
+65
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
Leon Hwang
-7
/
+24
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-14
/
+17
2026-01-07
powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
Gaurav Batra
-2
/
+2
2026-01-06
cred: remove unused set_security_override_from_ctx()
Casey Schaufler
-23
/
+0
2026-01-06
bpf: Allow calls to arena functions while holding spinlocks
Emil Tsalapatis
-1
/
+10
2026-01-06
bpf: Check active lock count in in_sleepable_context()
Emil Tsalapatis
-0
/
+1
2026-01-06
uprobes: use kmap_local_page() for temporary page mappings
Keke Ming
-6
/
+6
2026-01-06
sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functions
Joel Granados
-14
/
+72
2026-01-06
sysctl: Replace unidirectional INT converter macros with functions
Joel Granados
-20
/
+160
2026-01-05
PM: hibernate: Fix crash when freeing invalid crypto compressor
Malaya Kumar Rout
-4
/
+10
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
-63
/
+162
2026-01-05
printk: Move locking annotation to printk.c
Marco Elver
-0
/
+2
2026-01-05
kcsan: Enable context analysis
Marco Elver
-3
/
+10
2026-01-05
kcov: Enable context analysis
Marco Elver
-11
/
+27
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
-12
/
+5
2026-01-05
sysctl: Add kernel doc to proc_douintvec_conv
Joel Granados
-0
/
+16
2026-01-05
sysctl: Replace UINT converter macros with functions
Joel Granados
-17
/
+123
2026-01-05
sysctl: clarify proc_douintvec_minmax doc
Joel Granados
-4
/
+4
2026-01-05
sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=n
Joel Granados
-0
/
+8
2026-01-05
sysctl: Remove unused ctl_table forward declarations
Joel Granados
-2
/
+1
2026-01-05
sysctl: Add missing kernel-doc for proc_dointvec_conv
Joel Granados
-0
/
+16
2026-01-05
Merge back a commit related to system sleep for 6.20
Rafael J. Wysocki
-1
/
+1
2026-01-05
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
-0
/
+6
2026-01-04
Merge branch 'rcu-torture.20260104a' into rcu-next
Boqun Feng
-0
/
+3
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
-28
/
+23
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
-8
/
+29
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
-28
/
+26
2026-01-02
Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-3
/
+6
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
-20
/
+20
2026-01-02
bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
Puranjay Mohan
-11
/
+3
2026-01-02
dma-debug: track cache clean flag in entries
Michael S. Tsirkin
-5
/
+22
2026-01-01
rcutorture: Add context checks to rcu_torture_timer()
Paul E. McKenney
-0
/
+3
2026-01-01
rcutorture: Test rcu_tasks_trace_expedite_current()
Paul E. McKenney
-0
/
+1
2026-01-01
rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
Paul E. McKenney
-0
/
+23
2026-01-01
rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
Paul E. McKenney
-30
/
+14
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
-117
/
+1
2026-01-01
context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
Paul E. McKenney
-20
/
+0
2026-01-01
rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
Paul E. McKenney
-602
/
+19
2025-12-31
dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
Michael S. Tsirkin
-1
/
+2
2025-12-31
bpf: allow states pruning for misc/invalid slots in iterator loops
Eduard Zingerman
-6
/
+4
[prev]
[next]