| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-24 | 2 | -1/+2 |
|\ |
|
| * | 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 | David S. Miller | 2019-02-20 | 5 | -11/+27 |
|\| | |
|
| * | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-02-17 | 2 | -44/+134 |
|\ \ \ \ \ |
|
| * | | | | | bpf: offload: add priv field for drivers | Jakub Kicinski | 2019-02-12 | 1 | -1/+9 |
| * | | | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock | Martin KaFai Lau | 2019-02-11 | 1 | -2/+29 |
| * | | | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper | Martin KaFai Lau | 2019-02-11 | 1 | -40/+92 |
| * | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup() | Martin KaFai Lau | 2019-02-11 | 1 | -4/+7 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-15 | 5 | -23/+121 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | 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 | David S. Miller | 2019-02-09 | 17 | -81/+129 |
|\| | | | | |
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | 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 |