index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-19
cgroup: make CSS_* flags bit masks instead of bit positions
Tejun Heo
1
-1
/
+1
2012-11-19
cgroup: cgroup->dentry isn't a RCU pointer
Tejun Heo
1
-5
/
+6
2012-11-19
cgroup: create directory before linking while creating a new cgroup
Tejun Heo
1
-18
/
+12
2012-11-19
cgroup: open-code cgroup_create_dir()
Tejun Heo
1
-25
/
+5
2012-11-19
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
Tejun Heo
1
-0
/
+1
2012-11-19
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
Tejun Heo
1
-2
/
+0
2012-11-09
cgroup_freezer: implement proper hierarchy support
Tejun Heo
1
-38
/
+123
2012-11-09
cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state
Tejun Heo
1
-2
/
+40
2012-11-09
cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]
Tejun Heo
1
-8
/
+47
2012-11-09
cgroup_freezer: make freezer->state mask of flags
Tejun Heo
1
-33
/
+27
2012-11-09
cgroup_freezer: prepare freezer_change_state() for full hierarchy support
Tejun Heo
1
-18
/
+30
2012-11-09
cgroup_freezer: trivial cleanups
Tejun Heo
1
-22
/
+19
2012-11-09
cgroup: implement generic child / descendant walk macros
Tejun Heo
1
-0
/
+86
2012-11-09
cgroup: use rculist ops for cgroup->children
Tejun Heo
1
-5
/
+3
2012-11-09
cgroup: add cgroup_subsys->post_create()
Tejun Heo
1
-2
/
+13
2012-11-08
cgroup: set 'start' with the right value in cgroup_path.
Tao Ma
1
-2
/
+2
2012-11-06
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
Tejun Heo
11
-261
/
+236
2012-11-05
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
Tejun Heo
1
-195
/
+61
2012-11-05
cgroup: make ->pre_destroy() return void
Tejun Heo
1
-1
/
+1
2012-11-05
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...
Tejun Heo
1
-51
/
+0
2012-11-05
cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
Tejun Heo
1
-46
/
+19
2012-11-05
cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
Tejun Heo
1
-3
/
+13
2012-11-05
cgroup: kill CSS_REMOVED
Tejun Heo
1
-19
/
+12
2012-11-05
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
Tejun Heo
1
-95
/
+36
2012-10-26
freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()
Oleg Nesterov
4
-37
/
+10
2012-10-25
Merge branch 'akpm' (Andrew's fixes)
Linus Torvalds
1
-1
/
+11
2012-10-25
Makefile: Documentation for external tool should be correct
H. Peter Anvin
1
-4
/
+2
2012-10-25
pidns: limit the nesting depth of pid namespaces
Andrew Vagin
1
-1
/
+11
2012-10-24
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-31
/
+10
2012-10-24
Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2012-10-24
workqueue: cancel_delayed_work() should return %false if work item is idle
Dan Magenheimer
1
-1
/
+1
2012-10-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-183
/
+166
2012-10-22
module_signing: fix printk format warning
Randy Dunlap
1
-1
/
+1
2012-10-21
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-0
/
+4
2012-10-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-183
/
+162
2012-10-20
cgroup_freezer: don't use cgroup_lock_live_group()
Tejun Heo
1
-56
/
+10
2012-10-20
cgroup_freezer: prepare update_if_frozen() for locking change
Tejun Heo
1
-26
/
+17
2012-10-20
cgroup_freezer: allow moving tasks in and out of a frozen cgroup
Tejun Heo
1
-20
/
+31
2012-10-19
use clamp_t in UNAME26 fix
Kees Cook
1
-1
/
+1
2012-10-19
MODSIGN: Move the magic string to the end of a module and eliminate the search
David Howells
3
-28
/
+25
2012-10-19
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
Tejun Heo
1
-12
/
+3
2012-10-19
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
Tejun Heo
1
-17
/
+6
2012-10-19
pidns: remove recursion from free_pid_ns()
Cyrill Gorcunov
1
-7
/
+14
2012-10-19
kernel/sys.c: fix stack memory content leak via UNAME26
Kees Cook
1
-5
/
+7
2012-10-16
printk: Fix scheduling-while-atomic problem in console_cpu_notify()
Paul E. McKenney
1
-1
/
+0
2012-10-16
cgroup: notify_on_release may not be triggered in some cases
Daisuke Nishimura
1
-2
/
+1
2012-10-16
cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...
Tejun Heo
1
-4
/
+12
2012-10-16
cgroup_freezer: make it official that writes to freezer.state don't fail
Tejun Heo
1
-32
/
+11
2012-10-16
cgroup: cgroup_subsys->fork() should be called after the task is added to css...
Tejun Heo
3
-49
/
+35
2012-10-14
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-27
/
+578
[next]