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
2024-08-22
bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
Eduard Zingerman
1
-0
/
+3
2024-08-22
bpf: support bpf_fastcall patterns for kfuncs
Eduard Zingerman
1
-1
/
+34
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2
-73
/
+72
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
4
-16
/
+17
2024-08-22
bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
Eduard Zingerman
1
-0
/
+8
2024-08-22
dma-mapping: direct calls for dma-iommu
Leon Romanovsky
3
-10
/
+79
2024-08-22
dma-mapping: call ->unmap_page and ->unmap_sg unconditionally
Leon Romanovsky
2
-2
/
+23
2024-08-22
dma-mapping: replace zone_dma_bits by zone_dma_limit
Catalin Marinas
3
-8
/
+8
2024-08-22
dma-mapping: use bit masking to check VM_DMA_COHERENT
Yosry Ahmed
1
-2
/
+4
2024-08-21
Revert "pidfd: prevent creation of pidfds for kthreads"
Christian Brauner
1
-22
/
+3
2024-08-21
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
1
-5
/
+18
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subops()
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-21
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
1
-11
/
+24
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
1
-14
/
+36
2024-08-21
workqueue: fix null-ptr-deref on __alloc_workqueue() error
Sergey Senozhatsky
1
-0
/
+3
2024-08-21
lockdep: Mark emergency sections in lockdep splats
John Ogness
1
-2
/
+81
2024-08-21
rcu: Mark emergency sections in rcu stalls
John Ogness
2
-0
/
+16
2024-08-21
panic: Mark emergency section in oops
John Ogness
1
-0
/
+2
2024-08-21
panic: Mark emergency section in warn
Thomas Gleixner
1
-0
/
+4
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2
-1
/
+75
2024-08-21
printk: Add helper for flush type logic
John Ogness
3
-41
/
+112
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
3
-7
/
+51
2024-08-21
printk: Track nbcon consoles
John Ogness
1
-1
/
+13
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
1
-5
/
+34
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
2
-7
/
+26
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
1
-0
/
+3
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
3
-1
/
+23
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2
-1
/
+12
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
3
-5
/
+105
2024-08-21
printk: Track registered boot consoles
John Ogness
1
-0
/
+24
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2
-1
/
+152
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2
-0
/
+21
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2
-8
/
+5
2024-08-21
printk: Let console_is_usable() handle nbcon
John Ogness
1
-2
/
+9
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2
-30
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
3
-3
/
+20
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
1
-1
/
+57
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
1
-1
/
+32
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-8
/
+7
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
1
-10
/
+46
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
2
-0
/
+15
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2
-15
/
+29
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
3
-29
/
+12
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
1
-0
/
+2
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
1
-5
/
+1
2024-08-20
sched_ext: Allow dequeue_task_scx to fail
Yipeng Zou
1
-2
/
+3
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
16
-172
/
+527
2024-08-20
cgroup/cpuset: remove use_parent_ecpus of cpuset
Chen Ridong
1
-26
/
+4
2024-08-20
cgroup/cpuset: remove fetch_xcpus
Chen Ridong
1
-10
/
+3
2024-08-20
cgroup/cpuset: Correct invalid remote parition prs
Chen Ridong
1
-12
/
+16
[prev]
[next]