aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-98/+86
2018-05-14bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-10/+13
2018-05-14bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann1-31/+54
2018-05-14bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann1-5/+2
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann1-10/+3
2018-05-14bpf, x64: clean up retpoline emission slightlyDaniel Borkmann1-15/+14
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann1-1/+0
2018-05-14bpf, mips: remove unused functionDaniel Borkmann1-26/+0
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-197/+159
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+4
2018-05-11Merge tag 'sh-for-4.17-fixes' of git://git.libc.org/linux-shLinus Torvalds6-85/+19
2018-05-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-1/+10
2018-05-11Merge tag 'powerpc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-17/+26
2018-05-11Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+13
2018-05-11sh: switch to NO_BOOTMEMRob Herring4-82/+7
2018-05-09arm64: capabilities: Add NVIDIA Denver CPU to bp_harden listDavid Gilhooley1-0/+1
2018-05-09arm64: Add MIDR encoding for NVIDIA CPUsDavid Gilhooley1-0/+6
2018-05-08arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcanUwe Kleine-König2-4/+4
2018-05-08powerpc/pseries: Fix CONFIG_NUMA=n buildMichael Ellerman1-8/+5
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller21-1467/+2602
2018-05-07x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank1-0/+13
2018-05-07powerpc/trace/syscalls: Update syscall name matching logic to account for ppc_ prefixNaveen N. Rao1-2/+19
2018-05-07powerpc/trace/syscalls: Update syscall name matching logicNaveen N. Rao1-7/+3
2018-05-07powerpc/64: Remove unused paca->soft_enabledMichael Ellerman1-1/+0
2018-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-23/+40
2018-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+11
2018-05-05KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois1-17/+20
2018-05-05Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář2-6/+20
2018-05-05sh: mm: Fix unprotected access to struct deviceJacopo Mondi1-3/+8
2018-05-05sh: fix build failure for J2 cpu with SMP disabledRich Felker1-0/+4
2018-05-04Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-55/+31
2018-05-04arm64: vgic-v2: Fix proxying of cpuif accessJames Morse1-5/+19
2018-05-04KVM: arm64: Fix order of vcpu_write_sys_reg() argumentsJames Morse1-1/+1
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+14
2018-05-03Merge branch 'parisc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds6-6/+21
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann1-135/+1
2018-05-03bpf, s390x: remove ld_abs/ld_indDaniel Borkmann4-252/+13
2018-05-03bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann4-317/+11
2018-05-03bpf, mips64: remove ld_abs/ld_indDaniel Borkmann1-104/+0
2018-05-03bpf, arm32: remove ld_abs/ld_indDaniel Borkmann1-77/+0
2018-05-03bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann4-269/+6
2018-05-03bpf, arm64: remove ld_abs/ld_indDaniel Borkmann1-65/+0
2018-05-03bpf, x64: remove ld_abs/ld_indDaniel Borkmann3-296/+5
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing4-6/+2587
2018-05-02parisc: Fix section mismatchesHelge Deller2-2/+2
2018-05-02parisc: drivers.c: Fix section mismatchesHelge Deller1-3/+4
2018-05-02bpf, x64: fix memleak when not converging on callsDaniel Borkmann1-1/+1
2018-05-02bpf, x64: fix memleak when not converging after imageDaniel Borkmann1-2/+2
2018-05-02x86/cpu: Restore CPUID_8000_0008_EBX reloadThomas Gleixner1-1/+5