summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
| | * rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney2017-07-253-28/+19
| | * rcu: Check for NOCB CPUs and empty lists earlier in CB migrationPaul E. McKenney2017-07-251-4/+3
| | * rcu: Remove orphan/adopt event-tracing fieldsPaul E. McKenney2017-07-252-4/+0
| | * rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney2017-07-252-3/+9
| | * rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney2017-07-251-96/+113
| |/ |/|
| * rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney2017-08-171-2/+0
| * rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney2017-08-171-1/+2
| * rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)2017-08-171-4/+1
| * rcu: Add assertions verifying blocked-tasks listPaul E. McKenney2017-08-172-2/+11
| * rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu2017-08-171-0/+2
| * rcu: Add TPS() protection for _rcu_barrier_trace stringsPaul E. McKenney2017-08-171-12/+15
| * rcu: Use idle versions of swait to make idle-hack clearLuis R. Rodriguez2017-08-171-6/+5
| * rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney2017-08-171-1/+8
| * rcu: Move rcu.h to new trivial-function stylePaul E. McKenney2017-08-171-108/+20
| * rcu: Add TPS() to event-traced stringsPaul E. McKenney2017-08-171-6/+6
| * rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-171-1/+17
| * rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney2017-08-172-18/+2
| * rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney2017-07-252-70/+111
|/
* rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-083-96/+19
* rcu: Remove event tracing from Tiny RCUPaul E. McKenney2017-06-081-6/+0
* rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-0/+82
* rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-0/+242
* rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-082-27/+4
* rcu: Remove debugfs tracingPaul E. McKenney2017-06-085-597/+1
* srcu: Remove Classic SRCUPaul E. McKenney2017-06-084-702/+0
* srcu: Fix rcutorture-statistics typoPaul E. McKenney2017-06-081-1/+1
* rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-081-3/+1
* rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney2017-06-081-8/+4
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-083-479/+7
* rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-081-4/+0
* rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-082-23/+9
* srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-081-48/+43
* rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney2017-06-082-53/+53
* rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney2017-06-081-26/+21
* srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney2017-06-082-39/+33
* srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-082-0/+23
* srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney2017-06-081-0/+18
* rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+6
* rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+99
* rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+12
* rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+8
* rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney2017-06-081-2/+7
* rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney2017-06-081-0/+4
* rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-082-28/+4
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+85
* rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney2017-06-083-0/+30
* rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-081-0/+2
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-083-9/+86
* rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney2017-06-081-0/+2
* rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney2017-06-082-7/+7