index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_exp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-18
1
-55
/
+66
|
\
|
*
-
.
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
2024-09-08
1
-51
/
+62
|
|
\
\
|
|
|
*
rcu: Let dump_cpu_task() be used without preemption disabled
Ryo Takakura
2024-08-14
1
-2
/
+0
|
|
|
*
rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stalls
Paul E. McKenney
2024-08-14
1
-0
/
+4
|
|
|
*
rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited...
Paul E. McKenney
2024-08-14
1
-51
/
+60
|
|
|
/
|
*
|
rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_watching_snap
Valentin Schneider
2024-08-15
1
-2
/
+2
|
*
|
rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since()
Valentin Schneider
2024-08-15
1
-1
/
+1
|
*
|
rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
Valentin Schneider
2024-08-15
1
-1
/
+1
|
*
|
context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...
Valentin Schneider
2024-07-29
1
-1
/
+1
|
|
/
*
/
rcu: Mark emergency sections in rcu stalls
John Ogness
2024-08-21
1
-0
/
+7
|
/
*
rcu/exp: Remove redundant full memory barrier at the end of GP
Frederic Weisbecker
2024-06-28
1
-2
/
+6
*
rcu/exp: Remove superfluous full memory barrier upon first EQS snapshot
Frederic Weisbecker
2024-06-28
1
-1
/
+15
*
rcu: Reduce synchronize_rcu() latency
Uladzislau Rezki (Sony)
2024-04-15
1
-1
/
+1
*
rcu/exp: Remove rcu_par_gp_wq
Frederic Weisbecker
2024-02-14
1
-72
/
+1
*
rcu/exp: Make parallel exp gp kworker per rcu node
Frederic Weisbecker
2024-02-14
1
-5
/
+5
*
rcu/exp: Handle RCU expedited grace period kworker allocation failure
Frederic Weisbecker
2024-02-14
1
-6
/
+19
*
rcu/exp: Remove full barrier upon main thread wakeup
Frederic Weisbecker
2024-02-14
1
-3
/
+2
*
rcu: Defer RCU kthreads wakeup when CPU is dying
Frederic Weisbecker
2024-01-24
1
-2
/
+1
*
rcu: Add RCU CPU stall notifier
Paul E. McKenney
2023-09-11
1
-1
/
+5
*
rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
Paul E. McKenney
2023-05-11
1
-1
/
+1
*
rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
Zqiang
2023-04-05
1
-2
/
+4
*
rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early
Zqiang
2023-04-05
1
-2
/
+3
*
rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask race
Zqiang
2023-04-05
1
-2
/
+3
*
rcu: Allow expedited RCU CPU stall warnings to dump task stacks
Paul E. McKenney
2023-01-04
1
-0
/
+41
*
rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
Paul E. McKenney
2023-01-04
1
-0
/
+2
*
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
2022-11-29
1
-1
/
+1
*
-
.
Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...
Paul E. McKenney
2022-09-01
1
-3
/
+54
|
\
\
|
|
*
rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence
Paul E. McKenney
2022-08-31
1
-0
/
+6
|
|
*
rcu: Remove expedited grace-period fast-path forward-progress helper
Paul E. McKenney
2022-08-31
1
-2
/
+0
|
|
*
rcu: Add full-sized polling for cond_sync_exp_full()
Paul E. McKenney
2022-08-31
1
-0
/
+27
|
|
*
rcu: Add full-sized polling for start_poll_expedited()
Paul E. McKenney
2022-08-31
1
-0
/
+18
|
|
/
|
/
|
|
*
rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels
Zqiang
2022-08-31
1
-1
/
+3
|
/
*
Merge branch 'ctxt.2022.07.05a' into HEAD
Paul E. McKenney
2022-07-22
1
-1
/
+1
|
\
|
*
rcu/context_tracking: Move dynticks counter to context tracking
Frederic Weisbecker
2022-07-05
1
-1
/
+1
*
|
rcu: Add irqs-disabled indicator to expedited RCU CPU stall warnings
Zqiang
2022-07-22
1
-2
/
+3
*
|
rcu: Diagnose extended sync_rcu_do_polled_gp() loops
Paul E. McKenney
2022-07-22
1
-1
/
+6
*
|
rcu: Put panic_on_rcu_stall() after expedited RCU CPU stall warnings
Zqiang
2022-07-22
1
-1
/
+1
*
|
rcu: Add polled expedited grace-period primitives
Paul E. McKenney
2022-07-22
1
-0
/
+85
*
|
rcu: Make polled grace-period API account for expedited grace periods
Paul E. McKenney
2022-07-22
1
-2
/
+14
|
/
*
rcu: Move expedited grace period (GP) work to RT kthread_worker
Kalesh Singh
2022-05-11
1
-31
/
+116
*
rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
Uladzislau Rezki
2022-05-11
1
-2
/
+2
*
rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()
Paul E. McKenney
2022-02-02
1
-1
/
+2
*
rcu/exp: Fix check for idle context in rcu_exp_handler
Neeraj Upadhyay
2022-02-02
1
-1
/
+1
*
rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
Frederic Weisbecker
2021-12-08
1
-0
/
+1
*
rcu: Prevent expedited GP from enabling tick on offline CPU
Paul E. McKenney
2021-12-08
1
-1
/
+4
*
rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp load
Paul E. McKenney
2021-12-08
1
-1
/
+1
*
rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.exp
Frederic Weisbecker
2021-12-08
1
-3
/
+2
*
rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()
Frederic Weisbecker
2021-12-08
1
-0
/
+1
*
rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
Neeraj Upadhyay
2021-09-14
1
-1
/
+1
*
rcu: Make rcu_normal_after_boot writable again
Juri Lelli
2021-09-14
1
-1
/
+0
[next]