summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-09-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso
2014-09-16locktorture: Support rwsemsDavidlohr Bueso
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso
2014-09-16torture: Address race in module cleanupDavidlohr Bueso
2014-09-16locktorture: Make statistics genericDavidlohr Bueso
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso
2014-09-16locktorture: Support mutexesDavidlohr Bueso
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney
2014-09-16rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney
2014-09-16rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney
2014-09-16rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney
2014-09-16rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney
2014-09-16rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney
2014-09-16rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar
2014-09-16rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney
2014-09-16rcu: Rationalize kthread spawningPaul E. McKenney
2014-09-16rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()Pranith Kumar
2014-09-16rcu: Use false for return in __call_rcu_nocb()Pranith Kumar
2014-09-16rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()Pranith Kumar
2014-09-16rcu: Use true/false for return in __call_rcu_nocb()Pranith Kumar
2014-09-16rcu: Check the return value of zalloc_cpumask_var()Pranith Kumar
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-09-12jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-09-12futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-09-10kcmp: fix standard comparison bugRasmus Villemoes
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka
2014-09-09perf: Fix a race condition in perf_remove_from_context()Cong Wang
2014-09-07Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney
2014-09-07rcu: Additional information on RCU-tasks stall-warning messagesPaul E. McKenney
2014-09-07rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemptionPaul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney
2014-09-07rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()Paul E. McKenney
2014-09-07rcu: Improve RCU-tasks energy efficiencyPaul E. McKenney
2014-09-07rcu: Add stall-warning checks for RCU-tasksPaul E. McKenney
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney
2014-09-07rcu: Export RCU-tasks APIs to GPL modulesSteven Rostedt
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney
2014-09-07rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney