summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-1214-97/+307
|\
| * timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner2016-12-091-21/+5
| * timekeeping: Get rid of pointless typecastsThomas Gleixner2016-12-091-3/+2
| * timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner2016-12-091-13/+13
| * timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2016-12-091-2/+2
| * alarmtimer: Add tracepoints for alarm timersBaolin Wang2016-12-011-10/+43
| * trace: Add an option for boot clock as trace clockJoel Fernandes2016-11-291-0/+1
| * timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+29
| * posix-timers: Make them configurableNicolas Pitre2016-11-169-8/+164
| * posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2016-11-162-4/+4
| * timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-162-14/+14
| * timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-262-10/+21
| * timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-261-12/+9
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-124-124/+86
|\ \
| * | tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior2016-12-071-1/+1
| * | tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-022-91/+59
| * | sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-19/+14
| * | kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner2016-11-171-2/+4
| * | kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-16/+13
* | | 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