summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney2022-06-091-0/+1
* rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah2022-06-091-0/+3
* rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker2022-05-121-13/+13
* rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker2022-05-121-11/+16
* rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney2022-04-081-2/+2
* rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney2022-03-281-4/+4
* rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney2022-01-291-3/+4
* rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa2022-01-271-0/+5
* rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker2022-01-271-0/+1
* rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney2021-12-221-5/+5
* rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra2021-11-181-1/+1
* rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra2021-11-181-4/+4
* rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay2021-11-181-1/+1
* rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney2021-11-181-2/+1
* rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood2021-11-181-12/+36
* Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-3/+3
|\
| * locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra2021-08-171-3/+3
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney2021-08-109-1629/+1676
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * rcuscale: Console output claims too few grace periodsJiangong.Han2021-07-271-2/+2
| | | | * rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney2021-07-271-1/+6
| | | | * refscale: Add measurement of clock readoutPaul E. McKenney2021-07-271-1/+35
| |_|_|/ |/| | |
| | | * rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-07-201-4/+4
| | | * rcu-tasks: Fix synchronize_rcu_rude() typo in commentPaul E. McKenney2021-07-201-2/+2
| | | * rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney2021-07-201-4/+4
| | | * rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney2021-07-201-5/+6
| | | * rcu-tasks: Add comments explaining task_struct strategyPaul E. McKenney2021-07-201-1/+10
| |_|/ |/| |
| | * rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker2021-07-201-3/+0
| | * rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker2021-07-203-1487/+1497
| |/ |/|
| * rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-101-2/+2
| * rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney2021-08-061-1/+1
| * rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song2021-08-063-3/+3
| * rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song2021-08-061-2/+2
| * rcu: Mark accesses in tree_stall.hPaul E. McKenney2021-08-061-30/+33
| * rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney2021-08-061-2/+2
| * rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney2021-08-061-1/+1
| * srcutiny: Mark read-side data racesPaul E. McKenney2021-08-061-1/+1
| * rcu: Start timing stall repetitions after warning completePaul E. McKenney2021-08-061-1/+8
| * rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky2021-08-061-6/+3
| * rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky2021-08-061-0/+18
| * rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney2021-08-061-3/+6
| * rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney2021-08-061-8/+18
| * rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)2021-08-061-63/+14
| * rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu2021-08-061-1/+3
| * rcu: Fix to include first blocked task in stall warningYanfei Xu2021-08-061-2/+2
|/
* rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney2021-07-061-2/+2
* rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney2021-07-061-1/+0
* rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney2021-07-061-3/+2
* refscale: Avoid false-positive warnings in ref_scale_reader()Paul E. McKenney2021-07-061-3/+3
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0413-459/+730
|\
| *-----------. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-1813-453/+727
| |\ \ \ \ \ \ \