aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | sched: Remove a wake_affine() conditionVincent Guittot2014-09-19
| * | | | | sched: Fix imbalance flag resetVincent Guittot2014-09-19
| * | | | | sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin2014-09-19
| * | | | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-19
| * | | | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-19
| * | | | | sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai2014-09-19
| * | | | | sched/dl: Simplify pick_dl_task()Kirill Tkhai2014-09-19
| * | | | | sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai2014-09-19
| * | | | | sched/core: Use put_prev_task() accessor where possibleKirill Tkhai2014-09-19
| * | | | | sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai2014-09-19
| * | | | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-19
| * | | | | sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel2014-09-19
| * | | | | smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu2014-09-19
| * | | | | sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu2014-09-19
| * | | | | sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel2014-09-19
| * | | | | sched: Reduce contention in update_cfs_rq_blocked_load()Jason Low2014-09-09
| * | | | | sched: Migrate waking tasksLai Jiangshan2014-09-09
| * | | | | sched, time: Atomically increment stime & utimeRik van Riel2014-09-08
| * | | | | time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-08
| * | | | | exit: Always reap resource stats in __exit_signal()Rik van Riel2014-09-08
| * | | | | Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar2014-09-08
| |\ \ \ \ \
| * | | | | | sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan2014-09-07
| * | | | | | sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-05
| * | | | | | sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai2014-08-20
| * | | | | | sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai2014-08-20
| * | | | | | sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai2014-08-20
| * | | | | | sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2014-08-20
| * | | | | | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-20
| * | | | | | sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai2014-08-20
| * | | | | | sched: Match declaration with definitionPranith Kumar2014-08-20
| * | | | | | sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov2014-08-20
| * | | | | | sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2014-08-20
| * | | | | | sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2014-08-20
| * | | | | | sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov2014-08-20
| * | | | | | sched/numa: Fix numa capacity computationRik van Riel2014-08-12
| * | | | | | sched/numa: Fix off-by-one in capacity checkRik van Riel2014-08-12
| * | | | | | sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang2014-08-12
| * | | | | | sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra2014-08-12
| * | | | | | sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel2014-08-12
| * | | | | | sched/fair: Make calculate_imbalance() independentPeter Zijlstra2014-08-12
* | | | | | | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \
| * | | | | | | watchdog: Fix print-once on enableUlrich Obergfell2014-08-18
| * | | | | | | watchdog: Remove unnecessary header fileschai wen2014-08-18
| |/ / / / / /
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \
| * | | | | | | perf: Fix perf bug in fork()Peter Zijlstra2014-10-02
| * | | | | | | perf: Fix unclone_ctx() vs. lockingPeter Zijlstra2014-10-02
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa2014-09-24
| * | | | | | | | perf: Fix child event initial state setupJiri Olsa2014-09-24
| * | | | | | | | perf: Do not POLLHUP event if it has childrenJiri Olsa2014-09-24