summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-3/+4
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney1-5/+5
2021-11-18rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra1-1/+1
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney1-74/+33
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song1-1/+1
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song1-2/+2
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney1-2/+2
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney1-8/+18
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)1-63/+14
2021-07-20rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker1-3/+0
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker1-0/+1
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-139/+174
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+2
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney1-139/+174
2021-05-18rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney1-0/+1
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney1-10/+14
2021-05-12rcu: Fix various typos in commentsIngo Molnar1-3/+3
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker1-1/+1
2021-05-11rcu: Point to documentation of ordering guaranteesPaul E. McKenney1-2/+18
2021-05-11rcu: Make rcu_gp_cleanup() be noinline for tracingPaul E. McKenney1-1/+1
2021-05-11rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney1-1/+1
2021-05-11rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney1-1/+1
2021-05-11rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou1-12/+12
2021-05-11rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney1-22/+0
2021-05-11srcu: Fix broken node geometry after early ssp initFrederic Weisbecker1-1/+15
2021-05-11srcu: Initialize SRCU after timersFrederic Weisbecker1-1/+0
2021-05-11kvfree_rcu: Refactor kfree_rcu_monitor()Uladzislau Rezki (Sony)1-58/+26
2021-05-11kvfree_rcu: Fix comments according to current codeUladzislau Rezki (Sony)1-6/+9
2021-05-11kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variantUladzislau Rezki (Sony)1-7/+1
2021-05-11kvfree_rcu: Update "monitor_todo" once a batch is startedUladzislau Rezki (Sony)1-2/+1
2021-05-11kvfree_rcu: Add a bulk-list check when a scheduler is runUladzislau Rezki (Sony)1-1/+2
2021-05-11kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objsUladzislau Rezki (Sony)1-10/+4
2021-05-11kvfree_rcu: Release a page cache under memory pressureZhang Qiang1-9/+73
2021-03-25Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...Paul E. McKenney1-45/+124
2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney1-7/+68
2021-03-09rcu/nocb: Only (re-)initialize segcblist when needed on CPU upFrederic Weisbecker1-5/+4
2021-03-09rcu/nocb: Forbid NOCB toggling on offline CPUsFrederic Weisbecker1-2/+1
2021-03-09rcu/nocb: Detect unsafe checks for offloaded rdpFrederic Weisbecker1-10/+11
2021-03-09kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)1-1/+1
2021-03-09kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRYUladzislau Rezki (Sony)1-1/+13
2021-03-09kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()Paul E. McKenney1-2/+1
2021-03-09kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()Paul E. McKenney1-1/+1
2021-03-09kvfree_rcu: Directly allocate page for single-argument caseUladzislau Rezki (Sony)1-16/+26
2021-03-09rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou1-1/+0
2021-03-09rcu: Fix CPU-offline trace in rcutree_dying_cpuNeeraj Upadhyay1-1/+1
2021-03-09rcu: Remove superfluous rdp fetchFrederic Weisbecker1-1/+0
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+52
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-10/+34
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-5/+7