summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populate...Tejun Heo
2017-07-16cgroup: distinguish local and children populated statesTejun Heo
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez
2017-07-14kernel/watchdog.c: use better pr_fmt prefixKefeng Wang
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel
2017-07-12kexec_file: adjust declaration of kexec_purgatoryKees Cook
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez
2017-07-12sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez
2017-07-12sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro
2017-07-12ftrace: Fix uninitialized variable in match_records()Dan Carpenter
2017-07-12ftrace: Remove an unneeded NULL checkDan Carpenter
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer