index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
devcg: remove broken_hierarchy tag
Tejun Heo
2013-04-08
1
-9
/
+0
*
cgroup: remove cgroup_lock_is_held()
Tejun Heo
2013-04-07
2
-18
/
+15
*
cgroup: kill cgroup_[un]lock()
Tejun Heo
2013-04-07
1
-30
/
+11
*
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
2013-04-07
2
-11
/
+3
*
cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
Tejun Heo
2013-04-07
1
-42
/
+42
*
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
2013-04-07
3
-45
/
+35
*
memcg: fix memcg_cache_name() to use cgroup_name()
Michal Hocko
2013-04-07
1
-31
/
+32
*
cgroup: remove unused parameter in cgroup_task_migrate().
Kevin Wilson
2013-04-03
1
-2
/
+2
*
cgroups: Documentation/cgroup/cgroup.txt - a trivial fix.
Rami Rosen
2013-04-03
1
-1
/
+1
*
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
2013-03-20
3
-91
/
+23
*
devcg: propagate local changes down the hierarchy
Aristeu Rozanski
2013-03-20
2
-10
/
+199
*
devcg: use css_online and css_offline
Aristeu Rozanski
2013-03-20
1
-17
/
+42
*
devcg: prepare may_access() for hierarchy support
Aristeu Rozanski
2013-03-20
1
-18
/
+31
*
devcg: expand may_access() logic
Aristeu Rozanski
2013-03-20
1
-9
/
+12
*
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
2013-03-20
1
-1
/
+1
*
cgroup: remove useless code in cgroup_write_event_control()
Li Zefan
2013-03-12
1
-6
/
+0
*
cgroup: don't bother to resize pid array
Li Zefan
2013-03-12
1
-34
/
+3
*
cgroup: hold cgroup_mutex before calling css_offline()
Li Zefan
2013-03-12
2
-10
/
+2
*
cgroup: remove unused variables in cgroup_destroy_locked()
Li Zefan
2013-03-12
1
-2
/
+0
*
cgroup: remove cgroup_is_descendant()
Li Zefan
2013-03-12
2
-31
/
+0
*
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-12
1
-0
/
+2
*
cpuset: remove include of cgroup.h from cpuset.h
Li Zefan
2013-03-05
1
-1
/
+0
*
res_counter: remove include of cgroup.h from res_counter.h
Li Zefan
2013-03-05
1
-1
/
+1
*
cgroup: avoid accessing modular cgroup subsys structure without locking
Li Zefan
2013-03-05
2
-17
/
+28
*
cgroup: no need to check css refs for release notification
Li Zefan
2013-03-04
1
-59
/
+8
*
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-04
1
-23
/
+9
*
cgroup: fix cgroup_path() vs rename() race
Li Zefan
2013-03-04
3
-32
/
+100
*
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
2013-03-04
1
-2
/
+2
*
Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...
Linus Torvalds
2013-03-03
8
-254
/
+284
|
\
|
*
UAPI: (Scripted) Disintegrate include/video
David Howells
2012-12-20
8
-254
/
+284
*
|
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2013-03-03
5
-49
/
+57
|
\
\
|
*
|
xenbus: fix compile failure on ARM with Xen enabled
Steven Noonan
2013-03-01
1
-0
/
+1
|
*
|
xen/pci: We don't do multiple MSI's.
Konrad Rzeszutek Wilk
2013-03-01
1
-0
/
+9
|
*
|
xen/pat: Disable PAT using pat_enabled value.
Konrad Rzeszutek Wilk
2013-02-28
1
-1
/
+9
|
*
|
xen/acpi: xen cpu hotplug minor updates
Liu Jinsong
2013-02-25
1
-22
/
+12
|
*
|
xen/acpi: xen memory hotplug minor updates
Liu Jinsong
2013-02-25
1
-26
/
+26
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
26
-171
/
+108
|
\
\
\
|
*
|
|
constify path_get/path_put and fs_struct.c stuff
Al Viro
2013-03-02
5
-10
/
+10
|
*
|
|
fix nommu breakage in shmem.c
Al Viro
2013-03-02
1
-3
/
+2
|
*
|
|
cache the value of file_inode() in struct file
Al Viro
2013-03-02
3
-2
/
+6
|
*
|
|
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry
Al Viro
2013-02-28
1
-3
/
+17
|
*
|
|
9p: make sure ->lookup() adds fid to the right dentry
Al Viro
2013-02-28
1
-2
/
+5
|
*
|
|
9p: untangle ->lookup() a bit
Al Viro
2013-02-28
1
-18
/
+9
|
*
|
|
9p: double iput() in ->lookup() if d_materialise_unique() fails
Al Viro
2013-02-28
1
-1
/
+0
|
*
|
|
9p: v9fs_fid_add() can't fail now
Al Viro
2013-02-28
4
-22
/
+11
|
*
|
|
v9fs: get rid of v9fs_dentry
Al Viro
2013-02-28
3
-51
/
+9
|
*
|
|
9p: turn fid->dlist into hlist
Al Viro
2013-02-28
4
-11
/
+9
|
*
|
|
9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...
Al Viro
2013-02-28
2
-7
/
+6
|
*
|
|
more file_inode() open-coded instances
Al Viro
2013-02-27
10
-45
/
+38
|
*
|
|
selinux: opened file can't have NULL or negative ->f_path.dentry
Al Viro
2013-02-27
1
-9
/
+0
[next]