summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-101-1/+2
|\
| * sched: panic on corrupted stack endJann Horn2016-06-101-1/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-06-103-16/+28
|\ \
| * | sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf2016-06-081-5/+21
| * | sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2016-06-082-11/+7
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-101-4/+2
|\ \ \
| * | | perf/core: Remove a redundant checkAlexander Shishkin2016-06-081-4/+2
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-06-103-6/+77
|\ \ \ \
| * | | | futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-06-081-3/+11
| * | | | locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-06-081-0/+60
| * | | | locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-06-031-3/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-101-2/+2
|\ \ \ \ \
| * | | | | bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-071-2/+2
| |/ / / /
* | | | | Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-06-101-1/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki2016-06-091-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2016-06-021-1/+1
* | | | | | | kernel/relay.c: fix potential memory leakZhouyi Zhou2016-06-091-0/+1
|/ / / / / /
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-031-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2016-06-0366-1058/+6095
| |\ \ \ \ \
| * | | | | | genirq: Fix missing return value in irq_destroy_ipi()Matt Redfearn2016-05-241-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-312-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | timer: Export destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-0/+1
| * | | | | | bpf, inode: disallow userns mountsDaniel Borkmann2016-05-231-1/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-0/+16
|\ \ \ \ \ \ \
| * | | | | | | add down_write_killable_nested()Al Viro2016-05-261-0/+16
* | | | | | | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-261-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | gcov: disable for COMPILE_TESTArnd Bergmann2016-05-101-0/+1
* | | | | | | | | mm: oom_reaper: remove some bloatMichal Hocko2016-05-261-0/+2
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-251-7/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/core: Fix remote wakeupsPeter Zijlstra2016-05-251-7/+11
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-253-14/+36
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-203-14/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-162-1/+18
| | * | | | | | | perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo2016-05-161-2/+2
| | * | | | | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-161-2/+1
| | * | | | | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-162-9/+14
| | * | | | | | | perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo2016-05-162-3/+4
* | | | | | | | | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-1/+3
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki2016-05-251-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | / / | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | * | | | | | | | | cpufreq: schedutil: Improve prints messages with pr_fmtViresh Kumar2016-05-191-1/+3
* | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-251-0/+1
* | | | | | | | | | | | uprobes: wait for mmap_sem for write killableMichal Hocko2016-05-231-2/+5
* | | | | | | | | | | | prctl: make PR_SET_THP_DISABLE wait for mmap_sem killableMichal Hocko2016-05-231-1/+2
* | | | | | | | | | | | mm, fork: make dup_mmap wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+5
* | | | | | | | | | | | s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...Xunlei Pang2016-05-232-21/+2
* | | | | | | | | | | | kexec: do a cleanup for function kexec_loadMinfei Huang2016-05-231-56/+69
* | | | | | | | | | | | kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-05-231-3/+6
* | | | | | | | | | | | kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-233-2/+21
OpenPOWER on IntegriCloud