summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-134-14/+14
|\
| * sched/swait: Rename to exclusivePeter Zijlstra2018-06-204-14/+14
* | Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney2018-07-124-130/+297
|\ \
| * | rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)2018-07-121-5/+4
| * | rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)2018-07-123-4/+37
| * | rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann2018-07-121-2/+3
| * | rcutorture: Make boost test more robustJoel Fernandes (Google)2018-07-121-6/+39
| * | rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)2018-07-121-0/+29
| * | rcutorture: Emphasize testing of single reader protection typePaul E. McKenney2018-07-121-1/+8
| * | rcutorture: Handle extended read-side critical sectionsPaul E. McKenney2018-07-121-6/+152
| * | rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney2018-07-121-46/+1
| * | rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney2018-07-121-5/+5
| * | rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney2018-07-121-3/+3
| * | rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney2018-07-121-43/+55
| * | rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney2018-07-121-5/+0
| * | rcu: Remove rcutorture test version and sequence numberPaul E. McKenney2018-07-123-44/+1
| * | rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney2018-07-121-2/+2
* | | rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)2018-07-121-1/+5
* | | srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney2018-07-121-1/+2
* | | rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney2018-07-121-1/+1
* | | rcu: Make rcu_seq_diff() more exactPaul E. McKenney2018-07-121-1/+14
* | | rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park2018-07-121-13/+32
* | | rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney2018-07-121-0/+21
* | | rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)2018-07-121-0/+1
* | | rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)2018-07-121-2/+15
* | | rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)2018-07-121-1/+11
* | | rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney2018-07-121-8/+9
* | | rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()Paul E. McKenney2018-07-121-1/+1
* | | rcu: Remove "inline" from rcu_perf_print_module_parms()Paul E. McKenney2018-07-121-1/+1
* | | rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney2018-07-121-1/+1
* | | rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()Paul E. McKenney2018-07-121-2/+2
* | | rcu: Remove unused local variable "cpu"Paul E. McKenney2018-07-121-2/+0
* | | rcu: Remove unused rcu_kick_nohz_cpu() functionPaul E. McKenney2018-07-122-18/+0
* | | rcu: Clarify and correct the rcu_preempt_qs() header commentPaul E. McKenney2018-07-121-6/+10
* | | rcu: Inline rcu_dynticks_momentary_idle() into its sole callerPaul E. McKenney2018-07-121-16/+7
* | | rcu: Mark task as .need_qs less aggressivelyPaul E. McKenney2018-07-121-1/+4
* | | rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-122-14/+15
* | | rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-125-14/+20
* | | rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-122-5/+3
* | | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-121-1/+2
|/ /
* | rcu: Add diagnostics for offline CPUs failing to report QSPaul E. McKenney2018-07-122-0/+23
* | rcu: Record ->gp_state for both phases of grace-period initializationPaul E. McKenney2018-07-122-4/+10
* | rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-07-123-10/+39
* | rcu: Add up-tree information to dump_blkd_tasks() diagnosticsPaul E. McKenney2018-07-121-4/+6
* | rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2018-07-122-9/+1
* | rcu: Remove failsafe check for lost quiescent statePaul E. McKenney2018-07-121-13/+3
* | rcu: Move grace-period pre-init delay after pre-initPaul E. McKenney2018-07-121-1/+1
* | rcu: Add RCU-preempt check for waiting on newly onlined CPUPaul E. McKenney2018-07-121-0/+3
* | rcu: Fix grace-period hangs due to race with CPU offlinePaul E. McKenney2018-07-122-0/+10
* | rcu: Fix grace-period hangs from mid-init task resumePaul E. McKenney2018-07-121-3/+17