summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-09-08kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell
2014-09-08Merge branch 'akpm-current/current'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'irqchip/irqchip/for-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'kgdb/kgdb-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'pci/next'Stephen Rothwell
2014-09-08Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2014-09-08Merge branch 'for-3.18' into for-nextTejun Heo
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-09-07rcu: Use DEFINE_PER_CPU_SHARED_ALIGNED for rcu_dataPaul E. McKenney
2014-09-07rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited()Paul E. McKenney
2014-09-07rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_...Christoph Lameter
2014-09-07rcu: Move RCU_BOOST variable declarations, eliminating #ifdefPaul E. McKenney
2014-09-07rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney
2014-09-07rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-09-07Merge branch 'rcu-tasks.2014.09.07a' into HEADPaul E. McKenney
2014-09-07Merge branches 'doc.2014.09.07a', 'fixes.2014.09.07a', 'nocb-nohz.2014.09.07a...Paul E. McKenney
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
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-09-07rcutorture: Add callback-flood testPaul E. McKenney
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches
2014-09-07rcutorture: Fix a sparse warning by marking boost_mutex staticPranith Kumar
2014-09-07rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney
2014-09-07rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney
2014-09-07rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney
2014-09-07rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney
2014-09-07rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney
2014-09-07rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar
2014-09-07rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney
2014-09-07rcu: Rationalize kthread spawningPaul E. McKenney