summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-6/+0
|\ \
| * | sched: Remove needless round trip nsecs <-> tick conversion of steal timeFrederic Weisbecker2014-03-131-6/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-311-1/+3
|\ \
| * | sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky2014-02-211-1/+3
| |/
* | sched: Fix broken setscheduler()Steven Rostedt2014-03-121-1/+9
* | sched/numa: Move task_numa_free() to __put_task_struct()Mike Galbraith2014-03-111-2/+0
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-12/+25
|\ \
| * | sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli2014-03-111-0/+9
| * | 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/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: Guarantee task priority in pick_next_task()Peter Zijlstra2014-02-271-4/+8
* | sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-6/+6
* | sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan2014-02-221-1/+0
* | sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-11/+30
* | sched: Queue RT tasks to head when prio dropsThomas Gleixner2014-02-221-2/+7
* | sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner2014-02-221-1/+3
* | sched: Add better debug output for might_sleep()Thomas Gleixner2014-02-221-2/+21
* | sched: Check for idle task in might_sleep()Thomas Gleixner2014-02-221-1/+2
* | sched: Init idle->on_rq in init_idle()Thomas Gleixner2014-02-221-0/+1
* | sched: Fix hotplug task migrationPeter Zijlstra2014-02-211-1/+17
* | sched: Add statistic for newidle load balance costAlex Shi2014-02-111-3/+6
* | sched: Push down pre_schedule() and idle_balance()Peter Zijlstra2014-02-111-24/+2
* | sched: Push put_prev_task() into pick_next_task()Peter Zijlstra2014-02-101-13/+8
* | sched: Move rq->idle_stamp up to the coreDaniel Lezcano2014-02-101-2/+9
* | sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano2014-02-101-1/+1
* | sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-091-19/+7
* | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-021-9/+32
|\ \ | |/
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-311-1/+1
| |\
| | * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-1/+1
| | |\
| | | * sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-161-1/+1
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-311-1/+3
| |\ \ \
| * | | | numa: add a sysctl for numa_balancingAndi Kleen2014-01-231-1/+23
| * | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-211-0/+2
| |\ \ \ \
| | * | | | sched: add tracepoints related to NUMA task migrationMel Gorman2014-01-211-0/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-211-7/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-4/+3
| | * | | cgroup, sched: convert away from cftype->read_map()Tejun Heo2013-12-051-5/+5
* | | | | sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2014-01-281-0/+2
* | | | | sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel2014-01-281-2/+2
| |_|/ / |/| | |
* | | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-281-1/+3
|/ / /
* | | sched: Fix __sched_setscheduler() nice testPeter Zijlstra2014-01-161-1/+2
* | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-161-14/+28
* | | sched: Fix up attr::sched_priority warningPeter Zijlstra2014-01-161-2/+1
* | | sched: Fix up scheduler syscall LTP failsPeter Zijlstra2014-01-161-3/+11
* | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra2014-01-161-2/+4
* | | sched/core: Fix htmldocs warningsJuri Lelli2014-01-161-2/+2
* | | sched/deadline: Remove unused variablesPeter Zijlstra2014-01-161-11/+0
OpenPOWER on IntegriCloud