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-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
2025-12-30
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
-4
/
+9
2025-12-29
Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...
Linus Torvalds
-4
/
+12
2025-12-28
Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-13
/
+10
2025-12-28
Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-5
/
+16
2025-12-28
PM: sleep: Fix suspend_test() at the TEST_CORE level
Rafael J. Wysocki
-3
/
+6
2025-12-26
Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+1
2025-12-26
irqdomain: Export irq_domain_free_irqs()
Aaron Kling
-0
/
+1
2025-12-24
kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()
Breno Leitao
-0
/
+1
2025-12-23
bpf: arena: make arena kfuncs any context safe
Puranjay Mohan
-41
/
+217
2025-12-23
bpf: arena: use kmalloc_nolock() in place of kvcalloc()
Puranjay Mohan
-29
/
+55
2025-12-23
bpf: arena: populate vm_area without allocating memory
Puranjay Mohan
-10
/
+90
2025-12-23
kernel/kexec: fix IMA when allocation happens in CMA area
Pingfan Liu
-2
/
+7
2025-12-23
kernel/kexec: change the prototype of kimage_map_segment()
Pingfan Liu
-3
/
+6
2025-12-22
bpf: crypto: replace -EEXIST with -EBUSY
Daniel Gomez
-1
/
+1
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
-0
/
+1
2025-12-22
sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()
Zqiang
-2
/
+2
2025-12-22
sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...
Zqiang
-7
/
+2
2025-12-22
cpuset: remove dead code in cpuset-v1.c
Chen Ridong
-4
/
+1
2025-12-22
module/decompress: Avoid open-coded kvrealloc()
Kees Cook
-5
/
+5
2025-12-22
module: Remove SHA-1 support for module signing
Petr Pavlu
-5
/
+0
2025-12-22
module: replace use of system_wq with system_dfl_wq
Marco Crivellari
-2
/
+2
2025-12-22
params: Replace __modinit with __init_or_module
Petr Pavlu
-10
/
+5
[prev]
[next]