index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2024-11-19
Merge tag 'rcu.release.v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-173
/
+275
2024-11-15
Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...
Frederic Weisbecker
7
-123
/
+219
2024-11-15
rcuscale: Remove redundant WARN_ON_ONCE() splat
Uladzislau Rezki (Sony)
1
-2
/
+0
2024-11-15
rcuscale: Do a proper cleanup if kfree_scale_init() fails
Uladzislau Rezki (Sony)
1
-2
/
+4
2024-11-15
srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
Paul E. McKenney
1
-4
/
+2
2024-11-12
srcu: Check for srcu_read_lock_lite() across all CPUs
Paul E. McKenney
1
-5
/
+7
2024-11-12
rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
Paul E. McKenney
1
-2
/
+7
2024-11-12
rcuscale: Add guest_os_delay module parameter
Paul E. McKenney
1
-0
/
+17
2024-11-12
refscale: Correct affinity check
Paul E. McKenney
1
-1
/
+1
2024-11-12
rcu/nocb: Fix missed RCU barrier on deoffloading
Zqiang
1
-1
/
+12
2024-11-12
rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
Uladzislau Rezki (Sony)
1
-2
/
+12
2024-11-12
rcu/srcutiny: don't return before reenabling preemption
Michal Schmidt
1
-1
/
+1
2024-11-12
rcu-tasks: Remove open-coded one-byte cmpxchg() emulation
Paul E. McKenney
1
-16
/
+1
2024-11-12
rcutorture: Test start-poll primitives with interrupts disabled
Paul E. McKenney
1
-0
/
+10
2024-11-12
rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
Paul E. McKenney
1
-7
/
+0
2024-11-12
rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()
Paul E. McKenney
1
-1
/
+2
2024-11-12
rcu: Add rcuog kthreads to RCU_NOCB_CPU help text
Paul E. McKenney
1
-10
/
+18
2024-11-12
rcu: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-2
/
+1
2024-11-12
rcu: Use bitwise instead of arithmetic operator for flags
Hongbo Li
1
-11
/
+11
2024-11-12
refscale: Add srcu_read_lock_lite() support using "srcu-lite"
Paul E. McKenney
1
-3
/
+34
2024-11-12
rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
Paul E. McKenney
1
-0
/
+7
2024-11-12
rcutorture: Add reader_flavor parameter for SRCU readers
Paul E. McKenney
1
-8
/
+22
2024-11-12
rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
Paul E. McKenney
1
-14
/
+14
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
1
-41
/
+0
2024-11-12
srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
Paul E. McKenney
1
-11
/
+71
2024-11-12
srcu: Create CPP macros for normal and NMI-safe SRCU readers
Paul E. McKenney
1
-10
/
+11
2024-11-12
srcu: Standardize srcu_data pointers to "sdp" and similar
Paul E. McKenney
1
-10
/
+10
2024-11-12
srcu: Bit manipulation changes for additional reader flavor
Paul E. McKenney
1
-3
/
+4
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
1
-11
/
+11
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+8
2024-11-03
rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()
Paul E. McKenney
1
-7
/
+11
2024-10-28
srcu: Introduce srcu_gp_is_expedited() helper function
Paul E. McKenney
1
-2
/
+12
2024-10-28
srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
Paul E. McKenney
1
-7
/
+9
2024-10-23
srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
Zhen Lei
1
-2
/
+2
2024-10-23
rcu: Stop stall warning from dumping stacks if grace period ends
Paul E. McKenney
1
-6
/
+11
2024-10-23
rcu: Delete unused rcu_gp_might_be_stalled() function
Paul E. McKenney
1
-30
/
+0
2024-10-22
rcu: Remove unused declaration rcu_segcblist_offload()
Yue Haibing
1
-1
/
+0
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
2
-5
/
+12
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-0
/
+9
2024-10-10
rcu/nocb: Fix rcuog wake-up from offline softirq
Frederic Weisbecker
1
-1
/
+7
2024-10-01
rcu/kvfree: Refactor kvfree_rcu_queue_batch()
Uladzislau Rezki (Sony)
1
-4
/
+5
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-8
/
+101
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-535
/
+737
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+16
2024-09-09
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
14
-467
/
+658
2024-09-09
rcu: Defer printing stall-warning backtrace when holding rcu_node lock
Paul E. McKenney
1
-0
/
+2
2024-09-09
rcu/nocb: Remove superfluous memory barrier after bypass enqueue
Frederic Weisbecker
1
-1
/
+1
2024-09-09
rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
Frederic Weisbecker
1
-4
/
+1
2024-09-09
rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
Frederic Weisbecker
1
-1
/
+4
[next]