summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2014-03-112-2/+1
* sched/fair: Fix endless loop in idle_balance()Kirill Tkhai2014-03-111-1/+1
* sched/core: Fix endless loop in pick_next_task()Kirill Tkhai2014-03-113-11/+15
* sched/fair: Push down check for high priority class task into idle_balance()Kirill Tkhai2014-03-112-6/+10
* sched/rt: Fix picking RT and DL tasks from empty queueKirill Tkhai2014-03-112-2/+15
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-1118-71/+114
|\
| * sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao2014-03-111-2/+2
| * stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra2014-03-111-1/+1
| * sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli2014-03-111-0/+9
| * mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-111-2/+2
| * Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-081-7/+3
| |\
| | * cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-02-271-1/+1
| | * cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan2014-02-271-6/+2
| * | Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-082-1/+16
| |\ \
| | * | tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-042-1/+16
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-082-2/+2
| |\ \ \
| | * | | genirq: Include missing header file in irqdomain.cRashika Kheria2014-02-271-0/+1
| | * | | genirq: Remove racy waitqueue_active checkChuansheng Liu2014-02-271-2/+1
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-034-10/+20
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | sched/deadline: Prevent rt_time growth to infinityJuri Lelli2014-02-272-2/+14
| | * | | sched/deadline: Switch CPU's presence test orderJuri Lelli2014-02-271-2/+2
| | * | | sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai2014-02-271-2/+0
| | * | | sched: Fix double normalization of vruntimeGeorge McCollister2014-02-271-4/+4
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-021-6/+6
| |\ \ \
| | * | | perf: Fix hotplug splatPeter Zijlstra2014-02-271-6/+6
| | |/ /
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-02-272-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-182-2/+2
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-02-231-17/+29
| |\ \ \
| | * | | sched_clock: Prevent callers from seeing half-updated dataStephen Boyd2014-02-191-17/+29
| | |/ /
| * | | sched/deadline: Remove useless dl_nr_totalKirill Tkhai2014-02-212-4/+1
| * | | sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky2014-02-211-3/+3
| * | | sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra2014-02-211-5/+6
| * | | sched: Fix information leak in sys_sched_getattr()Vegard Nossum2014-02-211-1/+1
| * | | sched,numa: add cond_resched to task_numa_workRik van Riel2014-02-211-0/+2
| * | | sched/core: Make dl_b->lock IRQ safeJuri Lelli2014-02-211-4/+6
| * | | sched/core: Fix sched_rt_global_validateJuri Lelli2014-02-211-1/+2
| * | | sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt2014-02-211-1/+1
| * | | sched/deadline: Fix bad accounting of nr_runningJuri Lelli2014-02-211-4/+2
* | | | trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang2014-02-271-3/+3
* | | | sched: Guarantee task priority in pick_next_task()Peter Zijlstra2014-02-274-6/+34
* | | | sched/idle: Remove stale old filePeter Zijlstra2014-02-272-154/+10
* | | | sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann2014-02-272-8/+9
* | | | sched, nohz: Exclude isolated cores from load balancingMike Galbraith2014-02-221-7/+18
* | | | sched: Fix select_task_rq_fair() description commentsMorten Rasmussen2014-02-221-5/+6
* | | | workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-1/+1
* | | | sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-4/+4
* | | | sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-222-7/+7
* | | | rcu: Use MAX_NICE to replace hardcoding of 19Dongsheng Yang2014-02-221-4/+4
* | | | sched/rt: Make init_sched_rt_calss() __initLi Zefan2014-02-221-1/+1
* | | | sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan2014-02-222-5/+0