aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-03-03cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo1-25/+52
2016-03-03cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo1-35/+37
2016-03-03cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo1-29/+43
2016-03-03cgroup: reorder operations in cgroup_mkdir()Tejun Heo1-31/+30
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo1-1/+12
2016-03-03cgroup: separate out interface file creation from css creationTejun Heo1-29/+43
2016-03-03cgroup: suppress spurious de-populated eventsTejun Heo1-2/+3
2016-03-03cgroup: re-hash init_css_set after subsystems are initializedTejun Heo1-4/+11
2016-03-01cgroup: reset css on destructionVladimir Davydov1-0/+3
2016-02-27cgroup: fix a mistake in warning messageXiubo Li1-1/+1
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo1-2/+2
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo1-2/+3
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo3-3/+3
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo1-9/+9
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo1-26/+24
2016-02-22cgroup: use do_each_subsys_mask() where applicableTejun Heo1-23/+12
2016-02-22cgroup: convert for_each_subsys_which() to do-while styleTejun Heo1-32/+40
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo1-24/+24
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo1-18/+0
2016-02-22cgroup: fix error return value of cgroup_addrm_files()Tejun Heo1-2/+2
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner1-1/+42
2016-01-31kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin1-2/+1
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-01-22cpuset: make mm migration asynchronousTejun Heo2-22/+51
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-96/+104
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+6
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+1
2016-01-20prctl: take mmap sem for writing to protect against othersMateusz Guzik1-10/+10
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
2016-01-20sysctl: enable strict writesKees Cook1-1/+1
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2-0/+23
2016-01-20kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang1-5/+2
2016-01-20kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang1-5/+5
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes1-34/+0
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes1-8/+0
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes1-5/+9
2016-01-20kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes1-22/+22
2016-01-20exit: remove unneeded declaration of exit_mm()Dmitry Safonov1-2/+0
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2016-01-20ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov1-2/+1
2016-01-20ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov1-2/+8
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki2-7/+1
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki1-6/+0
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-5/+5
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-10/+7
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-75/+294
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky1-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35