summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-03-03cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo
2016-03-03cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo
2016-03-03cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo
2016-03-03cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo
2016-03-03cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo
2016-03-03cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo
2016-03-03cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo
2016-03-03cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo
2016-03-03cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo
2016-03-03cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo
2016-03-03cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo
2016-03-03cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo
2016-03-03cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo
2016-03-03cgroup: reorder operations in cgroup_mkdir()Tejun Heo
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo
2016-03-03cgroup: separate out interface file creation from css creationTejun Heo
2016-03-03cgroup: suppress spurious de-populated eventsTejun Heo
2016-03-03cgroup: re-hash init_css_set after subsystems are initializedTejun Heo
2016-03-03hrtimer: Revert CLOCK_MONOTONIC_RAW supportThomas Gleixner
2016-03-03cpu/hotplug: Plug death reporting raceThomas Gleixner
2016-03-03time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall
2016-03-03time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall
2016-03-03time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall
2016-03-03time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall
2016-03-03time: Add cycles to nanoseconds translationChristopher S. Hall
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker
2016-03-02sched: Account rr tasksFrederic Weisbecker
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker
2016-03-02nohz: New tick dependency maskFrederic Weisbecker
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner
2016-03-01cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner
2016-03-01cpu/hotplug: Create hotplug threadsThomas Gleixner
2016-03-01cpu/hotplug: Split out the state walk into functionsThomas Gleixner
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner
2016-03-01cpu/hotplug: Implement setup/removal interfaceThomas Gleixner
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner
2016-03-01cpu/hotplug: Add sysfs state interfaceThomas Gleixner
2016-03-01cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner
2016-03-01cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner
2016-03-01cpu/hotplug: Split out cpu down functionsThomas Gleixner
2016-03-01cpu/hotplug: Restructure cpu_up codeThomas Gleixner