summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao2013-07-031-1/+0
* kernel/pid.c: move statementRaphael S. Carvalho2013-07-031-1/+1
* kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov2013-07-031-17/+16
* kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov2013-07-032-11/+17
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2013-07-031-8/+7
* fork: reorder permissions when violating number of processes limitsEric Paris2013-07-031-2/+2
* exit.c: unexport __set_special_pids()Oleg Nesterov2013-07-032-12/+12
* usermodehelper: kill the sub_info->path[0] checkOleg Nesterov2013-07-031-8/+3
* ptrace: add ability to get/set signal-blocked maskAndrey Vagin2013-07-031-2/+42
* kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-031-0/+3
* kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov2013-07-031-2/+1
* kernel/sys.c: sys_reboot(): fix malformed panic messageliguang2013-07-031-1/+1
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-031-2/+2
* Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-021-191/+287
|\
| * cpuset: rename @cont to @cgrpLi Zefan2013-06-131-16/+16
| * cpuset: fix to migrate mm correctly in a corner caseLi Zefan2013-06-131-6/+19
| * cpuset: allow to move tasks to empty cpusetsLi Zefan2013-06-131-2/+7
| * cpuset: allow to keep tasks in empty cpusetsLi Zefan2013-06-131-31/+110
| * cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan2013-06-131-11/+65
| * cpuset: record old_mems_allowed in struct cpusetLi Zefan2013-06-131-25/+36
| * cpuset: remove async hotplug propagation workLi Zefan2013-06-091-53/+16
| * cpuset: let hotplug propagation work wait for task attachingLi Zefan2013-06-091-12/+17
| * cpuset: re-structure update_cpumask() a bitLi Zefan2013-06-051-3/+4
| * cpuset: remove cpuset_test_cpumask()Li Zefan2013-06-051-18/+1
| * cpuset: remove unnecessary variable in cpuset_attach()Li Zefan2013-06-051-4/+2
| * cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan2013-06-051-22/+7
| * cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan2013-06-051-2/+1
* | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-07-021-656/+880
|\ \
| * | cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...Tejun Heo2013-06-291-1/+1
| * | cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo2013-06-271-1/+4
| * | cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()Tejun Heo2013-06-271-2/+2
| * | cgroup: always use RCU accessors for protected accessesTejun Heo2013-06-261-9/+12
| * | cgroup: fix RCU accesses around task->cgroupsTejun Heo2013-06-261-11/+13
| * | cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()Tejun Heo2013-06-261-5/+5
| * | cgroup: fix cgroupfs_root early destruction pathTejun Heo2013-06-261-3/+19
| * | cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchyTejun Heo2013-06-251-4/+6
| * | cgroup: implement for_each_[builtin_]subsys()Tejun Heo2013-06-251-76/+71
| * | cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo2013-06-251-4/+4
| * | cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo2013-06-241-25/+22
| * | cgroup: clean up find_css_set() and friendsTejun Heo2013-06-241-21/+17
| * | cgroup: remove cgroup->actual_subsys_maskTejun Heo2013-06-241-10/+12
| * | cgroup: prefix global variables with "cgroup_"Tejun Heo2013-06-241-76/+77
| * | cgroup: rename cont to cgrpLi Zefan2013-06-191-11/+11
| * | cgroup: clean up cgroup_serial_nr_cursorTejun Heo2013-06-181-7/+8
| * | cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-181-36/+44
| * | cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan2013-06-181-8/+10
| * | cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan2013-06-181-1/+2
| * | cgroup: fix umount vs cgroup_event_remove() raceLi Zefan2013-06-181-6/+19
| * | cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan2013-06-181-1/+8