summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcutorture: Don't do busted forward-progress testingPaul E. McKenney2018-12-011-1/+2
* rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney2018-12-011-3/+5
* rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney2018-12-011-11/+49
* rcutorture: Print forward-progress test age upon failurePaul E. McKenney2018-12-011-1/+2
* rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2018-12-012-1/+6
* rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney2018-12-011-8/+16
* rcutorture: Print GP age upon forward-progress failurePaul E. McKenney2018-12-011-0/+2
* rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney2018-12-011-0/+18
* rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney2018-12-013-9/+35
* rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney2018-12-013-3/+50
* rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney2018-12-011-2/+2
* torture: Remove unnecessary "ret" variablesPierce Griffiths2018-12-011-14/+8
* rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney2018-12-013-0/+14
* rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney2018-12-011-119/+135
* rcutorture: Remove cbflood facilityPaul E. McKenney2018-12-012-103/+1
* torture: Bring any extra CPUs online during kernel startupPaul E. McKenney2018-12-011-0/+12
* rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney2018-12-011-2/+127
*---------. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-0185-3831/+3793
|\ \ \ \ \ \
| | | | | | * srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-275-359/+359
| | | | | | * srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein2018-11-271-0/+2
| | | | | | * srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney2018-11-091-0/+3
| | | | | | * srcu: Fix kernel-doc missing notationRandy Dunlap2018-11-091-0/+3
| | | | | * | KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdepLance Roy2018-11-121-6/+6
| | | | | * | mm: Replace spin_is_locked() with lockdepLance Roy2018-11-122-4/+3
| | | | | * | locking/mutex: Replace spin_is_locked() with lockdepLance Roy2018-11-121-2/+2
| | | | | * | userfaultfd: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
| | | | | * | smsc: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
| | | | | * | sfc: Replace spin_is_locked() with lockdepLance Roy2018-11-121-1/+1
| | | | | * | x86/PCI: Replace spin_is_locked() with lockdepLance Roy2018-11-091-1/+1
| | | | | |/
| | | | * | rcutorture: Make use of nolibc when availableWilly Tarreau2018-11-091-1/+17
| | | | * | rcutorture: Import a copy of nolibcWilly Tarreau2018-11-091-0/+2197
| | | | * | rcutorture: Check initrd/init instead of initrd onlyWilly Tarreau2018-11-091-4/+4
| | | | * | rcutorture: Always strip using the cross-compilerWilly Tarreau2018-11-091-2/+1
| | | | * | rcutorture: Add cross-compile capability to initrd.shPaul E. McKenney2018-11-091-1/+1
| | | | * | rcutorture: Make initrd/init execute in userspacePaul E. McKenney2018-11-091-4/+39
| | | | * | rcutorture: Add initrd support for systems lacking dracutPaul E. McKenney2018-11-092-94/+45
| | | | * | rcutorture: Automatically create initrd directoryConnor Shu2018-11-092-0/+68
| | | | |/
| | | * | checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney2018-11-121-0/+6
| | | * | checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches2018-11-121-0/+29
| | | * | MAINTAINERS: Add Joel Fernandes as RCU reviewerPaul E. McKenney2018-11-121-0/+1
| | | * | rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney2018-11-121-8/+13
| | | * | rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney2018-11-121-1/+1
| | | * | rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2018-11-123-5/+17
| | | * | rcu: Trace end of grace period before end of grace periodPaul E. McKenney2018-11-121-2/+2
| | | * | rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou2018-11-121-3/+3
| | | * | rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney2018-11-121-3/+5
| | | * | rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney2018-11-121-12/+13
| | | * | rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney2018-11-121-4/+4
| | | * | rcu: Avoid double multiply by HZPaul E. McKenney2018-11-121-1/+1
| | | * | MAINTAINERS: Update from @linux.vnet.ibm.com to @linux.ibm.comPaul E. McKenney2018-11-121-39/+33