summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-07-21Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-22/+36
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+11
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+12
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+0
2017-07-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+12
2017-07-21perf/core: Fix locking for children siblings group readJiri Olsa-0/+5
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+94
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann-14/+94
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-0/+1
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang-17/+30
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu-0/+1
2017-07-20perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin-0/+7
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang-0/+1
2017-07-19tracing/ring_buffer: Try harder to allocateJoel Fernandes-5/+5
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross-10/+12
2017-07-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+53
2017-07-17Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+13
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez-9/+7
2017-07-14kernel/watchdog.c: use better pr_fmt prefixKefeng Wang-1/+1
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki-0/+5
2017-07-14sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes-6/+8
2017-07-14sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li-3/+3
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-20/+143
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-198/+654
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi-1/+0
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-53/+72
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel-1/+1
2017-07-12kexec_file: adjust declaration of kexec_purgatoryKees Cook-7/+2
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin-4/+44
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin-131/+177
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin-3/+2
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov-0/+4
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov-0/+57
2017-07-12kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()Mateusz Jurczyk-1/+1
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez-0/+66
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez-7/+146
2017-07-12sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez-24/+32
2017-07-12sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez-4/+25
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang-1/+71
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang-2/+1
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang-5/+23
2017-07-12kernel/fork.c: virtually mapped stacks: do not disable interruptsChristoph Lameter-11/+5
2017-07-12fix a braino in compat_sys_getrlimit()Al Viro-1/+1
2017-07-12ftrace: Fix uninitialized variable in match_records()Dan Carpenter-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkDan Carpenter-1/+1
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla-0/+5
2017-07-12genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner-10/+53