Sign in
◑
Theme
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
HEAD
9cc63f8
Merge branches 'expcb.2026.07.24a', 'misc.2026.07.30a', 'rcu-tasks.2026.07.30a', 'srcu.2026.08.11a' and 'torture.2026.08.14a' into HEAD
by Paul E. McKenney
· 4 weeks ago
master
301d28f
rcu: Add closing parenthesis in comment in rcu_read_unlock_strict()
by Paul E. McKenney
· 4 weeks ago
20ed97c
rcutorture: Make {,s}rcu_read_delay() better handle forward-progress testing
by Paul E. McKenney
· 7 weeks ago
6c22d64
rcutorture: Announce declining to forward-progress test
by Paul E. McKenney
· 7 weeks ago
aaf43c4
torture: Don't leak shuffle_tmp_mask when shuffler kthread fails to start
by Joel Fernandes
· 8 weeks ago
ed55bb9
rcutorture: Use this_cpu_inc() for rcu_torture_count[] and rcu_torture_batch[]
by Paul E. McKenney
· 9 weeks ago
86fa538
rcutorture: Make RCU Tasks Trace track Reader Batches
by Paul E. McKenney
· 9 weeks ago
560b35b
rcutorture: Test RCU Tasks Trace GP implying RCU GP
by Paul E. McKenney
· 9 weeks ago
d1ff056
rcutorture: Add a stall_only module parameter
by Paul E. McKenney
· 3 months ago
75a88fe
rcutorture: Add nwriters module parameter
by Paul E. McKenney
· 3 months ago
e7b6d50
rcutorture: Use task_state_to_char() for task-state reporting
by Kunwu Chan
· 3 months ago
f424566
rcutorture: Use cpumask_next_wrap() in rcu_torture_preempt()
by Paul E. McKenney
· 3 months ago
5ac6934
rcutorture: Test RCU readers from hardware interrupt handlers
by Paul E. McKenney
· 4 months ago
50df5afa
rcutorture: Check for immediate deboosting at reader end
by Paul E. McKenney
· 5 months ago
78a38cb
srcu: Queue sdp->work when the delay timer is successfully deleted
by Zqiang
· 9 weeks ago
0f5fe21
rcu-tasks: Convert cond_resched_tasks_rcu_qs() to static inline
by Paul E. McKenney
· 7 weeks ago
885d831
rcu-tasks: Fix some comments for call_rcu_tasks() and call_rcu_tasks_rude()
by Zqiang
· 8 weeks ago
ed61912
rcu-tasks: Rename tasks_rcu_exit_srcu_stall_timer to tasks_rcu_exit_stall_timer
by Zqiang
· 8 weeks ago
7689271
rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.s
by Paul E. McKenney
· 7 weeks ago
df0ecbc
rcu: Reduce stack usage in show_rcu_gp_kthreads()
by Zqiang
· 7 weeks ago
27d73e8
rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qs
by Itai Handler
· 7 weeks ago
7f28a4c
rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()
by Zqiang
· 7 weeks ago
8fe4795
rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.b.norm
by Paul E. McKenney
· 7 weeks ago
f99dc9e2
rcu-tasks: Fix IRQ read lock/unlock data race
by Paul E. McKenney
· 8 weeks ago
7a455d3
rcu-tasks: Dump rtpcp->lazy_timer status in show_rcu_tasks_generic_gp_kthread()
by Zqiang
· 8 weeks ago
5976694
rcu-tasks: Update comments in call_rcu_tasks_generic()
by Zqiang
· 9 weeks ago
2aaee3f
rcu: Mark accesses to rdp->rcu_cpu_has_work
by Paul E. McKenney
· 8 weeks ago
545b3ac
rcu: Remove unused func parameter from callback-enqueue functions
by Joel Fernandes
· 8 weeks ago
4137d69
rcu: Remove unused expedited_need_qs field from rcu_state
by Joel Fernandes
· 8 weeks ago
a050e67
rcu: Use WRITE_ONCE() for ->rcu_need_heavy_qs
by Paul E. McKenney
· 8 weeks ago
d2282f9
rcu: Use this_cpu_{read,write}() for ->cpu_no_qs.b.exp
by Paul E. McKenney
· 8 weeks ago
31b780b
rcuscale: Add concurrent expedited GP threads for callback scaling tests
by Puranjay Mohan
· 3 months ago
ec5ee54
rcu: Advance callbacks for expedited GP completion in rcu_core()
by Puranjay Mohan
· 3 months ago
fde2b18
rcu: Detect expedited grace period completion in rcu_pending()
by Puranjay Mohan
· 3 months ago
3186061
rcu: Wake NOCB rcuog kthreads on expedited grace period completion
by Puranjay Mohan
· 3 months ago
942b3e8
rcu: Update comments for gp_seq and expedited GP tracking
by Puranjay Mohan
· 3 months ago
aaca360
rcu: Enable RCU callbacks to benefit from expedited grace periods
by Puranjay Mohan
· 7 weeks ago
a781301
rcu-tasks: Remove smp_mb() in rcu_spawn_tasks_kthread_generic()
by Zqiang
· 9 weeks ago
647dd6e
rcu-tasks: Apply READ_ONCE() and WRITE_ONCE() to fix data race
by Paul E. McKenney
· 9 weeks ago
ef21090
rcu-tasks: Dump rcu tasks status when the boot-test failed
by Zqiang
· 10 weeks ago
5b79f1d
rcu-tasks: Remove unused struct rcu_tasks's->n_ipis_fails variables
by Zqiang
· 10 weeks ago
d972d10
rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0
by Joel Fernandes
· 3 months ago
6791325
rcu: introduce rcu_defer_qs_clear() helper
by Joel Fernandes
· 3 months ago
2b109ec
doc: RCU: Fix brackets
by Manuel Ebner
· 3 months ago
dc7e119
doc: RCU: Adopt new coding style of type-aware kmalloc-family - part 2/2
by Manuel Ebner
· 3 months ago
573d76f
rcu: Mark __rcu_access_pointer() as context_unsafe()
by Paul E. McKenney
· 3 months ago
1384ea9
rcu: Use task_state_to_char() in stall-warning prints
by Kunwu Chan
· 3 months ago
60b5487
rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
by Puranjay Mohan
· 3 months ago
fb5c815
rcu/segcblist: Track segment grace periods with struct rcu_gp_seq
by Puranjay Mohan
· 3 months ago
97b4c6b
rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
by Puranjay Mohan
· 3 months ago
ca1f962
rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
by Puranjay Mohan
· 3 months ago
7360845
rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq
by Puranjay Mohan
· 3 months ago
767ce74
rcu: Remove unused rdp parameter from trace_rcu_this_gp()
by Joel Fernandes
· 8 weeks ago
3f90d04
MAINTAINERS: add Rust SRCU files to SRCU entry
by Onur Özkan
· 3 months ago
59cf3a5
rust: sync: add SRCU abstraction
by Onur Özkan
· 3 months ago
91d5185
srcu: expose srcu_readers_active()
by Onur Özkan
· 3 months ago
8f63d94
rust: helpers: add SRCU helpers
by Onur Özkan
· 3 months ago
a47dea1
srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
by Onur Özkan
· 3 months ago
bc892f8
rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()
by Paul E. McKenney
· 4 months ago
ade2e3c
rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORK
by Paul E. McKenney
· 4 months ago
a13c140
Linux 7.2-rc3
by Linus Torvalds
· 9 weeks ago
f20d61c
tpm: Make the TPM character devices non-seekable
by Jaewon Yang
· 9 weeks ago
940d91ca
Merge tag 'staging-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 weeks ago
bffa972
Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 weeks ago
8a65af0
Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 weeks ago
534f8f0
Merge tag 'usb-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 weeks ago
f4fb100
Merge tag 's390-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 weeks ago
2f9eb0c
Merge tag 'riscv-for-linus-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 9 weeks ago
f4bf75d
Merge tag 'm68knommu-fixes-on-top-off-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 9 weeks ago
6205562c
Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 9 weeks ago
44696aa
Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 9 weeks ago
59dee6d
Merge tag 'for-7.2/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 weeks ago
cab9e33
Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 weeks ago
b37fa0d
Merge tag 'x86-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 weeks ago
767707a
Merge tag 'timers-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 weeks ago
64d9ca4
Merge tag 'block-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 9 weeks ago
596d603
Merge tag 'io_uring-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 9 weeks ago
4b22d08
dm thin metadata: fix superblock refcount leak on snapshot shadow failure
by Genjian Zhang
· 9 weeks ago
47915e8
perf/x86/amd/brs: Fix kernel address leakage
by Sandipan Das
· 9 weeks ago
adea84e
Input: mms114 - fix multi-touch slot corruption
by Dmitry Torokhov
· 2 months ago
dd3210c
Merge tag 'regulator-fix-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 9 weeks ago
bf124ba
Merge tag 'audit-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 9 weeks ago
ccce5f6
Merge tag 'selinux-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 9 weeks ago
61c03dfd
Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs
by Linus Torvalds
· 9 weeks ago
58d9f84
Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 9 weeks ago
8eae393
Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 9 weeks ago
601ddac
ring-buffer: Allow sparse CPU masks in ring_buffer_desc()
by Vincent Donnefort
· 9 weeks ago
d471d4f
tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()
by Vincent Donnefort
· 9 weeks ago
ec082d0
tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path
by Vincent Donnefort
· 9 weeks ago
d96fcfe
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 weeks ago
1f0fe322
Merge tag 'platform-drivers-x86-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
by Linus Torvalds
· 9 weeks ago
386df1a
dm-stats: fix dm_jiffies_to_msec64
by Mikulas Patocka
· 9 weeks ago
1917eb2
dm-stats: fix merge accounting
by Mikulas Patocka
· 9 weeks ago
422f1d4
dm-bufio: fix wrong count calculation in dm_bufio_issue_discard
by Mikulas Patocka
· 9 weeks ago
f827c27e
Merge tag 'gpio-fixes-for-v7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
by Linus Torvalds
· 9 weeks ago
8f964d9
Merge tag 'ata-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
by Linus Torvalds
· 9 weeks ago
ba0b7c6
Merge tag 'drm-fixes-2026-07-10' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 9 weeks ago
58a37e7
selftests/riscv: ptrace: Fix memory leak of regset_data in vector tests
by Wang Yan
· 9 weeks ago
181bb9c
block: remove redundant GD_NEED_PART_SCAN in add_disk_final()
by Connor Williamson
· 3 months ago
2a89229
perf/x86/amd/lbr: Fix kernel address leakage
by Sandipan Das
· 9 weeks ago
Next »