index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cgroup: protect cgroup_root->cgroup_idr with a spinlock
Tejun Heo
2014-05-04
1
-8
/
+43
|
*
|
cgroup, memcg: allocate cgroup ID from 1
Tejun Heo
2014-05-04
1
-2
/
+2
|
*
|
cgroup: make flags and subsys_masks unsigned int
Tejun Heo
2014-05-04
1
-19
/
+18
|
*
|
cgroup: Use more current logging style
Joe Perches
2014-04-25
1
-13
/
+15
|
*
|
cgroup: replace pr_warning with preferred pr_warn
Jianyu Zhan
2014-04-25
1
-10
/
+10
|
*
|
cgroup: remove orphaned cgroup_pidlist_seq_operations
Jianyu Zhan
2014-04-25
1
-11
/
+0
|
*
|
cgroup: clean up obsolete comment for parse_cgroupfs_options()
Jianyu Zhan
2014-04-25
1
-8
/
+0
|
*
|
cgroup: implement cgroup.populated for the default hierarchy
Tejun Heo
2014-04-25
1
-4
/
+61
|
*
|
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Tejun Heo
2014-04-25
14
-48
/
+88
|
|
\
\
|
*
|
|
cgroup: implement dynamic subtree controller enable/disable on the default hi...
Tejun Heo
2014-04-23
1
-2
/
+365
|
*
|
|
cgroup: prepare migration path for unified hierarchy
Tejun Heo
2014-04-23
1
-11
/
+23
|
*
|
|
cgroup: update subsystem rebind restrictions
Tejun Heo
2014-04-23
1
-7
/
+3
|
*
|
|
cgroup: add css_set->dfl_cgrp
Tejun Heo
2014-04-23
1
-0
/
+4
|
*
|
|
cgroup: allow cgroup creation and suppress automatic css creation in the unif...
Tejun Heo
2014-04-23
1
-9
/
+9
|
*
|
|
cgroup: cgroup->subsys[] should be cleared after the css is offlined
Tejun Heo
2014-04-23
1
-1
/
+1
|
*
|
|
cgroup: teach css_task_iter about effective csses
Tejun Heo
2014-04-23
1
-3
/
+15
|
*
|
|
cgroup: reorganize css_task_iter
Tejun Heo
2014-04-23
1
-16
/
+17
|
*
|
|
cgroup: make css_next_child() skip missing csses
Tejun Heo
2014-04-23
1
-3
/
+12
|
*
|
|
cgroup: implement cgroup->e_csets[]
Tejun Heo
2014-04-23
1
-2
/
+28
|
*
|
|
cgroup: introduce effective cgroup_subsys_state
Tejun Heo
2014-04-23
1
-19
/
+64
|
*
|
|
cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...
Tejun Heo
2014-04-23
1
-37
/
+27
|
*
|
|
cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy
Tejun Heo
2014-04-23
1
-4
/
+0
*
|
|
|
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2014-06-09
2
-301
/
+149
|
\
\
\
\
|
*
|
|
|
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Valdis Kletnieks
2014-05-28
1
-1
/
+1
|
*
|
|
|
workqueue: remove the confusing POOL_FREEZING
Lai Jiangshan
2014-05-22
1
-25
/
+7
|
*
|
|
|
workqueue: rename first_worker() to first_idle_worker()
Lai Jiangshan
2014-05-22
1
-5
/
+5
|
*
|
|
|
workqueue: use generic attach/detach routine for rescuers
Lai Jiangshan
2014-05-20
1
-66
/
+8
|
*
|
|
|
workqueue: separate pool-attaching code out from create_worker()
Lai Jiangshan
2014-05-20
1
-23
/
+38
|
*
|
|
|
workqueue: rename manager_mutex to attach_mutex
Lai Jiangshan
2014-05-20
2
-24
/
+24
|
*
|
|
|
workqueue: narrow the protection range of manager_mutex
Lai Jiangshan
2014-05-20
1
-30
/
+5
|
*
|
|
|
workqueue: convert worker_idr to worker_ida
Lai Jiangshan
2014-05-20
1
-12
/
+8
|
*
|
|
|
workqueue: separate iteration role from worker_idr
Lai Jiangshan
2014-05-20
2
-13
/
+17
|
*
|
|
|
workqueue: destroy worker directly in the idle timeout handler
Lai Jiangshan
2014-05-20
1
-62
/
+5
|
*
|
|
|
workqueue: async worker destruction
Lai Jiangshan
2014-05-20
1
-21
/
+41
|
*
|
|
|
workqueue: destroy_worker() should destroy idle workers only
Lai Jiangshan
2014-05-20
1
-11
/
+8
|
*
|
|
|
workqueue: use manager lock only to protect worker_idr
Lai Jiangshan
2014-05-20
1
-28
/
+6
|
*
|
|
|
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Fabian Frederick
2014-05-12
1
-3
/
+3
|
*
|
|
|
workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...
Daeseok Youn
2014-04-18
1
-6
/
+2
*
|
|
|
|
numa,sched: fix load_to_imbalanced logic inversion
Rik van Riel
2014-06-08
1
-1
/
+1
*
|
|
|
|
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
79
-1274
/
+2130
|
\
\
\
\
\
|
*
|
|
|
|
sysctl: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-06-06
2
-4
/
+4
|
*
|
|
|
|
kernel/seccomp.c: kernel-doc warning fix
Fabian Frederick
2014-06-06
1
-2
/
+2
|
*
|
|
|
|
ipc, kernel: clear whitespace
Paul McQuade
2014-06-06
1
-2
/
+2
|
*
|
|
|
|
ipc, kernel: use Linux headers
Paul McQuade
2014-06-06
2
-2
/
+2
|
*
|
|
|
|
kernel/profile.c: use static const char instead of static char
Fabian Frederick
2014-06-06
1
-3
/
+3
|
*
|
|
|
|
kernel/profile.c: convert printk to pr_foo()
Fabian Frederick
2014-06-06
1
-9
/
+5
|
*
|
|
|
|
kernel/user_namespace.c: kernel-doc/checkpatch fixes
Fabian Frederick
2014-06-06
1
-13
/
+20
|
*
|
|
|
|
sysctl: allow for strict write position handling
Kees Cook
2014-06-06
1
-2
/
+67
|
*
|
|
|
|
sysctl: refactor sysctl string writing logic
Kees Cook
2014-06-06
1
-7
/
+4
|
*
|
|
|
|
sysctl: clean up char buffer arguments
Kees Cook
2014-06-06
1
-7
/
+7
[prev]
[next]