aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13ARM: net: bpf: improve 64-bit ALU implementationRussell King1-5/+24
2018-07-13ARM: net: bpf: improve 64-bit store implementationRussell King1-26/+26
2018-07-13ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King1-4/+3
2018-07-13ARM: net: bpf: improve 64-bit load immediate implementationRussell King1-12/+20
2018-07-12ARM: net: bpf: use double-word load/stores where availableRussell King2-12/+45
2018-07-12ARM: net: bpf: always use odd/even register pairRussell King1-14/+14
2018-07-12ARM: net: bpf: avoid reloading 'array'Russell King1-5/+4
2018-07-12ARM: net: bpf: avoid reloading 'index'Russell King1-2/+3
2018-07-12ARM: net: bpf: use ldr instructions with shifted rm registerRussell King2-2/+5
2018-07-12ARM: net: bpf: use immediate forms of instructions where possibleRussell King2-9/+13
2018-07-12ARM: net: bpf: imm12 constant conversionRussell King1-1/+49
2018-07-12ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King1-19/+25
2018-07-12ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King1-113/+122
2018-07-12ARM: net: bpf: provide accessor functions for BPF registersRussell King1-201/+128
2018-07-12ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King1-176/+160
2018-07-12ARM: net: bpf: use negative numbers for stacked registersRussell King1-98/+102
2018-07-12ARM: net: bpf: provide load/store ops with negative immediatesRussell King2-22/+41
2018-07-12ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King1-17/+42
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran7-0/+21
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller85-646/+471
2018-07-02Merge tag 'for-linus' of git://github.com/stffrdhrn/linuxLinus Torvalds4-12/+13
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2018-07-01openrisc: entry: Fix delay slot exception detectionStafford Horne3-11/+8
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+2
2018-06-30Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-34/+17
2018-06-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-24/+39
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds7-32/+0
2018-06-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-28/+24
2018-06-29Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-12/+23
2018-06-29Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixesOlof Johansson2-6/+2
2018-06-29Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into fixesOlof Johansson2-0/+4
2018-06-29Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixesOlof Johansson7-18/+33
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-16/+53
2018-06-29bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann1-0/+1
2018-06-29bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann1-1/+1
2018-06-29parisc: Build kernel without -ffunction-sectionsHelge Deller1-4/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-1/+9
2018-06-28parisc: Reduce debug output in unwind codeHelge Deller1-2/+2
2018-06-28x86/e820: put !E820_TYPE_RAM regions into memblock.reservedNaoya Horiguchi1-3/+12
2018-06-28arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach1-0/+2
2018-06-28arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach1-0/+2
2018-06-28parisc: Wire up io_pgetevents syscallHelge Deller2-1/+3
2018-06-28parisc: Default to 4 SMP CPUsHelge Deller1-1/+1
2018-06-28parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko1-16/+9
2018-06-28parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller1-2/+2
2018-06-28parisc: Drop struct sigaction from not exported header fileHelge Deller1-8/+0
2018-06-27ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl1-1/+1
2018-06-27ARM64: dts: meson-axg: fix ethernet stability issueJerome Brunet1-1/+14
2018-06-27ARM64: dts: meson-gx: fix ATF reserved memory regionKevin Hilman2-8/+6
2018-06-27ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0Neil Armstrong1-0/+7