summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: Add ethernet and switch to D-Link DIR-685Linus Walleij2018-07-181-1/+139
* ARM: net: bpf: improve 64-bit ALU implementationRussell King2018-07-131-5/+24
* ARM: net: bpf: improve 64-bit store implementationRussell King2018-07-131-26/+26
* ARM: net: bpf: improve 64-bit sign-extended immediate loadRussell King2018-07-131-4/+3
* ARM: net: bpf: improve 64-bit load immediate implementationRussell King2018-07-131-12/+20
* ARM: net: bpf: use double-word load/stores where availableRussell King2018-07-122-12/+45
* ARM: net: bpf: always use odd/even register pairRussell King2018-07-121-14/+14
* ARM: net: bpf: avoid reloading 'array'Russell King2018-07-121-5/+4
* ARM: net: bpf: avoid reloading 'index'Russell King2018-07-121-2/+3
* ARM: net: bpf: use ldr instructions with shifted rm registerRussell King2018-07-122-2/+5
* ARM: net: bpf: use immediate forms of instructions where possibleRussell King2018-07-122-9/+13
* ARM: net: bpf: imm12 constant conversionRussell King2018-07-121-1/+49
* ARM: net: bpf: access eBPF scratch space using ARM FP registerRussell King2018-07-121-19/+25
* ARM: net: bpf: 64-bit accessor functions for BPF registersRussell King2018-07-121-113/+122
* ARM: net: bpf: provide accessor functions for BPF registersRussell King2018-07-121-201/+128
* ARM: net: bpf: remove is_on_stack() and sstk/dstkRussell King2018-07-121-176/+160
* ARM: net: bpf: use negative numbers for stacked registersRussell King2018-07-121-98/+102
* ARM: net: bpf: provide load/store ops with negative immediatesRussell King2018-07-122-22/+41
* ARM: net: bpf: enumerate the JIT scratch stack layoutRussell King2018-07-121-17/+42
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-047-0/+21
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0385-646/+471
|\
| * Merge tag 'for-linus' of git://github.com/stffrdhrn/linuxLinus Torvalds2018-07-024-12/+13
| |\
| | * openrisc: entry: Fix delay slot exception detectionStafford Horne2018-07-013-11/+8
| | * openrisc: Call destructor during __pte_free_tlbStafford Horne2018-06-251-1/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-022-1/+2
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-012-1/+2
| | |\ \ | | | |/ | | |/|
| | | * bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann2018-06-291-0/+1
| | | * bpf, arm32: fix to use bpf_jit_binary_lock_ro apiDaniel Borkmann2018-06-291-1/+1
| * | | Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-307-34/+17
| |\ \ \
| | * | | parisc: Build kernel without -ffunction-sectionsHelge Deller2018-06-291-4/+0
| | * | | parisc: Reduce debug output in unwind codeHelge Deller2018-06-281-2/+2
| | * | | parisc: Wire up io_pgetevents syscallHelge Deller2018-06-282-1/+3
| | * | | parisc: Default to 4 SMP CPUsHelge Deller2018-06-281-1/+1
| | * | | parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko2018-06-281-16/+9
| | * | | parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller2018-06-281-2/+2
| | * | | parisc: Drop struct sigaction from not exported header fileHelge Deller2018-06-281-8/+0
| * | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-3011-24/+39
| |\ \ \ \
| | * \ \ \ Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-06-292-6/+2
| | |\ \ \ \
| | | * | | | ARM: dts: da850: Fix interrups property for gpioKeerthy2018-06-271-5/+1
| | | * | | | ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SDAdam Ford2018-06-261-1/+1
| | * | | | | Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into...Olof Johansson2018-06-292-0/+4
| | |\ \ \ \ \
| | | * | | | | arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach2018-06-281-0/+2
| | | * | | | | arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach2018-06-281-0/+2
| | | |/ / / /
| | * | | | | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2018-06-297-18/+33
| | |\ \ \ \ \
| | | * | | | | ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl2018-06-271-1/+1
| | | * | | | | ARM64: dts: meson-axg: fix ethernet stability issueJerome Brunet2018-06-271-1/+14
| | | * | | | | ARM64: dts: meson-gx: fix ATF reserved memory regionKevin Hilman2018-06-272-8/+6
| | | * | | | | ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0Neil Armstrong2018-06-271-0/+7
| | | * | | | | ARM64: dts: meson: fix register ranges for SD/eMMCKevin Hilman2018-06-272-5/+5
| | | * | | | | ARM64: dts: meson: disable sd-uhs modes on the libretech-ccJerome Brunet2018-06-271-3/+0
| | | |/ / / /