index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-07
powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
Gaurav Batra
1
-2
/
+2
2026-01-06
cred: remove unused set_security_override_from_ctx()
Casey Schaufler
1
-23
/
+0
2026-01-06
bpf: Allow calls to arena functions while holding spinlocks
Emil Tsalapatis
1
-1
/
+10
2026-01-06
bpf: Check active lock count in in_sleepable_context()
Emil Tsalapatis
1
-0
/
+1
2026-01-06
uprobes: use kmap_local_page() for temporary page mappings
Keke Ming
1
-6
/
+6
2026-01-06
sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functions
Joel Granados
2
-14
/
+72
2026-01-06
sysctl: Replace unidirectional INT converter macros with functions
Joel Granados
2
-18
/
+158
2026-01-05
PM: hibernate: Fix crash when freeing invalid crypto compressor
Malaya Kumar Rout
1
-4
/
+10
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
4
-63
/
+162
2026-01-05
printk: Move locking annotation to printk.c
Marco Elver
1
-0
/
+2
2026-01-05
kcsan: Enable context analysis
Marco Elver
2
-3
/
+10
2026-01-05
kcov: Enable context analysis
Marco Elver
2
-11
/
+27
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
2
-12
/
+5
2026-01-05
sysctl: Add kernel doc to proc_douintvec_conv
Joel Granados
1
-0
/
+16
2026-01-05
sysctl: Replace UINT converter macros with functions
Joel Granados
1
-17
/
+123
2026-01-05
sysctl: clarify proc_douintvec_minmax doc
Joel Granados
1
-4
/
+4
2026-01-05
sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=n
Joel Granados
1
-0
/
+8
2026-01-05
sysctl: Remove unused ctl_table forward declarations
Joel Granados
2
-2
/
+1
2026-01-05
sysctl: Add missing kernel-doc for proc_dointvec_conv
Joel Granados
1
-0
/
+16
2026-01-05
Merge back a commit related to system sleep for 6.20
Rafael J. Wysocki
1
-1
/
+1
2026-01-05
perf: Ensure swevent hrtimer is properly destroyed
Peter Zijlstra
1
-0
/
+6
2026-01-04
Merge branch 'rcu-torture.20260104a' into rcu-next
Boqun Feng
1
-0
/
+3
2026-01-02
bpf: Replace __opt annotation with __nullable for kfuncs
Puranjay Mohan
2
-28
/
+23
2026-01-02
bpf: arena: Reintroduce memcg accounting
Puranjay Mohan
3
-8
/
+29
2026-01-02
bpf: syscall: Introduce memcg enter/exit helpers
Puranjay Mohan
1
-28
/
+26
2026-01-02
Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+6
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
6
-20
/
+20
2026-01-02
bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
Puranjay Mohan
1
-11
/
+3
2026-01-02
dma-debug: track cache clean flag in entries
Michael S. Tsirkin
1
-5
/
+22
2026-01-01
rcutorture: Add context checks to rcu_torture_timer()
Paul E. McKenney
1
-0
/
+3
2026-01-01
rcutorture: Test rcu_tasks_trace_expedite_current()
Paul E. McKenney
1
-0
/
+1
2026-01-01
rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
Paul E. McKenney
1
-0
/
+23
2026-01-01
rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
Paul E. McKenney
2
-30
/
+14
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
6
-117
/
+1
2026-01-01
context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
Paul E. McKenney
1
-20
/
+0
2026-01-01
rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
Paul E. McKenney
1
-602
/
+19
2025-12-31
dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
Michael S. Tsirkin
1
-1
/
+2
2025-12-31
bpf: allow states pruning for misc/invalid slots in iterator loops
Eduard Zingerman
1
-6
/
+4
2025-12-30
bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
Eduard Zingerman
1
-4
/
+9
2025-12-29
Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+12
2025-12-28
Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-13
/
+10
2025-12-28
Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-5
/
+16
2025-12-28
PM: sleep: Fix suspend_test() at the TEST_CORE level
Rafael J. Wysocki
1
-3
/
+6
2025-12-26
Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-0
/
+1
2025-12-26
irqdomain: Export irq_domain_free_irqs()
Aaron Kling
1
-0
/
+1
2025-12-24
kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()
Breno Leitao
1
-0
/
+1
2025-12-23
bpf: arena: make arena kfuncs any context safe
Puranjay Mohan
2
-41
/
+217
2025-12-23
bpf: arena: use kmalloc_nolock() in place of kvcalloc()
Puranjay Mohan
1
-29
/
+55
2025-12-23
bpf: arena: populate vm_area without allocating memory
Puranjay Mohan
1
-10
/
+90
2025-12-23
kernel/kexec: fix IMA when allocation happens in CMA area
Pingfan Liu
1
-2
/
+7
[prev]
[next]