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-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
1
-0
/
+7
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-0
/
+4
2025-04-07
genirq/generic-chip: Convert core code to lock guards
Thomas Gleixner
1
-31
/
+16
2025-04-07
pidfd: improve uapi when task isn't found
Christian Brauner
1
-3
/
+20
2025-04-07
pidfd: remove unneeded NULL check from pidfd_prepare()
Christian Brauner
1
-1
/
+1
2025-04-07
locking/percpu-rwsem: add freezable alternative to down_read
James Bottomley
1
-5
/
+8
2025-04-07
irqdomain: Support three-cell scheme interrupts
Yixun Lan
1
-0
/
+56
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
1
-3
/
+3
2025-04-06
Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+9
2025-04-06
Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
14
-75
/
+44
2025-04-06
Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-8
/
+8
2025-04-06
Merge tag 'timers-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-69
/
+25
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+0
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
1
-2
/
+2
2025-04-05
hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
Nam Cao
1
-4
/
+4
2025-04-05
hrtimers: Rename debug_init() to debug_setup()
Nam Cao
1
-4
/
+2
2025-04-05
hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()
Nam Cao
1
-4
/
+4
2025-04-05
hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()
Nam Cao
1
-2
/
+0
2025-04-05
hrtimers: Make callback function pointer private
Nam Cao
2
-5
/
+5
2025-04-05
hrtimers: Merge __hrtimer_init() into __hrtimer_setup()
Nam Cao
1
-9
/
+3
2025-04-05
hrtimers: Switch to use __htimer_setup()
Nam Cao
1
-2
/
+1
2025-04-05
hrtimers: Delete hrtimer_init()
Nam Cao
1
-20
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
13
-24
/
+24
2025-04-04
sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH
Tejun Heo
1
-4
/
+4
2025-04-04
cgroup: change rstat function signatures from cgroup-based to css-based
JP Kobryn
3
-49
/
+65
2025-04-04
cgroup: add helper for checking when css is cgroup::self
JP Kobryn
1
-2
/
+2
2025-04-04
cgroup: move rstat base stat objects into their own struct
JP Kobryn
2
-35
/
+57
2025-04-04
sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and friends
Tejun Heo
1
-46
/
+46
2025-04-04
sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
Tejun Heo
2
-102
/
+93
2025-04-04
sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
Tejun Heo
1
-35
/
+34
2025-04-04
sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabled
Tejun Heo
2
-24
/
+23
2025-04-04
sched_ext: Drop "ops" from scx_ops_enable_state and friends
Tejun Heo
1
-44
/
+37
2025-04-04
Revert "timekeeping: Fix possible inconsistencies in _COARSE clockids"
Thomas Gleixner
1
-69
/
+25
2025-04-04
genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move()
Thomas Gleixner
1
-1
/
+1
2025-04-04
irqdomain: Rename irq_get_default_host() to irq_get_default_domain()
Jiri Slaby (SUSE)
1
-3
/
+3
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
1
-4
/
+4
2025-04-04
sched/tracepoints: Move and extend the sched_process_exit() tracepoint
Andrii Nakryiko
1
-1
/
+1
2025-04-03
Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-26
/
+46
2025-04-03
Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2025-04-03
Merge tag 'sched_ext-for-6.15-rc0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-11
/
+9
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
5
-3
/
+12
2025-04-03
rseq: Eliminate useless task_work on execve
Mathieu Desnoyers
1
-1
/
+0
2025-04-02
Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-48
/
+3
2025-04-02
Merge tag 'vfs-6.15-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-11
/
+8
2025-04-02
Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
2
-15
/
+12
2025-04-02
Merge tag 'rcu-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-0
/
+2
2025-04-02
Merge tag 'kgdb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
2
-42
/
+10
2025-04-02
ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
Steven Rostedt
1
-2
/
+3
[prev]
[next]