summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-09-19sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai-2/+1
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai-4/+4
2014-09-19sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai-5/+2
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-4/+0
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel-2/+3
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu-0/+22
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu-0/+19
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel-0/+8
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney-14/+32
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li-12/+3
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li-15/+3
2014-09-18cgroup: use a per-cgroup work for release agentZefan Li-75/+33
2014-09-18cgroup: fix unbalanced lockingZefan Li-1/+0
2014-09-18cgroup: remove bogus commentsLi Zefan-8/+0
2014-09-18cgroup: remove redundant code in cgroup_rmdir()Li Zefan-3/+0
2014-09-18cgroup: remove some useless forward declarationsLi Zefan-2/+0
2014-09-18Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...Tejun Heo-14/+33
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney-13/+4
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso-79/+82
2014-09-16locktorture: Support rwsemsDavidlohr Bueso-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso-20/+156
2014-09-16torture: Address race in module cleanupDavidlohr Bueso-5/+17
2014-09-16locktorture: Make statistics genericDavidlohr Bueso-16/+16
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso-2/+13
2014-09-16locktorture: Support mutexesDavidlohr Bueso-2/+39
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso-4/+4
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney-62/+451
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney-200/+447
2014-09-16rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney-0/+1
2014-09-16rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney-0/+11
2014-09-16rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney-1/+2
2014-09-16rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney-1/+18
2014-09-16rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney-17/+6
2014-09-16rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar-3/+3
2014-09-16rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney-13/+86
2014-09-16rcu: Rationalize kthread spawningPaul E. McKenney-10/+7
2014-09-16rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()Pranith Kumar-1/+1
2014-09-16rcu: Use false for return in __call_rcu_nocb()Pranith Kumar-1/+1
2014-09-16rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()Pranith Kumar-2/+2
2014-09-16rcu: Use true/false for return in __call_rcu_nocb()Pranith Kumar-2/+2
2014-09-16rcu: Check the return value of zalloc_cpumask_var()Pranith Kumar-1/+4
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney-31/+61
2014-09-16perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa-2/+1
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso-4/+3
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds-36/+55
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker-0/+14
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker-19/+19
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker-3/+14
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker-0/+8
2014-09-12ftrace: Only disable ftrace_enabled to test buffer in selftestSteven Rostedt (Red Hat)-0/+4