| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Use vmalloc special flag | Rick Edgecombe | 2019-04-30 | 1 | -1/+0 |
* | modules: Use vmalloc special flag | Rick Edgecombe | 2019-04-30 | 1 | -38/+39 |
* | mm/hibernation: Make hibernation handle unmapped pages | Rick Edgecombe | 2019-04-30 | 1 | -2/+3 |
* | x86/modules: Avoid breaking W^X while loading modules | Nadav Amit | 2019-04-30 | 1 | -0/+5 |
* | fork: Provide a function for copying init_mm | Nadav Amit | 2019-04-30 | 1 | -6/+18 |
* | uprobes: Initialize uprobes earlier | Nadav Amit | 2019-04-30 | 2 | -5/+4 |
* | bpf: Fail bpf_probe_write_user() while mm is switched | Nadav Amit | 2019-04-30 | 1 | -0/+8 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-04-27 | 1 | -0/+4 |
|\ |
|
| * | sched/numa: Fix a possible divide-by-zero | Xie XiuQi | 2019-04-25 | 1 | -0/+4 |
* | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-04-26 | 2 | -17/+20 |
|\ \
| |/
|/| |
|
| * | trace: Fix preempt_enable_no_resched() abuse | Peter Zijlstra | 2019-04-26 | 1 | -1/+1 |
| * | tracing: Fix a memory leak by early error exit in trace_pid_write() | Wenwen Wang | 2019-04-26 | 1 | -1/+4 |
| * | tracing: Fix buffer_ref pipe ops | Jann Horn | 2019-04-26 | 1 | -14/+14 |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-04-20 | 3 | -2/+11 |
|\ \ |
|
| * | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze() | Chang-An Chen | 2019-04-18 | 3 | -2/+11 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-04-20 | 4 | -39/+43 |
|\ \ \ |
|
| * | | | kprobes: Mark ftrace mcount handler functions nokprobe | Masami Hiramatsu | 2019-04-19 | 1 | -1/+5 |
| * | | | perf/ring_buffer: Fix AUX record suppression | Alexander Shishkin | 2019-04-16 | 1 | -18/+15 |
| * | | | perf/core: Fix the address filtering fix | Alexander Shishkin | 2019-04-16 | 1 | -16/+21 |
| * | | | kprobes: Fix error check when reusing optimized probes | Masami Hiramatsu | 2019-04-16 | 1 | -4/+2 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-04-20 | 2 | -2/+26 |
|\ \ \ \ |
|
| * | | | | sched/deadline: Correctly handle active 0-lag timers | luca abeni | 2019-04-16 | 1 | -2/+1 |
| * | | | | sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup | Phil Auld | 2019-04-16 | 1 | -0/+25 |
| |/ / / |
|
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-04-20 | 1 | -4/+5 |
|\ \ \ \ |
|
| * | | | | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again | Bart Van Assche | 2019-04-16 | 1 | -4/+5 |
| |/ / / |
|
* | | | | kernel/watchdog_hld.c: hard lockup message should end with a newline | Sergey Senozhatsky | 2019-04-19 | 1 | -1/+2 |
* | | | | signal: use fdget() since we don't allow O_PATH | Christian Brauner | 2019-04-18 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'page-refs' (page ref overflow) | Linus Torvalds | 2019-04-15 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | fs: prevent page refcount overflow in pipe_buf_get | Matthew Wilcox | 2019-04-14 | 1 | -1/+5 |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-04-13 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | alarmtimer: Return correct remaining time | Andrei Vagin | 2019-04-10 | 1 | -1/+1 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-04-13 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | sched/fair: Do not re-read ->h_load_next during hierarchical load calculation | Mel Gorman | 2019-04-03 | 1 | -3/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-04-13 | 2 | -11/+45 |
|\ \ \ \ |
|
| * | | | | perf/core: Fix perf_event_disable_inatomic() race | Peter Zijlstra | 2019-04-12 | 2 | -11/+45 |
| |/ / / |
|
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-04-13 | 1 | -17/+12 |
|\ \ \ \ |
|
| * | | | | locking/lockdep: Zap lock classes even with lock debugging disabled | Bart Van Assche | 2019-04-10 | 1 | -17/+12 |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-04-13 | 2 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent() | Stephen Boyd | 2019-04-05 | 1 | -0/+4 |
| * | | | | | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n | Kefeng Wang | 2019-04-05 | 1 | -0/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | dma-debug: only skip one stackframe entry | Scott Wood | 2019-04-11 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-04-06 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | kernel/sysctl.c: fix out-of-bounds access when setting file-max | Will Deacon | 2019-04-06 | 1 | -1/+2 |
* | | | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2019-04-06 | 2 | -4/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 2019-04-05 | 2 | -3/+3 |
| * | | | | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments() | Steven Rostedt (Red Hat) | 2019-04-04 | 1 | -3/+6 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-04-05 | 3 | -19/+31 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-30 | 3 | -19/+31 |
| |\ \ \ \ |
|
| | * | | | | xdp: fix cpumap redirect SKB creation bug | Jesper Dangaard Brouer | 2019-03-29 | 1 | -3/+10 |
| | * | | | | bpf: remove incorrect 'verifier bug' warning | Paul Chaignon | 2019-03-26 | 1 | -2/+3 |