summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-051-1/+2
* | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-052-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-052-3/+3
| * | | | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-043-19/+31
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-293-19/+31
| |\ \ \ \
| | * | | | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10
| | * | | | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-261-2/+3
| | * | | | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
* | | | | | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4
| |_|/ / / |/| | | |
* | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-311-2/+18
|\ \ \ \ \
| * | | | | cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-281-2/+18
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-2/+4
|\ \ \ \ \ \
| * | | | | | watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-281-2/+4
| |/ / / / /
* | / / / / ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-2/+13
| |/ / / / |/| | | |