summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
* sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-0/+16
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+4
|\
| * sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-0/+4
| * Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+22
| |\
| * | sched: Remove __schedule() non-standard frame annotationBrian Gerst2016-08-241-1/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-104/+218
|\ \ \
| * | | sched/core: Fix set_user_nice()Peter Zijlstra2016-09-301-1/+7
| * | | sched/fair: Introduce set_curr_task() helperPeter Zijlstra2016-09-301-5/+5
| * | | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-1/+1
| * | | sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot2016-09-301-10/+10
| * | | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-301-0/+19
| * | | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-0/+3
| * | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-5/+5
| * | | sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra2016-09-301-5/+39
| * | | sched/core: Restructure destroy_sched_domain()Peter Zijlstra2016-09-301-7/+11
| * | | sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra2016-09-301-6/+6
| * | | sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-0/+3
| * | | sched/debug: Hide printk() by defaultPeter Zijlstra2016-09-221-1/+3
| * | | sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+2
| * | | sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-11/+27
| * | | stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-221-2/+6
| * | | sched/core: Remove unnecessary initialization in sched_init()Cheng Chao2016-09-221-5/+0
| * | | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-19/+14
| * | | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-11/+11
| * | | schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon2016-09-051-4/+0
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-051-0/+22
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann2016-08-181-0/+12
| * | | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen2016-08-181-0/+7
| * | | sched/core: Pass child domain into sd_init()Morten Rasmussen2016-08-181-3/+4
| * | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen2016-08-181-0/+4
| * | | sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen2016-08-181-2/+0
| * | | sched/core: Clarify SD_flags commentPeter Zijlstra2016-08-181-6/+12
| * | | sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum2016-08-101-0/+1
| * | | sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum2016-08-101-8/+13
| * | | sched/core: Add documentation for 'cookie' argumentLuis de Bethencourt2016-08-101-0/+1
| * | | sched/core: Fix one typoLeo Yan2016-08-101-1/+1
| | |/ | |/|
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-09-161-0/+7
|\ \ \ | |_|/ |/| |
| * | sched: Make wake_up_nohz_cpu() handle CPUs going offlinePaul E. McKenney2016-08-221-0/+7
* | | sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
| |/ |/|
* | sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich2016-08-101-0/+19
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-33/+81
|\
| * sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira2016-07-101-0/+3
| * sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss2016-06-271-1/+2
| * sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-271-0/+2
| * sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-271-5/+23
| * sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot2016-06-271-22/+41
| * sched/fair: Fix and optimize the fork() pathPeter Zijlstra2016-06-271-5/+11
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-271-3/+7
| |\
OpenPOWER on IntegriCloud