| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-31 | 4 | -3/+6 |
|\ |
|
| * | riscv: export flush_icache_all to modules | Olof Johansson | 2019-12-27 | 1 | -0/+1 |
| * | riscv: reject invalid syscalls below -1 | David Abdurachmanov | 2019-12-27 | 1 | -0/+1 |
| * | riscv: fix compile failure with EXPORT_SYMBOL() & !MMU | Luc Van Oostenryck | 2019-12-27 | 2 | -3/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-12-27 | 8 | -255/+475 |
|\ \ |
|
| * | | riscv, perf: Add arch specific perf_arch_bpf_user_pt_regs | Björn Töpel | 2019-12-19 | 1 | -0/+4 |
| * | | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs | Björn Töpel | 2019-12-19 | 1 | -0/+9 |
| * | | riscv, bpf: Optimize calls | Björn Töpel | 2019-12-19 | 1 | -37/+64 |
| * | | riscv, bpf: Provide RISC-V specific JIT image alloc/free | Björn Töpel | 2019-12-19 | 2 | -0/+17 |
| * | | riscv, bpf: Optimize BPF tail calls | Björn Töpel | 2019-12-19 | 1 | -6/+7 |
| * | | riscv, bpf: Add support for far jumps and exits | Björn Töpel | 2019-12-19 | 1 | -20/+17 |
| * | | riscv, bpf: Add support for far branching when emitting tail call | Björn Töpel | 2019-12-19 | 1 | -19/+3 |
| * | | riscv, bpf: Add support for far branching | Björn Töpel | 2019-12-19 | 1 | -164/+188 |
| * | | riscv, bpf: Fix broken BPF tail calls | Björn Töpel | 2019-12-19 | 1 | -2/+11 |
| * | | bpf, x86: Align dispatcher branch targets to 16B | Björn Töpel | 2019-12-13 | 1 | -1/+29 |
| * | | bpf: Introduce BPF dispatcher | Björn Töpel | 2019-12-13 | 1 | -0/+122 |
| * | | bpf, x86, arm64: Enable jit by default when not built as always-on | Daniel Borkmann | 2019-12-11 | 2 | -0/+2 |
| * | | ARM: net: bpf: Improve prologue code sequence | Russell King | 2019-12-11 | 1 | -17/+13 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-22 | 80 | -402/+378 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-12-22 | 4 | -12/+39 |
| |\ \ |
|
| | * \ | Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2019-12-22 | 55 | -640/+2421 |
| | |\ \ |
|
| | | * | | KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor | Paul Mackerras | 2019-12-18 | 1 | -1/+2 |
| | * | | | Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 2019-12-18 | 25 | -109/+400 |
| | |\ \ \ |
|
| | | * | | | KVM: arm64: Ensure 'params' is initialised when looking up sys register | Will Deacon | 2019-12-12 | 1 | -1/+4 |
| | | * | | | KVM: arm64: Don't log IMP DEF sysreg traps | Mark Rutland | 2019-12-06 | 1 | -0/+8 |
| | | * | | | KVM: arm64: Sanely ratelimit sysreg messages | Mark Rutland | 2019-12-06 | 2 | -8/+21 |
| | * | | | | kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBD | Jim Mattson | 2019-12-18 | 1 | -1/+2 |
| | * | | | | kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD | Jim Mattson | 2019-12-18 | 1 | -1/+2 |
| * | | | | | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-22 | 5 | -198/+23 |
| |\ \ \ \ \ |
|
| | * | | | | | riscv: move sifive_l2_cache.c to drivers/soc | Christoph Hellwig | 2019-12-20 | 2 | -179/+0 |
| | * | | | | | riscv: define vmemmap before pfn_to_page calls | David Abdurachmanov | 2019-12-20 | 1 | -17/+21 |
| | * | | | | | riscv: fix scratch register clearing in M-mode. | Greentime Hu | 2019-12-20 | 1 | -1/+1 |
| | * | | | | | riscv: Fix use of undefined config option CONFIG_CONFIG_MMU | Andreas Schwab | 2019-12-20 | 1 | -1/+1 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-22 | 2 | -6/+7 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | bpf, mips: Limit to 33 tail calls | Paul Chaignon | 2019-12-11 | 1 | -4/+5 |
| | * | | | | | | bpf, riscv: Limit to 33 tail calls | Paul Chaignon | 2019-12-11 | 1 | -2/+2 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2019-12-21 | 6 | -11/+32 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | s390/ftrace: save traced function caller | Vasily Gorbik | 2019-12-18 | 1 | -0/+1 |
| | * | | | | | | s390/unwind: stop gracefully at user mode pt_regs in irq stack | Vasily Gorbik | 2019-12-18 | 1 | -4/+11 |
| | * | | | | | | s390/purgatory: do not build purgatory with kcov, kasan and friends | Christian Borntraeger | 2019-12-18 | 2 | -2/+7 |
| | * | | | | | | s390/purgatory: Make sure we fail the build if purgatory has missing symbols | Hans de Goede | 2019-12-18 | 2 | -3/+11 |
| | * | | | | | | s390/ftrace: fix endless recursion in function_graph tracer | Sven Schnelle | 2019-12-18 | 1 | -2/+2 |
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-12-21 | 2 | -9/+26 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | perf/x86/intel: Fix PT PMI handling | Alexander Shishkin | 2019-12-17 | 1 | -2/+7 |
| | * | | | | | | | perf/x86/intel/bts: Fix the use of page_private() | Alexander Shishkin | 2019-12-17 | 1 | -5/+11 |
| | * | | | | | | | perf/x86: Fix potential out-of-bounds access | Peter Zijlstra | 2019-12-17 | 1 | -2/+8 |
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86/boot: kbuild: allow readelf executable to be specified | Dmitry Golovin | 2019-12-14 | 1 | -1/+1 |
| | |/ / / / / / |
|
| * | | | | | | | Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-12-21 | 5 | -10/+11 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | parisc: Fix compiler warnings in debug_core.c | Helge Deller | 2019-12-20 | 1 | -2/+8 |