Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fix cgroup_do_mount() handling of failure exits | Al Viro | 2019-01-17 | 1 | -3/+6 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | bpf: fix sanitation rewrite in case of non-pointers | Daniel Borkmann | 2019-03-02 | 1 | -1/+2 | |
* | | | | | | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create() | Peng Sun | 2019-03-01 | 1 | -2/+2 | |
* | | | | | | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id() | Peng Sun | 2019-02-26 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-24 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-23 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| | * | | | | | | | bpf, lpm: fix lookup bug in map_delete_elem | Alban Crequy | 2019-02-22 | 1 | -0/+1 | |
* | | | | | | | | | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 2019-02-21 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-20 | 2 | -5/+14 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-17 | 2 | -5/+14 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | bpf: fix lockdep false positive in stackmap | Alexei Starovoitov | 2019-02-11 | 1 | -1/+7 | |
| | * | | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup() | Martin KaFai Lau | 2019-02-10 | 1 | -4/+7 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
* | | | | | | | Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-02-18 | 2 | -9/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tracing: Fix number of entries in trace header | Quentin Perret | 2019-02-15 | 1 | -0/+2 | |
| * | | | | | | | kprobe: Do not use uaccess functions to access kernel memory that can fault | Changbin Du | 2019-02-15 | 1 | -9/+1 | |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-17 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | perf/core: Fix impossible ring-buffer sizes warning | Ingo Molnar | 2019-02-13 | 1 | -1/+1 | |
| * | | | | | | | perf/x86: Add check_period PMU callback | Jiri Olsa | 2019-02-11 | 1 | -0/+16 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2019-02-15 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | signal: Restore the stop PTRACE_EVENT_EXIT | Eric W. Biederman | 2019-02-13 | 1 | -2/+5 | |
* | | | | | | | | | Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-02-13 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | tracing: probeevent: Correctly update remaining space in dynamic area | Andreas Ziegler | 2019-02-11 | 1 | -2/+4 | |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-10 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | perf/core: Don't WARN() for impossible ring-buffer sizes | Mark Rutland | 2019-02-04 | 1 | -0/+3 | |
* | | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-02-10 | 2 | -17/+52 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | futex: Handle early deadlock return correctly | Thomas Gleixner | 2019-02-08 | 2 | -15/+50 | |
| * | | | | | | | | | futex: Fix barrier comment | Davidlohr Bueso | 2019-02-08 | 1 | -2/+2 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2019-02-09 | 1 | -4/+59 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | signal: Better detection of synchronous signals | Eric W. Biederman | 2019-02-07 | 1 | -1/+51 | |
| * | | | | | | | | signal: Always notice exiting tasks | Eric W. Biederman | 2019-02-07 | 1 | -0/+6 | |
| * | | | | | | | | signal: Always attempt to allocate siginfo for SIGSTOP | Eric W. Biederman | 2019-02-05 | 1 | -3/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-08 | 7 | -30/+50 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-02 | 7 | -30/+50 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | bpf: Fix syscall's stackmap lookup potential deadlock | Martin KaFai Lau | 2019-01-31 | 1 | -2/+10 | |
| | * | | | | | | | | bpf: fix potential deadlock in bpf_prog_register | Alexei Starovoitov | 2019-01-31 | 1 | -12/+2 | |
| | * | | | | | | | | bpf: fix lockdep false positive in percpu_freelist | Alexei Starovoitov | 2019-01-31 | 3 | -14/+35 | |
| | * | | | | | | | | bpf: run bpf programs with preemption disabled | Alexei Starovoitov | 2019-01-31 | 1 | -1/+1 | |
| | * | | | | | | | | bpf: btf: allow typedef func_proto | Yonghong Song | 2019-01-30 | 1 | -1/+2 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-02-08 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | relay: check return of create_buf_file() properly | Greg Kroah-Hartman | 2019-01-31 | 1 | -1/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-02-07 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | tracing/uprobes: Fix output for multiple string arguments | Andreas Ziegler | 2019-01-17 | 1 | -0/+7 | |
| * | | | | | | tracing: uprobes: Fix typo in pr_fmt string | Andreas Ziegler | 2019-01-17 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-02-03 | 3 | -35/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM | Josh Poimboeuf | 2019-01-30 | 3 | -31/+5 | |
| * | | | | | | | x86/speculation: Remove redundant arch_smt_update() invocation | Zhenzhong Duan | 2019-01-29 | 1 | -4/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-03 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2019-01-22 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf core: Fix perf_proc_update_handler() bug | Stephane Eranian | 2019-01-18 | 1 | -7/+7 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
* | | | | | | | | psi: fix aggregation idle shut-off | Johannes Weiner | 2019-02-02 | 3 | -5/+45 |