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-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
5
-24
/
+30
2025-05-03
futex: Create hb scopes
Peter Zijlstra
4
-468
/
+487
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
4
-10
/
+8
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
3
-40
/
+41
2025-05-01
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
1
-2
/
+2
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-46
/
+56
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
1
-1
/
+3
2025-05-01
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
1
-11
/
+16
2025-05-01
ftrace: Fix NULL memory allocation check
Colin Ian King
1
-1
/
+1
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-05-01
bpf: Replace offsetof() with struct_size()
Thorsten Blum
1
-2
/
+3
2025-04-30
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
1
-4
/
+13
2025-04-30
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
1
-1
/
+1
2025-04-30
genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()
Andrew Jones
1
-1
/
+1
2025-04-30
kbuild: require gcc-8 and binutils-2.30
Arnd Bergmann
1
-4
/
+0
2025-04-30
Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-24
/
+21
2025-04-30
sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks
John Stultz
1
-0
/
+6
2025-04-30
alarmtimer: Switch spin_{lock,unlock}_irqsave() to guards
Su Hui
1
-48
/
+30
2025-04-30
alarmtimer: Remove dead return value in clock2alarm()
Su Hui
1
-3
/
+3
2025-04-30
time/jiffies: Change register_refined_jiffies() to void __init
Su Hui
1
-4
/
+1
2025-04-29
ima: kexec: move IMA log copy from kexec load to execute
Steven Chen
1
-1
/
+10
2025-04-29
ima: kexec: skip IMA segment validation after kexec soft reboot
Steven Chen
1
-0
/
+22
2025-04-29
kexec: define functions to map and unmap segments
Steven Chen
1
-0
/
+54
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
1
-6
/
+2
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
1
-48
/
+25
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
1
-42
/
+58
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
1
-19
/
+26
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
1
-57
/
+57
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
1
-46
/
+49
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
1
-40
/
+82
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
1
-22
/
+36
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
1
-24
/
+18
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
1
-66
/
+91
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
1
-1
/
+10
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
2
-115
/
+131
2025-04-29
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-8
/
+2
2025-04-29
sched_ext: Fix rq lock state in hotplug ops
Andrea Righi
1
-2
/
+2
2025-04-29
entry: Inline syscall_exit_to_user_mode()
Charlie Jenkins
1
-48
/
+1
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
11
-67
/
+73
2025-04-28
PM: EM: Fix potential division-by-zero error in em_compute_costs()
Yaxiong Tian
1
-0
/
+4
2025-04-28
timekeeping: Prevent coarse clocks going backwards
Thomas Gleixner
2
-10
/
+44
2025-04-26
Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+1
2025-04-26
Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1
-3
/
+1
2025-04-26
pidfs: get rid of __pidfd_prepare()
Christian Brauner
1
-54
/
+29
2025-04-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-4
/
+5
2025-04-25
cgroup/rstat: Improve cgroup_rstat_push_children() documentation
Waiman Long
1
-9
/
+33
2025-04-25
PM: sleep: Remove unnecessary !!
Zihuan Zhang
1
-1
/
+1
2025-04-25
sched_ext: Remove duplicate BTF_ID_FLAGS definitions
Andrea Righi
1
-6
/
+0
2025-04-25
Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
3
-13
/
+27
[prev]
[next]