summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-10-15cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo1-28/+2
2015-10-15cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo1-11/+4
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2-2/+9
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo5-53/+37
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo1-72/+72
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo1-14/+73
2015-10-15cgroup: reorganize css_task_iter functionsTejun Heo1-21/+28
2015-10-15cgroup: factor out css_set_move_task()Tejun Heo1-48/+56
2015-10-15cgroup: keep css_set and task lists in chronological orderTejun Heo1-6/+5
2015-10-15cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo1-6/+5
2015-10-15cgroup: make css_sets pin the associated cgroupsTejun Heo1-4/+6
2015-10-15cgroup: relocate cgroup_[try]get/put()Tejun Heo1-16/+16
2015-10-15cgroup: move check_for_release() invocationTejun Heo1-7/+1
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2-4/+4
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo1-13/+52
2015-10-15cgroup: remove an unused parameter from cgroup_task_migrate()Tejun Heo1-5/+2
2015-09-25cgroup: fix too early usage of static_branch_disable()Tejun Heo1-6/+8
2015-09-22cgroup: make cgroup_update_dfl_csses() migrate all target processes atomicallyTejun Heo1-36/+8
2015-09-22cgroup: separate out taskset operations from cgroup_migrate()Tejun Heo1-86/+125
2015-09-22cgroup: reorder cgroup_migrate()'s parametersTejun Heo1-6/+6
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2-16/+4
2015-09-22cpuset: migrate memory only for threadgroup leadersTejun Heo1-18/+22
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo1-7/+19
2015-09-18cgroup: restructure file creation / removal handlingTejun Heo1-67/+76
2015-09-18cgroup: cosmetic updates to rebind_subsystems()Tejun Heo1-16/+15
2015-09-18cgroup: make cgroup_addrm_files() clean up after itself on failuresTejun Heo1-6/+7
2015-09-18cgroup: relocate cgroup_populate_dir()Tejun Heo1-32/+31
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2-18/+7
2015-09-18cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo1-8/+9
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2-10/+71
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo1-7/+21
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo1-1/+26
2015-09-16cgroup: simplify threadgroup lockingTejun Heo1-33/+12
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2-61/+20
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2-20/+61
2015-09-16Revert "cgroup: simplify threadgroup locking"Tejun Heo1-12/+33
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+70
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers3-0/+70
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-1/+1
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-2591/+2681
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+10
2015-09-10sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov1-5/+5
2015-09-10kexec: export KERNEL_IMAGE_SIZE to vmcoreinfoBaoquan He1-0/+3
2015-09-10kexec: align crash_notes allocation to make it be inside one physical pageBaoquan He1-1/+22
2015-09-10kexec: remove unnecessary test in kimage_alloc_crash_control_pages()Minfei Huang1-2/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young8-1500/+1521
2015-09-10kexec: split kexec_file syscall code to kexec_file.cDave Young4-1045/+1079
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker1-24/+20
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker1-23/+17