aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2-19/+5
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2-47/+12
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker3-34/+53
2016-03-02sched: Account rr tasksFrederic Weisbecker2-0/+17
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2-24/+49
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker1-9/+9
2016-03-02nohz: New tick dependency maskFrederic Weisbecker2-7/+144
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev3-5/+4
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner3-35/+38
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2-8/+13
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2-29/+39
2016-03-01cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner1-48/+96
2016-03-01cpu/hotplug: Create hotplug threadsThomas Gleixner3-1/+147
2016-03-01cpu/hotplug: Split out the state walk into functionsThomas Gleixner1-43/+68
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner3-38/+11
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2-10/+18
2016-03-01cpu/hotplug: Implement setup/removal interfaceThomas Gleixner1-0/+224
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner1-8/+65
2016-03-01cpu/hotplug: Add sysfs state interfaceThomas Gleixner1-0/+100
2016-03-01cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner1-11/+20
2016-03-01cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner1-15/+66
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner1-26/+176
2016-03-01cpu/hotplug: Split out cpu down functionsThomas Gleixner1-30/+53
2016-03-01cpu/hotplug: Restructure cpu_up codeThomas Gleixner1-22/+47
2016-03-01cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner1-40/+29
2016-03-01cgroup: reset css on destructionVladimir Davydov1-0/+3
2016-03-01MODSIGN: linux/string.h should be #included to get memcpy()David Howells1-0/+1
2016-02-29cgroup: fix and restructure error handling in copy_cgroup_ns()Tejun Heo1-13/+5
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song1-7/+9
2016-02-29Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells1-1/+8
2016-02-29locking/lockdep: Detect chain_key collisionsIngo Molnar1-8/+51
2016-02-29locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez1-8/+6
2016-02-29locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso1-2/+3
2016-02-29locking/pvqspinlock: Enable slowpath locking count trackingWaiman Long2-0/+8
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long1-4/+3
2016-02-29locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...Waiman Long2-20/+9
2016-02-29locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra1-1/+7
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar8-173/+261
2016-02-29sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra1-2/+1
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2-14/+4
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel1-16/+23
2016-02-29time, acct: Drop irq save & restore from __acct_update_integrals()Rik van Riel1-5/+4
2016-02-29acct, time: Change indentation in __acct_update_integrals()Rik van Riel1-25/+26
2016-02-29sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel1-10/+16
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt1-1/+9
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)1-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)3-178/+186
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2-133/+131
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra3-50/+111
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang1-1/+0