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
2025-02-26
bpf: Fix deadlock between rcu_tasks_trace and event_mutex.
Alexei Starovoitov
1
-3
/
+4
2025-02-26
posix-clock: Remove duplicate compat ioctl() handler
Thomas Weißschuh
1
-23
/
+1
2025-02-26
genirq: Remove IRQ_EDGE_EOI_HANDLER
Michael Ellerman
2
-51
/
+0
2025-02-26
static_call_inline: Provide trampoline address when updating sites
Christophe Leroy
1
-1
/
+1
2025-02-26
rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y
Michael Jeanson
1
-40
/
+40
2025-02-26
futex: Use a hashmask instead of hashsize
Sebastian Andrzej Siewior
1
-10
/
+11
2025-02-26
x86/cfi: Add 'cfi=warn' boot option
Peter Zijlstra
1
-1
/
+3
2025-02-25
selftests/bpf: Test gen_pro/epilogue that generate kfuncs
Amery Hung
1
-0
/
+1
2025-02-25
bpf: Search and add kfuncs in struct_ops prologue and epilogue
Amery Hung
1
-1
/
+24
2025-02-25
bpf: abort verification if env->cur_state->loop_entry != NULL
Eduard Zingerman
1
-2
/
+4
2025-02-25
uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()
Andrii Nakryiko
1
-3
/
+7
2025-02-25
tracing: Add traceoff_after_boot option
Steven Rostedt
1
-0
/
+11
2025-02-25
sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior
Andrea Righi
1
-3
/
+7
2025-02-25
sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance()
Tejun Heo
1
-4
/
+7
2025-02-25
ftrace: Check against is_kernel_text() instead of kaslr_offset()
Steven Rostedt
1
-5
/
+12
2025-02-25
ftrace: Test mcount_loc addr before calling ftrace_call_addr()
Steven Rostedt
1
-1
/
+5
2025-02-25
perf/core: Fix low freq setting via IOC_PERIOD
Kan Liang
1
-8
/
+9
2025-02-24
padata: switch padata_find_next() to using cpumask_next_wrap()
Yury Norov
1
-1
/
+1
2025-02-24
cpumask: deprecate cpumask_next_wrap()
Yury Norov
1
-1
/
+1
2025-02-24
bpf: Fix kmemleak warning for percpu hashmap
Yonghong Song
1
-3
/
+3
2025-02-24
uprobes: Reject the shared zeropage in uprobe_write_opcode()
Tong Tiangen
1
-0
/
+5
2025-02-24
seccomp: avoid the lock trip seccomp_filter_release in common case
Mateusz Guzik
1
-0
/
+10
2025-02-24
perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
Luo Gengkun
1
-2
/
+9
2025-02-24
perf/core: Add RCU read lock protection to perf_iterate_ctx()
Breno Leitao
1
-1
/
+2
2025-02-24
sched_ext: idle: Introduce scx_bpf_nr_node_ids()
Andrea Righi
1
-0
/
+11
2025-02-23
bpf: Refactor check_ctx_access()
Amery Hung
1
-36
/
+20
2025-02-22
Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+30
2025-02-22
Merge tag 'perf-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-02-22
Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-24
/
+41
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2025-02-21
Merge tag 'drm-fixes-2025-02-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-39
/
+11
2025-02-21
sched: Add unlikey branch hints to several system calls
Colin Ian King
1
-5
/
+5
2025-02-21
sched/core: Remove duplicate included header file stats.h
Thorsten Blum
1
-1
/
+0
2025-02-21
locking/mutex: Add MUTEX_WARN_ON() into fast path
Yunhui Cui
1
-0
/
+2
2025-02-21
irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
Jason Gunthorpe
1
-0
/
+1
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
1
-2
/
+9
2025-02-21
ftrace: Correct preemption accounting for function tracing.
Sebastian Andrzej Siewior
1
-4
/
+2
2025-02-21
fprobe: Fix accounting of when to unregister from function graph
Steven Rostedt
1
-3
/
+3
2025-02-21
fprobe: Always unregister fgraph function from ops
Steven Rostedt
1
-4
/
+2
2025-02-21
ftrace: Do not add duplicate entries in subops manager ops
Steven Rostedt
1
-0
/
+3
2025-02-21
ftrace: Fix accounting of adding subops to a manager ops
Steven Rostedt
1
-11
/
+22
2025-02-21
mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()
Kirill A. Shutemov
1
-2
/
+3
2025-02-21
Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changes
Ingo Molnar
23
-121
/
+296
2025-02-21
perf/core: Move perf_event sysctls into kernel/events
Joel Granados
3
-76
/
+83
2025-02-21
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new patches
Ingo Molnar
25
-172
/
+381
2025-02-21
rseq: Fix rseq registration with CONFIG_DEBUG_RSEQ
Michael Jeanson
1
-3
/
+8
2025-02-21
kcmp: improve performance adding an unlikely hint to task comparisons
Colin Ian King
1
-1
/
+1
2025-02-21
vdso: Remove remnants of architecture-specific time storage
Thomas Weißschuh
2
-16
/
+15
2025-02-21
vdso: Add generic time data storage
Thomas Weißschuh
1
-4
/
+4
2025-02-21
kernel: Fix "select" wording on HZ_250 description
Bagas Sanjaya
1
-1
/
+1
[prev]
[next]