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-09-06
static_call: Handle module init failure correctly in static_call_del_module()
Thomas Gleixner
1
-0
/
+11
2024-09-06
genirq/cpuhotplug: Use cpumask_intersects()
Costa Shulyupin
1
-2
/
+2
2024-09-05
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-2
/
+4
2024-09-05
bpf: allow kfuncs within tracepoint and perf event programs
JP Kobryn
1
-0
/
+2
2024-09-05
bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmd
Andrii Nakryiko
1
-1
/
+1
2024-09-05
Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-34
/
+72
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
1
-5
/
+0
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
1
-1
/
+1
2024-09-05
tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()
Steven Rostedt
1
-7
/
+6
2024-09-05
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
1
-6
/
+13
2024-09-05
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
1
-3
/
+15
2024-09-05
uprobes: perform lockless SRCU-protected uprobes_tree lookup
Andrii Nakryiko
1
-6
/
+24
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
3
-8
/
+24
2024-09-05
uprobes: travers uprobe's consumer list locklessly under SRCU protection
Andrii Nakryiko
1
-43
/
+61
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
3
-19
/
+11
2024-09-05
uprobes: protected uprobe lifetime with SRCU
Andrii Nakryiko
1
-40
/
+54
2024-09-05
uprobes: revamp uprobe refcounting and lifetime management
Andrii Nakryiko
1
-78
/
+101
2024-09-05
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
1
-3
/
+6
2024-09-05
perf/core: Fix small negative period being ignored
Luo Gengkun
1
-1
/
+5
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-09-05
dma-mapping: use IOMMU DMA calls for common alloc/free page calls
Leon Romanovsky
2
-15
/
+11
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
43
-462
/
+325
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
54
-778
/
+1365
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
2
-4
/
+4
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
4
-19
/
+594
2024-09-04
sched: Introduce CONFIG_GROUP_SCHED_WEIGHT
Tejun Heo
2
-8
/
+10
2024-09-04
sched: Make cpu_shares_read_u64() use tg_weight()
Tejun Heo
1
-8
/
+6
2024-09-04
sched: Expose css_tg()
Tejun Heo
2
-5
/
+5
2024-09-04
sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable
Tejun Heo
1
-17
/
+13
2024-09-04
sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disable
Tejun Heo
1
-16
/
+8
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
1
-1
/
+1
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
1
-41
/
+42
2024-09-04
bpf: add check for invalid name in btf_name_valid_section()
Jeongjun Park
1
-1
/
+3
2024-09-04
perf/aux: Fix AUX buffer serialization
Peter Zijlstra
3
-6
/
+15
2024-09-04
Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-09-04
printk: Avoid false positive lockdep report for legacy printing
John Ogness
1
-20
/
+63
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2
-0
/
+12
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
3
-18
/
+159
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
3
-0
/
+38
2024-09-04
printk: Provide helper for message prepending
John Ogness
1
-11
/
+25
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
3
-7
/
+84
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
3
-45
/
+59
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
1
-39
/
+39
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
3
-0
/
+380
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2
-1
/
+9
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
3
-21
/
+27
2024-09-04
printk: Flush console on unregister_console()
John Ogness
1
-2
/
+7
2024-09-04
printk: Fail pr_flush() if before SYSTEM_SCHEDULING
John Ogness
1
-0
/
+4
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-7
/
+67
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
1
-2
/
+1
[prev]
[next]