summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+13
|\
| * bpf: Implement show_optionsDavid Howells2017-07-061-3/+13
* | Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-0/+5
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki2017-07-141-0/+5
| |\ \ \
| | * | | cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla2017-07-121-0/+5
* | | | | kmod: throttle kmod thread limitLuis R. Rodriguez2017-07-141-9/+7
* | | | | kernel/watchdog.c: use better pr_fmt prefixKefeng Wang2017-07-141-1/+1
* | | | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-134-20/+143
|\ \ \ \ \
| * | | | | ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-121-1/+1
| * | | | | ftrace: Remove an unneeded NULL checkDan Carpenter2017-07-121-1/+1
| * | | | | ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann2017-07-111-0/+2
| * | | | | tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-111-0/+6
| * | | | | tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
| * | | | | trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
| * | | | | tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
| * | | | | tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
| * | | | | tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5
| * | | | | tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-1313-198/+654
|\ \ \ \ \ \
| * | | | | | fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-121-1/+1
| * | | | | | kexec_file: adjust declaration of kexec_purgatoryKees Cook2017-07-122-7/+2
| * | | | | | kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin2017-07-121-4/+44
| * | | | | | kernel/watchdog: split up config optionsNicholas Piggin2017-07-124-131/+177
| * | | | | | kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-3/+2
| * | | | | | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+4
| * | | | | | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+57
| * | | | | | kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk2017-07-121-1/+1
| * | | | | | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+66
| * | | | | | sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-7/+146
| * | | | | | sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-07-121-24/+32
| * | | | | | sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-07-121-4/+25
| * | | | | | kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-124-1/+71
| * | | | | | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
| * | | | | | kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-122-5/+23
| * | | | | | kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter2017-07-121-11/+5
* | | | | | | Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-122-53/+72
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | module: make the modinfo name constLuis R. Rodriguez2017-06-291-2/+2
| * | | | | | kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez2017-06-271-22/+18
| * | | | | | module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez2017-06-271-1/+1
| * | | | | | kernel/module.c: suppress warning about unused nowarn variableCorentin Labbe2017-06-261-10/+20
| * | | | | | module: Add module name to modinfoKees Cook2017-05-231-7/+22
| * | | | | | module: Pass struct load_info into symbol checksKees Cook2017-05-231-12/+10
* | | | | | | fix a braino in compat_sys_getrlimit()Al Viro2017-07-121-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-108-38/+28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2017-07-101-0/+4
| * | | | | | kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2017-07-101-0/+4
| * | | | | | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-102-2/+3
| * | | | | | kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada2017-07-101-8/+2
| * | | | | | kernel/groups.c: use sort library functionRasmus Villemoes2017-07-101-24/+11
| * | | | | | kernel/ksysfs.c: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1