index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2
-2
/
+2
2014-02-13
cgroup: relocate cgroup_enable_task_cg_lists()
Tejun Heo
1
-55
/
+48
2014-02-13
cgroup: enable task_cg_lists on the first cgroup mount
Tejun Heo
1
-14
/
+27
2014-02-13
cgroup: drop CGRP_ROOT_SUBSYS_BOUND
Tejun Heo
1
-24
/
+4
2014-02-13
cgroup: disallow xattr, release_agent and name if sane_behavior
Tejun Heo
1
-10
/
+4
2014-02-12
Revert "cgroup: use an ordered workqueue for cgroup destruction"
Tejun Heo
1
-6
/
+2
2014-02-12
cgroup: remove cgroupfs_root->refcnt
Tejun Heo
1
-48
/
+38
2014-02-12
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
Tejun Heo
1
-9
/
+7
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
3
-129
/
+47
2014-02-12
cgroup: make cgroup hold onto its kernfs_node
Tejun Heo
1
-7
/
+9
2014-02-12
cgroup: simplify dynamic cftype addition and removal
Tejun Heo
1
-55
/
+32
2014-02-12
cgroup: remove cftype_set
Tejun Heo
1
-28
/
+13
2014-02-12
cgroup: relocate cgroup_rm_cftypes()
Tejun Heo
1
-35
/
+35
2014-02-12
cgroup: warn if "xattr" is specified with "sane_behavior"
Tejun Heo
1
-0
/
+3
2014-02-11
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-02-11
cgroup: convert to kernfs
Tejun Heo
1
-753
/
+362
2014-02-11
cgroup: relocate functions in preparation of kernfs conversion
Tejun Heo
1
-115
/
+117
2014-02-11
cgroup: misc preps for kernfs conversion
Tejun Heo
1
-32
/
+53
2014-02-11
cgroup: introduce cgroup_ino()
Tejun Heo
1
-1
/
+4
2014-02-11
cgroup: introduce cgroup_init/exit_cftypes()
Tejun Heo
1
-7
/
+25
2014-02-11
cgroup: update the meaning of cftype->max_write_len
Tejun Heo
1
-10
/
+8
2014-02-11
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
Tejun Heo
1
-21
/
+8
2014-02-11
cgroup: update cgroup name handling
Tejun Heo
1
-13
/
+22
2014-02-11
cgroup: factor out cgroup_setup_root() from cgroup_mount()
Tejun Heo
1
-98
/
+113
2014-02-11
cgroup: restructure locking and error handling in cgroup_mount()
Tejun Heo
1
-33
/
+40
2014-02-11
cgroup: release cgroup_mutex over file removals
Tejun Heo
1
-5
/
+10
2014-02-11
cgroup: introduce cgroup_tree_mutex
Tejun Heo
1
-13
/
+53
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
2
-25
/
+17
2014-02-11
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
1
-16
/
+18
2014-02-11
cgroup: protect modifications to cgroup_idr with cgroup_mutex
Li Zefan
1
-16
/
+18
2014-02-11
genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n
Paul Gortmaker
1
-0
/
+1
2014-02-11
sched/idle: Move cpu/idle.c to sched/idle.c
Nicolas Pitre
4
-3
/
+145
2014-02-11
sched/idle: Move the cpuidle entry point to the generic idle loop
Nicolas Pitre
1
-2
/
+5
2014-02-11
sched: Add statistic for newidle load balance cost
Alex Shi
2
-3
/
+7
2014-02-11
sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHED
Dietmar Eggemann
1
-6
/
+0
2014-02-11
sched: Push down pre_schedule() and idle_balance()
Peter Zijlstra
6
-52
/
+44
2014-02-11
PM / QoS: Introcuce latency tolerance device PM QoS type
Rafael J. Wysocki
1
-5
/
+8
2014-02-11
PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
Rafael J. Wysocki
1
-1
/
+4
2014-02-10
sched: Clean up idle task SMP logic
Peter Zijlstra
1
-8
/
+1
2014-02-10
sched/fair: Optimize cgroup pick_next_task_fair()
Peter Zijlstra
1
-12
/
+110
2014-02-10
sched/fair: Clean up the __clear_buddies_*() functions
Peter Zijlstra
1
-9
/
+9
2014-02-10
sched: Push put_prev_task() into pick_next_task()
Peter Zijlstra
7
-34
/
+55
2014-02-10
sched/fair: Track cgroup depth
Peter Zijlstra
1
-26
/
+21
2014-02-10
sched: Move rq->idle_stamp up to the core
Daniel Lezcano
3
-11
/
+16
2014-02-10
sched: Fix race in idle_balance()
Daniel Lezcano
1
-0
/
+7
2014-02-10
sched: Remove 'cpu' parameter from idle_balance()
Daniel Lezcano
3
-3
/
+4
2014-02-09
lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validate
Oleg Nesterov
1
-1
/
+1
2014-02-09
lockdep: Don't create the wrong dependency on hlock->check == 0
Oleg Nesterov
1
-2
/
+2
2014-02-09
lockdep: Make held_lock->check and "int check" argument bool
Oleg Nesterov
1
-7
/
+4
2014-02-09
sched: Implement task_nice() as static inline function
Dongsheng Yang
2
-21
/
+9
[prev]
[next]