summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | rcutorture: Check for rcu_torture_fqs creation errorsPaul E. McKenney2014-05-141-1/+2
| | | | * | torture: Better summary diagnostics for build failuresPaul E. McKenney2014-05-144-8/+21
| | | | * | torture: Notice if an all-zero cpumask is passed inside a critical sectionIulia Manda2014-05-141-6/+1
| | | | * | rcutorture: Make rcu_torture_reader() use cond_resched()Paul E. McKenney2014-05-141-4/+7
| | | | * | sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-143-1/+60
| | | | * | percpu: Fix raw_cpu_inc_return()Paul E. McKenney2014-05-141-1/+1
| | | | * | rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-145-1/+30
| | | | * | torture: Dump ftrace buffer when the RCU grace period stallsPaul E. McKenney2014-05-141-0/+1
| | | | * | torture: Add tracing-enabled variant of TREE02Paul E. McKenney2014-05-141-0/+25
| | | | * | torture: Choose bzImage location based on architecturePaul E. McKenney2014-05-143-6/+43
| | | | * | torture: Permit multi-word qemu and boot argumentsPaul E. McKenney2014-05-141-2/+2
| | | | * | torture: Increase stutter-end intensityPaul E. McKenney2014-05-141-2/+10
| | | | * | torture: Report diagnostics from qemuPaul E. McKenney2014-05-141-1/+8
| | | | * | torture: Include "Stopping" string to torture_kthread_stopping()Paul E. McKenney2014-05-141-2/+4
| | | | * | rcutorture: Print negatives for SRCU counter wraparoundPaul E. McKenney2014-05-141-3/+5
| | | | * | torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney2014-05-141-15/+11
| | | | * | torture: Make "--dryrun script" output self-sufficientPaul E. McKenney2014-05-141-33/+27
| | | | * | rcutorture: Mark function as static in kernel/rcu/torture.cRashika Kheria2014-05-141-2/+2
| | | | * | torture: Make config-fragment filtering RCU-independentPaul E. McKenney2014-05-141-1/+1
| | | | * | torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMDPaul E. McKenney2014-05-142-6/+6
| | | | * | torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARGPaul E. McKenney2014-05-141-3/+3
| | | | * | torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MACPaul E. McKenney2014-05-142-5/+5
| | | | * | torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVEPaul E. McKenney2014-05-142-8/+8
| | | | * | torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLYPaul E. McKenney2014-05-142-4/+7
| | | | * | torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGSPaul E. McKenney2014-05-141-3/+3
| | | | * | torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARGPaul E. McKenney2014-05-142-4/+4
| | | | * | torture: Allow variations of "defconfig" to be specifiedPaul E. McKenney2014-05-142-1/+9
| | | | * | torture: Intensify locking testPaul E. McKenney2014-05-141-1/+2
| | | | * | torture: Rename RCU_INITRD to TORTURE_INITRDPaul E. McKenney2014-05-142-4/+4
| | | | * | torture: Make parse-rcutorture.sh less RCU-specificPaul E. McKenney2014-05-143-13/+13
| | | | * | torture: Add batch headers "--dryrun sched"Paul E. McKenney2014-05-141-1/+2
| | | | * | torture: Remove obsolete builddir optionsPaul E. McKenney2014-05-141-16/+0
| | | | * | rcutorture: Add forward-progress checking for writerPaul E. McKenney2014-05-133-0/+89
| | | * | | softirq: A single rcu_bh_qs() call per softirq set is enoughEric Dumazet2014-04-291-3/+1
| | | * | | rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter2014-04-292-5/+5
| | | * | | rcu: Remove duplicate resched_cpu() declarationPranith Kumar2014-04-291-6/+0
| | | * | | rcu: Make large and small sysidle systems use same state machinePaul E. McKenney2014-04-291-1/+2
| | | * | | rcu: Bind RCU grace-period kthreads if NO_HZ_FULLPaul E. McKenney2014-04-291-18/+16
| | | * | | rcu: Document RCU_INIT_POINTER()'s lack of ordering guaranteesPaul E. McKenney2014-04-291-0/+3
| | | * | | rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat2014-04-292-19/+9
| | | * | | rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat2014-04-292-30/+14
| | | * | | rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi2014-04-291-2/+2
| | | * | | rcu: Add event tracing to dyntick_save_progress_counter().Andreea-Cristina Bernat2014-04-291-1/+6
| | | * | | rcu: Protect uses of ->jiffies_stall with ACCESS_ONCE()Himangi Saraogi2014-04-291-4/+4
| | | * | | rcu: Remove "extern" from function declaration in include/linux/rcupdate.hIulia Manda2014-04-291-1/+1
| | | * | | rcu: Make callers awaken grace-period kthreadPaul E. McKenney2014-04-293-54/+94
| | | * | | rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()Iulia Manda2014-04-291-6/+6
| | | * | | rcu: Remove unused rcu_data structure fieldIulia Manda2014-04-292-5/+2
| | | * | | rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney2014-04-293-29/+29
| | | * | | rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney2014-04-291-4/+5