summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: Extend scheduler's asym packingTim Chen2016-11-243-17/+57
* sched/fair: Clean up the tunable parameter definitionsIngo Molnar2016-11-231-22/+28
* sched/dl: Fix comment in pick_next_task_dl()T.Zhou2016-11-231-1/+1
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-234-34/+93
|\
| * sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-222-0/+20
| * sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-211-3/+17
| |\
| | * lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger2016-11-181-3/+17
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-211-23/+47
| |\ \
| | * | bpf: fix range arithmetic for bpf map accessJosef Bacik2016-11-161-23/+47
* | | | sched/fair: Fix task group initializationVincent Guittot2016-11-161-1/+1
* | | | sched/fair: Propagate asynchrous detachVincent Guittot2016-11-161-0/+6
* | | | sched/fair: Propagate load during synchronous attach/detachVincent Guittot2016-11-162-1/+188
* | | | sched/fair: Factorize PELT updateVincent Guittot2016-11-161-51/+25
* | | | sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot2016-11-163-7/+49
* | | | sched/fair: Factorize attach/detach entityVincent Guittot2016-11-161-22/+31
* | | | sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen2016-11-161-1/+1
* | | | sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen2016-11-161-0/+25
* | | | sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen2016-11-163-7/+16
* | | | sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen2016-11-161-5/+45
* | | | sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen2016-11-161-4/+35
* | | | sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky2016-11-161-1/+1
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-167-30/+39
|\| | |
| * | | Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-11-151-1/+23
| |\ \ \ | | |/ / | |/| |
| | * | ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)2016-11-141-0/+22
| | * | ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov2016-11-141-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-143-3/+10
| |\ \ \
| | * | | bpf: fix map not being uncharged during map creation failureDaniel Borkmann2016-11-071-1/+3
| | * | | bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-071-1/+2
| | * | | taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong2016-11-031-1/+5
| * | | | Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds2016-11-141-11/+0
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-141-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | genirq: Use irq type from irqdata instead of irqdescThomas Gleixner2016-11-081-2/+2
| | | |/ | | |/|
| * | | Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-11-121-1/+3
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-11-111-1/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | | * PM / sleep: fix device reference leak in test_suspendJohan Hovold2016-11-021-1/+3
| | | |/
| * | / Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede2016-11-111-12/+1
| |/ /
* | | sched/cputime: Simplify task_cputime()Stanislaw Gruszka2016-11-152-44/+17
* | | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-152-46/+17
* | | sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka2016-11-151-14/+12
* | | sched/deadline: Fix typo in a commentDaniel Bristot de Oliveira2016-11-111-1/+1
* | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-1110-62/+96
|\| |
| | \
| | \
| *-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
| |\ \ \ | | |_|/ | |/| |
| | | * fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| | |/ | |/|
| | * 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
| |/
| * Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-10-291-2/+2
| |\
| | * PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter2016-10-241-2/+2
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-291-6/+17
| |\ \
| | * | perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-2/+8