summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-314-3/+6
|\
| * riscv: export flush_icache_all to modulesOlof Johansson2019-12-271-0/+1
| * riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-271-0/+1
| * riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-272-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-278-255/+475
|\ \
| * | riscv, perf: Add arch specific perf_arch_bpf_user_pt_regsBjörn Töpel2019-12-191-0/+4
| * | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel2019-12-191-0/+9
| * | riscv, bpf: Optimize callsBjörn Töpel2019-12-191-37/+64
| * | riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel2019-12-192-0/+17
| * | riscv, bpf: Optimize BPF tail callsBjörn Töpel2019-12-191-6/+7
| * | riscv, bpf: Add support for far jumps and exitsBjörn Töpel2019-12-191-20/+17
| * | riscv, bpf: Add support for far branching when emitting tail callBjörn Töpel2019-12-191-19/+3
| * | riscv, bpf: Add support for far branchingBjörn Töpel2019-12-191-164/+188
| * | riscv, bpf: Fix broken BPF tail callsBjörn Töpel2019-12-191-2/+11
| * | bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+29
| * | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+122
| * | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-112-0/+2
| * | ARM: net: bpf: Improve prologue code sequenceRussell King2019-12-111-17/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-2280-402/+378
|\ \ \ | | |/ | |/|
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-224-12/+39
| |\ \
| | * \ Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-12-2255-640/+2421
| | |\ \
| | | * | KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorPaul Mackerras2019-12-181-1/+2
| | * | | Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-12-1825-109/+400
| | |\ \ \
| | | * | | KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon2019-12-121-1/+4
| | | * | | KVM: arm64: Don't log IMP DEF sysreg trapsMark Rutland2019-12-061-0/+8
| | | * | | KVM: arm64: Sanely ratelimit sysreg messagesMark Rutland2019-12-062-8/+21
| | * | | | kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson2019-12-181-1/+2
| | * | | | kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson2019-12-181-1/+2
| * | | | | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-225-198/+23
| |\ \ \ \ \
| | * | | | | riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig2019-12-202-179/+0
| | * | | | | riscv: define vmemmap before pfn_to_page callsDavid Abdurachmanov2019-12-201-17/+21
| | * | | | | riscv: fix scratch register clearing in M-mode.Greentime Hu2019-12-201-1/+1
| | * | | | | riscv: Fix use of undefined config option CONFIG_CONFIG_MMUAndreas Schwab2019-12-201-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-222-6/+7
| |\ \ \ \ \ \
| | * | | | | | bpf, mips: Limit to 33 tail callsPaul Chaignon2019-12-111-4/+5
| | * | | | | | bpf, riscv: Limit to 33 tail callsPaul Chaignon2019-12-111-2/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-216-11/+32
| |\ \ \ \ \ \
| | * | | | | | s390/ftrace: save traced function callerVasily Gorbik2019-12-181-0/+1
| | * | | | | | s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik2019-12-181-4/+11
| | * | | | | | s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2019-12-182-2/+7
| | * | | | | | s390/purgatory: Make sure we fail the build if purgatory has missing symbolsHans de Goede2019-12-182-3/+11
| | * | | | | | s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle2019-12-181-2/+2
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-212-9/+26
| |\ \ \ \ \ \ \
| | * | | | | | | perf/x86/intel: Fix PT PMI handlingAlexander Shishkin2019-12-171-2/+7
| | * | | | | | | perf/x86/intel/bts: Fix the use of page_private()Alexander Shishkin2019-12-171-5/+11
| | * | | | | | | perf/x86: Fix potential out-of-bounds accessPeter Zijlstra2019-12-171-2/+8
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-211-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2019-12-141-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-215-10/+11
| |\ \ \ \ \ \ \
| | * | | | | | | parisc: Fix compiler warnings in debug_core.cHelge Deller2019-12-201-2/+8