summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-7/+0
|\
| * Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar2016-11-174-22/+11
| |\
| * \ Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-11-019-53/+89
| |\ \
| * | | x86/dumpstack: Remove raw stack dumpJosh Poimboeuf2016-10-251-7/+0
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-121-1/+1
|\ \ \ \
| * | | | hotplug: Make register and unregister notifier API symmetricMichal Hocko2016-12-081-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-1210-330/+669
|\ \ \ \ \
| * | | | | sched/core: Use load_avg for selecting idlest groupVincent Guittot2016-12-111-11/+44
| * | | | | sched/core: Fix find_idlest_group() for forkVincent Guittot2016-12-111-0/+8
| * | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-12-118-64/+152
| |\ \ \ \ \
| * | | | | | kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()Oleg Nesterov2016-12-081-15/+8
| * | | | | | kthread: Don't use to_live_kthread() in kthread_[un]park()Oleg Nesterov2016-12-081-45/+24
| * | | | | | kthread: Don't use to_live_kthread() in kthread_stop()Oleg Nesterov2016-12-081-7/+5
| * | | | | | Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...Oleg Nesterov2016-12-081-6/+2
| * | | | | | kthread: Make struct kthread kmalloc'edOleg Nesterov2016-12-082-13/+47
| * | | | | | 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/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
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sched/core: Explain sleep/wakeup in a better wayPeter Zijlstra2016-10-251-8/+9
| * | | | | | | | | sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming2016-10-202-14/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-1215-335/+400
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-116-70/+80
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner2016-12-021-4/+12
| * | | | | | | | | locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner2016-12-021-2/+1
| * | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-025-12/+111
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2016-11-222-5/+22
| * | | | | | | | | | locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui2016-11-221-1/+8
| * | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-229-56/+103
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-214-11/+11
| * | | | | | | | | | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-165-12/+12
| * | | | | | | | | | | locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger2016-11-161-1/+1
OpenPOWER on IntegriCloud