aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2-2/+2
2014-02-13cgroup: relocate cgroup_enable_task_cg_lists()Tejun Heo1-55/+48
2014-02-13cgroup: enable task_cg_lists on the first cgroup mountTejun Heo1-14/+27
2014-02-13cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo1-24/+4
2014-02-13cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo1-10/+4
2014-02-12Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo1-6/+2
2014-02-12cgroup: remove cgroupfs_root->refcntTejun Heo1-48/+38
2014-02-12cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_tTejun Heo1-9/+7
2014-02-12cgroup: remove cgroup->nameTejun Heo3-129/+47
2014-02-12cgroup: make cgroup hold onto its kernfs_nodeTejun Heo1-7/+9
2014-02-12cgroup: simplify dynamic cftype addition and removalTejun Heo1-55/+32
2014-02-12cgroup: remove cftype_setTejun Heo1-28/+13
2014-02-12cgroup: relocate cgroup_rm_cftypes()Tejun Heo1-35/+35
2014-02-12cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo1-0/+3
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-11cgroup: convert to kernfsTejun Heo1-753/+362
2014-02-11cgroup: relocate functions in preparation of kernfs conversionTejun Heo1-115/+117
2014-02-11cgroup: misc preps for kernfs conversionTejun Heo1-32/+53
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo1-1/+4
2014-02-11cgroup: introduce cgroup_init/exit_cftypes()Tejun Heo1-7/+25
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo1-10/+8
2014-02-11cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo1-21/+8
2014-02-11cgroup: update cgroup name handlingTejun Heo1-13/+22
2014-02-11cgroup: factor out cgroup_setup_root() from cgroup_mount()Tejun Heo1-98/+113
2014-02-11cgroup: restructure locking and error handling in cgroup_mount()Tejun Heo1-33/+40
2014-02-11cgroup: release cgroup_mutex over file removalsTejun Heo1-5/+10
2014-02-11cgroup: introduce cgroup_tree_mutexTejun Heo1-13/+53
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2-25/+17
2014-02-11Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo1-16/+18
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan1-16/+18
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre4-3/+145
2014-02-11sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre1-2/+5
2014-02-11sched: Add statistic for newidle load balance costAlex Shi2-3/+7
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann1-6/+0
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra6-52/+44
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki1-5/+8
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki1-1/+4
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra1-8/+1
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra1-12/+110
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra1-9/+9
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra7-34/+55
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra1-26/+21
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano3-11/+16
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano1-0/+7
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano3-3/+4
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validateOleg Nesterov1-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-7/+4
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang2-21/+9