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-15
context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watching_curr_cpu()
Valentin Schneider
2
-6
/
+6
2024-08-15
context_tracking, rcu: Rename rcu_dynticks_task*() into rcu_task*()
Valentin Schneider
1
-14
/
+14
2024-08-15
rtmutex: Drop rt_mutex::wait_lock before scheduling
Roland Xu
1
-4
/
+5
2024-08-15
tracing/fgraph: Have fgraph handle previous boot function addresses
Steven Rostedt
1
-5
/
+18
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
174
-5031
/
+7931
2024-08-15
refscale: Constify struct ref_scale_ops
Christophe JAILLET
1
-21
/
+21
2024-08-15
rcuscale: Count outstanding callbacks per-task rather than per-CPU
Paul E. McKenney
1
-4
/
+6
2024-08-15
rcuscale: NULL out top-level pointers to heap memory
Paul E. McKenney
1
-0
/
+5
2024-08-15
rcuscale: Use special allocator for rcu_scale_writer()
Paul E. McKenney
1
-10
/
+113
2024-08-15
rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failure
Paul E. McKenney
1
-3
/
+6
2024-08-15
rcuscale: Make all writer tasks report upon hang
Paul E. McKenney
1
-0
/
+6
2024-08-15
rcuscale: Provide clear error when async specified without primitives
Paul E. McKenney
1
-2
/
+2
2024-08-15
rcu: Let dump_cpu_task() be used without preemption disabled
Ryo Takakura
2
-3
/
+1
2024-08-15
rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stalls
Paul E. McKenney
1
-0
/
+4
2024-08-15
rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited_wait()
Paul E. McKenney
1
-51
/
+60
2024-08-15
rcu: Summarize RCU CPU stall warnings during CSD-lock stalls
Paul E. McKenney
1
-1
/
+7
2024-08-15
smp: print only local CPU info when sched_clock goes backward
Rik van Riel
1
-0
/
+8
2024-08-15
locking/csd-lock: Use backoff for repeated reports of same incident
Paul E. McKenney
1
-3
/
+7
2024-08-15
locking/csd_lock: Provide an indication of ongoing CSD-lock stall
Paul E. McKenney
1
-0
/
+16
2024-08-14
Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+22
2024-08-14
rcuscale: Print detailed grace-period and barrier diagnostics
Paul E. McKenney
1
-0
/
+18
2024-08-14
rcu: Mark callbacks not currently participating in barrier operation
Paul E. McKenney
1
-0
/
+3
2024-08-14
rcuscale: Dump grace-period statistics when rcu_scale_writer() stalls
Paul E. McKenney
1
-0
/
+10
2024-08-14
rcuscale: Dump stacks of stalled rcu_scale_writer() instances
Paul E. McKenney
1
-2
/
+21
2024-08-14
rcuscale: Save a few lines with whitespace-only change
Paul E. McKenney
1
-7
/
+3
2024-08-14
refscale: Optimize process_durations()
Christophe JAILLET
1
-11
/
+14
2024-08-14
rcu/tasks: Add rcu_barrier_tasks*() start time to diagnostics
Paul E. McKenney
1
-2
/
+6
2024-08-14
rcu/tasks: Add detailed grace-period and barrier diagnostics
Paul E. McKenney
1
-2
/
+64
2024-08-14
rcu/tasks: Mark callbacks not currently participating in barrier operation
Paul E. McKenney
1
-0
/
+2
2024-08-14
rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBs
Paul E. McKenney
1
-0
/
+5
2024-08-14
rcu/tasks: Update rtp->tasks_gp_seq comment
Paul E. McKenney
1
-1
/
+1
2024-08-14
rcu/tasks: Check processor-ID assumptions
Paul E. McKenney
1
-0
/
+1
2024-08-14
rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
Zqiang
1
-29
/
+53
2024-08-14
rcu-tasks: Remove RCU Tasks Rude asynchronous APIs
Paul E. McKenney
1
-38
/
+17
2024-08-14
rcuscale: Stop testing RCU Tasks Rude asynchronous APIs
Paul E. McKenney
1
-2
/
+0
2024-08-14
rcutorture: Stop testing RCU Tasks Rude asynchronous APIs
Paul E. McKenney
1
-8
/
+0
2024-08-14
rcutorture: Add a stall_cpu_repeat module parameter
Paul E. McKenney
1
-16
/
+40
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-14
timers: Add sparse annotation for timer_sync_wait_running().
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-14
perf: Really fix event_function_call() locking
Namhyung Kim
1
-5
/
+8
2024-08-13
bpf: more trivial fdget() conversions
Al Viro
1
-15
/
+7
2024-08-13
bpf: trivial conversions for fdget()
Al Viro
3
-21
/
+9
2024-08-13
bpf: switch maps to CLASS(fd, ...)
Al Viro
3
-121
/
+42
2024-08-13
bpf: factor out fetching bpf_map from FD and adding it to used_maps list
Andrii Nakryiko
1
-49
/
+66
2024-08-13
bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)
Al Viro
1
-16
/
+8
2024-08-13
bpf: convert __bpf_prog_get() to CLASS(fd, ...)
Al Viro
1
-22
/
+9
2024-08-13
Merge remote-tracking branch 'vfs/stable-struct_fd'
Andrii Nakryiko
15
-274
/
+284
2024-08-13
sched_ext: Don't use double locking to migrate tasks across CPUs
Tejun Heo
1
-88
/
+46
[prev]
[next]