index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
cgroup: s/for_each_subsys()/for_each_root_subsys()/
Tejun Heo
1
-25
/
+22
2013-06-24
cgroup: clean up find_css_set() and friends
Tejun Heo
1
-21
/
+17
2013-06-24
cgroup: remove cgroup->actual_subsys_mask
Tejun Heo
1
-10
/
+12
2013-06-24
cgroup: prefix global variables with "cgroup_"
Tejun Heo
1
-76
/
+77
2013-06-19
cgroup: rename cont to cgrp
Li Zefan
1
-11
/
+11
2013-06-18
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
1
-7
/
+8
2013-06-18
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
1
-36
/
+44
2013-06-18
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
1
-8
/
+10
2013-06-18
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
1
-1
/
+2
2013-06-18
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
1
-6
/
+19
2013-06-18
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
1
-1
/
+8
2013-06-18
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
1
-0
/
+7
2013-06-13
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
1
-61
/
+104
2013-06-13
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
18
-213
/
+195
2013-06-13
cgroup: split cgroup destruction into two steps
Tejun Heo
1
-11
/
+27
2013-06-13
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
1
-26
/
+35
2013-06-13
cgroup: remove cgroup->count and use
Tejun Heo
1
-16
/
+5
2013-06-13
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
1
-10
/
+10
2013-06-13
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
1
-16
/
+14
2013-06-13
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
1
-7
/
+7
2013-06-13
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
1
-113
/
+113
2013-06-13
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
1
-107
/
+109
2013-06-13
cgroup: remove now unused css_depth()
Tejun Heo
1
-12
/
+0
2013-06-05
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
1
-23
/
+24
2013-06-05
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
1
-1
/
+2
2013-06-05
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
1
-0
/
+1
2013-06-03
Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+16
2013-05-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+5
2013-05-29
cgroup: warn about mismatching options of a new mount of an existing hierarchy
Jeff Liu
1
-5
/
+8
2013-05-28
Merge tag 'trace-fixes-v3.10-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+10
2013-05-28
ring-buffer: Do not poll non allocated cpu buffers
Steven Rostedt (Red Hat)
1
-0
/
+3
2013-05-24
auditfilter.c: fix kernel-doc warnings
Randy Dunlap
1
-3
/
+0
2013-05-24
Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2013-05-24
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
1
-6
/
+19
2013-05-24
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
1
-0
/
+62
2013-05-24
cgroup: make cgroup_is_removed() static
Tejun Heo
1
-1
/
+1
2013-05-24
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
1
-10
/
+8
2013-05-24
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-6
/
+3
2013-05-23
tracing: Fix crash when ftrace=nop on the kernel command line
Steven Rostedt (Red Hat)
1
-2
/
+7
2013-05-18
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
1
-17
/
+4
2013-05-17
x86, range: fix missing merge during add range
Yinghai Lu
1
-3
/
+5
2013-05-17
kmemleak: No need for scanning specific module sections
Steven Rostedt
1
-13
/
+0
2013-05-17
kmemleak: Scan all allocated, writeable and not executable module sections
Steven Rostedt
1
-4
/
+4
2013-05-16
Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+6
2013-05-16
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
1
-2
/
+2
2013-05-16
usermodehelper: check subprocess_info->path != NULL
Oleg Nesterov
1
-0
/
+5
2013-05-16
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
1
-1
/
+3
2013-05-15
workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...
Tejun Heo
1
-1
/
+2
2013-05-15
Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+44
2013-05-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-151
/
+89
[next]