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-13
workqueue: Add interface for user-defined workqueue lockdep map
Matthew Brost
1
-0
/
+28
2024-08-13
workqueue: Change workqueue lockdep map to pointer
Matthew Brost
1
-7
/
+9
2024-08-13
workqueue: Split alloc_workqueue into internal function and lockdep init
Matthew Brost
1
-8
/
+23
2024-08-13
sched_ext: define missing cfi stubs for sched_ext
Manu Bretelle
1
-0
/
+6
2024-08-13
perf/bpf: Don't call bpf_overflow_handler() for tracing events
Kyle Huey
1
-1
/
+2
2024-08-13
printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
Ryo Takakura
2
-2
/
+8
2024-08-13
irqdomain: Remove stray '-' in the domain name
Andy Shevchenko
1
-2
/
+2
2024-08-13
irqdomain: Clarify checks for bus_token
Andy Shevchenko
1
-8
/
+14
2024-08-12
struct fd: representation change
Al Viro
1
-1
/
+1
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
13
-68
/
+68
2024-08-12
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
1
-2
/
+3
2024-08-13
cpu/SMT: Enable SMT only if a core is online
Nysal Jan K.A
1
-1
/
+11
2024-08-12
pidfd: prevent creation of pidfds for kthreads
Christian Brauner
1
-3
/
+22
2024-08-12
srcu: Mark callbacks not currently participating in barrier operation
Paul E. McKenney
1
-0
/
+2
2024-08-12
srcu: Check for concurrent updates of heuristics
Paul E. McKenney
1
-0
/
+2
2024-08-12
srcu: faster gp seq wrap-around
JP Kobryn
2
-6
/
+4
2024-08-12
rcu: Use system_unbound_wq to avoid disturbing isolated CPUs
Waiman Long
1
-4
/
+4
2024-08-11
Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+5
2024-08-11
Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2024-08-11
kernel/fork.c: get estimated free pages by memblock api
Wei Yang
1
-1
/
+1
2024-08-11
rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()
Thorsten Blum
1
-2
/
+3
2024-08-11
context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE
Valentin Schneider
2
-5
/
+5
2024-08-11
context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu()
Valentin Schneider
1
-1
/
+1
2024-08-11
context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()
Valentin Schneider
2
-15
/
+15
2024-08-11
context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting into .nmi_nesting
Valentin Schneider
2
-17
/
+17
2024-08-11
context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()
Valentin Schneider
1
-1
/
+1
2024-08-11
context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()
Valentin Schneider
2
-8
/
+8
2024-08-11
context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into .nesting
Valentin Schneider
2
-9
/
+9
2024-08-10
Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+4
2024-08-09
Merge tag 'irq-domain-24-08-09' into irq/core
Thomas Gleixner
1
-85
/
+113
2024-08-09
irqdomain: Allow giving name suffix for domain
Matti Vaittinen
1
-7
/
+23
2024-08-09
irqdomain: Cleanup domain name allocation
Thomas Gleixner
1
-51
/
+55
2024-08-09
irqdomain: Simplify simple and legacy domain creation
Matti Vaittinen
1
-33
/
+41
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-08-09
Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+2
2024-08-09
cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()
Waiman Long
1
-1
/
+8
2024-08-09
module: make waiting for a concurrent module loader interruptible
Linus Torvalds
1
-15
/
+25
2024-08-08
sched_ext: Improve logging around enable/disable
Tejun Heo
1
-8
/
+12
2024-08-08
sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_ONLINE
Tejun Heo
1
-1
/
+8
2024-08-08
sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()
Tejun Heo
1
-4
/
+6
2024-08-08
Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
8
-39
/
+57
2024-08-08
Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+6
2024-08-08
module: warn about excessively long module waits
Linus Torvalds
1
-7
/
+20
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Daniel Vetter
2
-4
/
+9
2024-08-08
x86/split_lock: Move Split and Bus lock code to a dedicated file
Ravi Bangoria
1
-1
/
+1
2024-08-08
module: Fix KCOV-ignored file name
Dmitry Vyukov
1
-1
/
+1
2024-08-08
kcov: Add interrupt handling self test
Dmitry Vyukov
1
-0
/
+31
2024-08-08
genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_base
Jiri Slaby (SUSE)
1
-1
/
+0
2024-08-08
Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-3
/
+19
2024-08-08
perf: Optimize __pmu_ctx_sched_out()
Peter Zijlstra
1
-1
/
+1
[prev]
[next]