summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2014-03-11sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli-0/+9
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra-5/+6
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum-1/+1
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli-4/+6
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli-1/+2
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt-1/+1
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra-1/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-1/+1
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen-1/+23
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-0/+2
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-7/+6
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman-0/+2
2014-01-16sched: Fix __sched_setscheduler() nice testPeter Zijlstra-1/+2
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra-14/+28
2014-01-16sched: Fix up attr::sched_priority warningPeter Zijlstra-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsPeter Zijlstra-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli-2/+2
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra-11/+0
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman-1/+1
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra-2/+1
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano-1/+1
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra-188/+71
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra-19/+9
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli-0/+3
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli-27/+414
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli-6/+30
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra-4/+0
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson-2/+8
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli-1/+8
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli-15/+94
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli-20/+243
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar-4/+6
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman-2/+3
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra-0/+1
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo-4/+3
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo-5/+5
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli-0/+3
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov-3/+3
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner-2/+1
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida-1/+1
2013-11-19sched: Fix a trivial typo in commentsShigeru Yoshida-1/+1
2013-11-19sched: Avoid NULL dereference on sd_busyPeter Zijlstra-1/+2
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra-0/+14
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy-0/+6
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra-284/+0
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra-105/+2