aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwrittenAaron Tomlin1-0/+3
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-1/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin2-6/+10
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai1-15/+32
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai1-3/+1
2014-09-19sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai1-2/+1
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai1-4/+4
2014-09-19sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai1-5/+2
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai2-4/+0
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel1-2/+3
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu1-0/+22
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu1-0/+19
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_move()Rik van Riel1-0/+8
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney3-14/+32
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li1-12/+3
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li1-15/+3
2014-09-18cgroup: use a per-cgroup work for release agentZefan Li1-75/+33
2014-09-18cgroup: fix unbalanced lockingZefan Li1-1/+0
2014-09-18cgroup: remove bogus commentsLi Zefan1-8/+0
2014-09-18cgroup: remove redundant code in cgroup_rmdir()Li Zefan1-3/+0
2014-09-18cgroup: remove some useless forward declarationsLi Zefan1-2/+0
2014-09-18Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/cgroup into for-3.18Tejun Heo1-14/+33
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2-13/+4
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso1-79/+82
2014-09-16locktorture: Support rwsemsDavidlohr Bueso1-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso1-20/+156
2014-09-16torture: Address race in module cleanupDavidlohr Bueso3-5/+17
2014-09-16locktorture: Make statistics genericDavidlohr Bueso1-16/+16
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso1-2/+13
2014-09-16locktorture: Support mutexesDavidlohr Bueso1-2/+39
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso1-4/+4
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney8-62/+451
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEADPaul E. McKenney7-200/+447
2014-09-16rcu: Avoid misordering in nocb_leader_wait()Paul E. McKenney1-0/+1
2014-09-16rcu: Handle NOCB callbacks from irq-disabled idle codePaul E. McKenney1-0/+11
2014-09-16rcu: Avoid misordering in __call_rcu_nocb_enqueue()Paul E. McKenney1-1/+2
2014-09-16rcu: Don't track sysidle state if no nohz_full= CPUsPaul E. McKenney1-1/+18
2014-09-16rcu: Eliminate redundant rcu_sysidle_state variablePaul E. McKenney1-17/+6
2014-09-16rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_maskPranith Kumar1-3/+3
2014-09-16rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney3-13/+86
2014-09-16rcu: Rationalize kthread spawningPaul E. McKenney3-10/+7
2014-09-16rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()Pranith Kumar1-1/+1
2014-09-16rcu: Use false for return in __call_rcu_nocb()Pranith Kumar1-1/+1
2014-09-16rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()Pranith Kumar1-2/+2
2014-09-16rcu: Use true/false for return in __call_rcu_nocb()Pranith Kumar1-2/+2
2014-09-16rcu: Check the return value of zalloc_cpumask_var()Pranith Kumar1-1/+4
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney1-31/+61
2014-09-16perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa1-2/+1
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso1-4/+3
2014-09-13Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+55