aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+13
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2017-07-14kmod: throttle kmod thread limitGravatar Luis R. Rodriguez 1-9/+7
2017-07-14kernel/watchdog.c: use better pr_fmt prefixGravatar Kefeng Wang 1-1/+1
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-0/+5
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 4-20/+143
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 13-198/+654
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-53/+72
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryGravatar Rik van Riel 1-1/+1
2017-07-12kexec_file: adjust declaration of kexec_purgatoryGravatar Kees Cook 2-7/+2
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsGravatar Nicholas Piggin 1-4/+44
2017-07-12kernel/watchdog: split up config optionsGravatar Nicholas Piggin 4-131/+177
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Gravatar Nicholas Piggin 1-3/+2
2017-07-12fault-inject: support systematic fault injectionGravatar Dmitry Vyukov 1-0/+4
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesGravatar Cyrill Gorcunov 1-0/+57
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Gravatar Mateusz Jurczyk 1-1/+1
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-0/+66
2017-07-12sysctl: simplify unsigned int supportGravatar Luis R. Rodriguez 1-7/+146
2017-07-12sysctl: fold sysctl_writes_strict checks into helperGravatar Luis R. Rodriguez 1-24/+32
2017-07-12sysctl: kdoc'ify sysctl_writes_strictGravatar Luis R. Rodriguez 1-4/+25
2017-07-12kdump: protect vmcoreinfo data under the crash memoryGravatar Xunlei Pang 4-1/+71
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrGravatar Xunlei Pang 1-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionGravatar Xunlei Pang 2-5/+23
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsGravatar Christoph Lameter 1-11/+5
2017-07-12fix a braino in compat_sys_getrlimit()Gravatar Al Viro 1-1/+1
2017-07-12ftrace: Fix uninitialized variable in match_records()Gravatar Dan Carpenter 1-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkGravatar Dan Carpenter 1-1/+1
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceGravatar Vikram Mulukutla 1-0/+5
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESGravatar Arnd Bergmann 1-0/+2
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACEGravatar Steven Rostedt (VMware) 1-0/+6
2017-07-11tracing: Fixup trace file header alignmentGravatar Steven Rostedt (VMware) 1-8/+17
2017-07-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-38/+28
2017-07-10kernel/exit.c: avoid undefined behaviour when calling wait4()Gravatar zhongjiang 1-0/+4
2017-07-10kernel/signal.c: avoid undefined behaviour in kill_something_infoGravatar zhongjiang 1-0/+4
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Gravatar Thomas Meyer 2-2/+3
2017-07-10kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Gravatar Masahiro Yamada 1-8/+2
2017-07-10kernel/groups.c: use sort library functionGravatar Rasmus Villemoes 1-24/+11
2017-07-10kernel/ksysfs.c: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeGravatar Michal Hocko 1-3/+3
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-1/+1
2017-07-09Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-18/+19
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-84/+134
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-19/+25
2017-07-09Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+3
2017-07-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-26/+62
2017-07-09Merge branch 'waitid-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-5/+12
2017-07-09trace/kprobes: Sanitize derived event namesGravatar Naveen N. Rao 1-0/+9
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+12
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-0/+1