summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| |\ \ \ \ \ \ \
| | | | | | | | * rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney2021-05-101-3/+14
| | | | | | | | * rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney2021-05-101-39/+42
| | | | | | | | * rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney2021-05-102-5/+18
| | | | | | | | * rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney2021-05-103-26/+79
| | | | | | | | * rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney2021-05-101-0/+6
| | | | | | | | * rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney2021-05-101-10/+4
| | | | | | | | * rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney2021-05-101-2/+6
| | | | | | | | * rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney2021-05-101-60/+51
| | | | | | | | * rcutorture: Abstract read-lock-held checksPaul E. McKenney2021-05-101-10/+19
| | | | | | | | * refscale: Add acqrel, lock, and lock-irqPaul E. McKenney2021-05-101-2/+107
| | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | * tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney2021-05-182-1/+4
| | | | | | | * rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney2021-05-181-0/+1
| | | | | | | * rcu-tasks: Add block comment laying out RCU Rude designPaul E. McKenney2021-05-101-2/+7
| | | | | | | * rcu-tasks: Add block comment laying out RCU Tasks designPaul E. McKenney2021-05-101-0/+40
| | | |_|_|_|/ | | |/| | | |
| | | | | | * srcu: Early test SRCU polling startFrederic Weisbecker2021-05-121-1/+5
| | | | | | * srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-05-103-1/+20
| | | | | | * srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-104-8/+5
| | | | | | * srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker2021-05-101-1/+0
| | | | | | * srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker2021-05-101-10/+2
| | | |_|_|/ | | |/| | |
| | | | | * rcu: Fix various typos in commentsIngo Molnar2021-05-126-13/+13
| | | | | * rcu/nocb: Unify timersFrederic Weisbecker2021-05-122-56/+42
| | | | | * rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker2021-05-123-10/+11
| | | | | * rcu/nocb: Only cancel nocb timer if not pollingFrederic Weisbecker2021-05-121-7/+7
| | | | | * rcu/nocb: Delete bypass_timer upon nocb_gp wakeupFrederic Weisbecker2021-05-121-0/+2
| | | | | * rcu/nocb: Cancel nocb_timer upon nocb_gp wakeupFrederic Weisbecker2021-05-121-0/+4
| | | | | * rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker2021-05-121-4/+0