summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-0/+5
|\
| * x86/uaccess, kcov: Disable stack protectorPeter Zijlstra2019-04-031-0/+1
| * x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-04-031-0/+4
* | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-063-9/+7
|\ \
| * | mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang2019-04-192-8/+7
| * | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-051-2/+1
|\ \
| * | perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin2019-05-031-2/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-051-0/+1
|\ \ \
| * | | sched/cpufreq: Fix kobject memleakTobin C. Harding2019-04-301-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-021-30/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-261-30/+46
| |\ \ \
| | * | | bpf: mark registers in all frames after pkt/null checksPaul Chaignon2019-04-251-30/+46
* | | | | Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-291-2/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen2019-04-251-2/+15
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-271-0/+4
|\ \ \ \ \
| * | | | | sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-04-251-0/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-262-17/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
| * | | | tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-04-261-1/+4
| * | | | tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-14/+14
| | |_|/ | |/| |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-203-2/+11
|\ \ \ \
| * | | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-183-2/+11
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-204-39/+43
|\ \ \ \ \
| * | | | | kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-191-1/+5
| * | | | | perf/ring_buffer: Fix AUX record suppressionAlexander Shishkin2019-04-161-18/+15
| * | | | | perf/core: Fix the address filtering fixAlexander Shishkin2019-04-161-16/+21
| * | | | | kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-161-4/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-202-2/+26
|\ \ \ \ \ \
| * | | | | | sched/deadline: Correctly handle active 0-lag timersluca abeni2019-04-161-2/+1
| * | | | | | sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-161-0/+25
| |/ / / / /
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-04-201-4/+5
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche2019-04-161-4/+5
| |/ / / / /
* | | | | | kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky2019-04-191-1/+2
* | | | | | signal: use fdget() since we don't allow O_PATHChristian Brauner2019-04-181-1/+1
|/ / / / /
* | | | | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-1/+5
|\ \ \ \ \
| * | | | | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-121-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | alarmtimer: Return correct remaining timeAndrei Vagin2019-04-101-1/+1
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-04-121-3/+3
|\ \ \ \ \ \
| * | | | | | sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-122-11/+45
|\ \ \ \ \ \
| * | | | | | perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-04-122-11/+45
| |/ / / / /
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-04-121-17/+12
|\ \ \ \ \ \
| * | | | | | locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-101-17/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-122-0/+5
|\ \ \ \ \ \
| * | | | | | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-051-0/+4
| * | | | | | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
| | |/ / / / | |/| | | |
* | | | | | dma-debug: only skip one stackframe entryScott Wood2019-04-111-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-051-1/+2
|\ \ \ \ \