summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-3/+0
| | * | | | | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-113/+120
| * | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-0/+16
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+16
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-031-1/+6
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-1/+6
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-141-1/+6
| | | |/ / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-061-3/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin2014-06-051-2/+1
| * | | | | sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-011-16/+39
|\ \ \ \ \ | |/ / / /
| * | | | sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-1/+0
| * | | | sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-05-221-7/+30
| * | | | sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-05-221-6/+3
| * | | | sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-05-221-0/+3
| * | | | sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-05-221-2/+3
| | |_|/ | |/| |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-231-2/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low2014-05-071-0/+2
| * | sched: Skip double execution of pick_next_task_fair()Peter Zijlstra2014-05-071-2/+8
| * | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-071-0/+1
| * | sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida2014-04-241-0/+2
| |/
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-5/+5
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-071-1/+2
|\
| * kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* | sched: remove sleep_on() and friendsArnd Bergmann2014-04-071-46/+0
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-6/+4
|\
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-2/+2
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-4/+2
* | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-1/+1
|\ \
| * | smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * | smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+4
|\ \
| * | timer: Remove code redundancy while calling get_nohz_timer_target()Viresh Kumar2014-03-201-1/+4
| |/
* | 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
OpenPOWER on IntegriCloud