summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo-10/+8
2014-02-11cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo-21/+8
2014-02-11cgroup: update cgroup name handlingTejun Heo-13/+22
2014-02-11cgroup: factor out cgroup_setup_root() from cgroup_mount()Tejun Heo-98/+113
2014-02-11cgroup: restructure locking and error handling in cgroup_mount()Tejun Heo-33/+40
2014-02-11cgroup: release cgroup_mutex over file removalsTejun Heo-5/+10
2014-02-11cgroup: introduce cgroup_tree_mutexTejun Heo-13/+53
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo-25/+17
2014-02-11Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo-16/+18
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan-16/+18
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker-0/+1
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre-3/+145
2014-02-11sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre-2/+5
2014-02-11sched: Add statistic for newidle load balance costAlex Shi-3/+7
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann-6/+0
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra-52/+44
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki-5/+8
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki-1/+4
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra-8/+1
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra-12/+110
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra-9/+9
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra-34/+55
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra-26/+21
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano-11/+16
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano-0/+7
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano-3/+4
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov-7/+4
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang-21/+9
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd-0/+45
2014-02-09tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy-2/+5
2014-02-09sched: Expose some macros related to priorityDongsheng Yang-18/+0
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai-1/+1
2014-02-09perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra-7/+21
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2014-02-08Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo-17/+19
2014-02-08cgroup: remove cgroup_root_mutexTejun Heo-41/+1
2014-02-08cgroup: update locking in cgroup_show_options()Tejun Heo-3/+16
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo-10/+10
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo-39/+33
2014-02-08cgroup: drop module supportTejun Heo-268/+16
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo-9/+2
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo-3/+7
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo-3/+3
2014-02-07cgroup: use an ordered workqueue for cgroup destructionHugh Dickins-2/+6
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner-1/+2
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy-4/+158
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy-8/+12
2014-02-07clockevents: Adjust timer interval when frequency changesSoren Brinkmann-3/+6