index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
audit_watch.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-07
cgroup: kill cgroup_[un]lock()
Tejun Heo
1
-30
/
+11
2013-04-07
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
2
-11
/
+3
2013-04-07
cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
Tejun Heo
1
-42
/
+42
2013-04-07
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
3
-45
/
+35
2013-04-07
memcg: fix memcg_cache_name() to use cgroup_name()
Michal Hocko
1
-31
/
+32
2013-04-03
cgroup: remove unused parameter in cgroup_task_migrate().
Kevin Wilson
1
-2
/
+2
2013-04-03
cgroups: Documentation/cgroup/cgroup.txt - a trivial fix.
Rami Rosen
1
-1
/
+1
2013-03-20
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
3
-91
/
+23
2013-03-20
devcg: propagate local changes down the hierarchy
Aristeu Rozanski
2
-10
/
+199
2013-03-20
devcg: use css_online and css_offline
Aristeu Rozanski
1
-17
/
+42
2013-03-20
devcg: prepare may_access() for hierarchy support
Aristeu Rozanski
1
-18
/
+31
2013-03-20
devcg: expand may_access() logic
Aristeu Rozanski
1
-9
/
+12
2013-03-20
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
1
-1
/
+1
2013-03-12
cgroup: remove useless code in cgroup_write_event_control()
Li Zefan
1
-6
/
+0
2013-03-12
cgroup: don't bother to resize pid array
Li Zefan
1
-34
/
+3
2013-03-12
cgroup: hold cgroup_mutex before calling css_offline()
Li Zefan
2
-10
/
+2
2013-03-12
cgroup: remove unused variables in cgroup_destroy_locked()
Li Zefan
1
-2
/
+0
2013-03-12
cgroup: remove cgroup_is_descendant()
Li Zefan
2
-31
/
+0
2013-03-12
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
1
-0
/
+2
2013-03-05
cpuset: remove include of cgroup.h from cpuset.h
Li Zefan
1
-1
/
+0
2013-03-05
res_counter: remove include of cgroup.h from res_counter.h
Li Zefan
1
-1
/
+1
2013-03-05
cgroup: avoid accessing modular cgroup subsys structure without locking
Li Zefan
2
-17
/
+28
2013-03-04
cgroup: no need to check css refs for release notification
Li Zefan
1
-59
/
+8
2013-03-04
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
Li Zefan
1
-23
/
+9
2013-03-04
cgroup: fix cgroup_path() vs rename() race
Li Zefan
3
-32
/
+100
2013-03-04
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
1
-2
/
+2
2013-03-03
btrfs/raid56: Add missing #include <linux/vmalloc.h>
Geert Uytterhoeven
1
-0
/
+1
2013-03-03
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-03
SUNRPC: One line comment fix
Trond Myklebust
1
-1
/
+1
2013-03-03
ext4: enable quotas before orphan cleanup
Jan Kara
1
-10
/
+10
2013-03-02
ext4: don't allow quota mount options when quota feature enabled
Jan Kara
1
-7
/
+26
2013-03-02
ext4: fix a warning from sparse check for ext4_dir_llseek
Zheng Liu
1
-1
/
+1
2013-03-02
ext4: convert number of blocks to clusters properly
Lukas Czerner
4
-9
/
+9
2013-03-02
ext4: fix possible memory leak in ext4_remount()
Wei Yongjun
1
-0
/
+1
2013-03-02
jbd2: fix ERR_PTR dereference in jbd2__journal_start
Dmitry Monakhov
1
-1
/
+1
2013-03-02
metag: Provide dma_get_sgtable()
James Hogan
1
-0
/
+7
2013-03-02
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
James Hogan
1
-1
/
+0
2013-03-02
metag: copy devicetree to non-init memory
James Hogan
3
-0
/
+20
2013-03-02
metag: cleanup metag_ksyms.c includes
James Hogan
1
-6
/
+3
2013-03-02
metag: move mm/init.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move usercopy.c exports out of metag_ksyms.c
James Hogan
2
-16
/
+13
2013-03-02
metag: move setup.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move kick.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move traps.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move irq enable out of irqflags.h on SMP
James Hogan
2
-7
/
+20
2013-03-02
genksyms: fix metag symbol prefix on crc symbols
James Hogan
1
-1
/
+2
2013-03-02
metag: hugetlb: convert to vm_unmapped_area()
James Hogan
1
-42
/
+10
2013-03-02
metag: export clear_page and copy_page
James Hogan
1
-0
/
+2
2013-03-02
metag: export metag_code_cache_flush_all
James Hogan
1
-0
/
+1
2013-03-02
metag: protect more non-MMU memory regions
James Hogan
3
-7
/
+42
[next]