summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij2020-01-127-0/+120
* ixp4xx_eth: move platform_data definitionArnd Bergmann2020-01-121-12/+1
* ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-121-68/+0
* wan: ixp4xx_hss: prepare compile testingArnd Bergmann2020-01-122-9/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0938-103/+162
|\
| * Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-01-064-7/+14
| |\
| | * ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2019-12-282-4/+13
| | * ARC: asm-offsets: remove duplicate entryEugeniy Paltsev2019-12-191-1/+0
| | * ARC: mm: drop stale define of __ARCH_USE_5LEVEL_HACKMike Rapoport2019-12-091-1/+0
| | * arc: eznps: fix allmodconfig kconfig warningRandy Dunlap2019-12-091-1/+1
| * | arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-063-11/+6
| * | Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-056-19/+35
| |\ \
| | * | riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-052-12/+12
| | * | riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
| | * | riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah2020-01-031-0/+15
| | * | riscv: gcov: enable gcov for RISC-VZong Li2020-01-031-0/+1
| | * | riscv: mm: use __pa_symbol for kernel symbolsZong Li2020-01-031-6/+6
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-0515-46/+32
| |\ \ \
| | * | | hexagon: define ioremap_ucNick Desaulniers2020-01-041-0/+1
| | * | | hexagon: work around compiler crashNick Desaulniers2020-01-041-3/+1
| | * | | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-046-23/+23
| | * | | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-047-20/+7
| * | | | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-048-18/+72
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton2020-01-031-1/+19
| | * | | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-192-2/+2
| | * | | MIPS: BPF: Disable MIPS32 eBPF JITPaul Burton2019-12-191-1/+1
| | * | | MIPS: Prevent link failure with kcov instrumentationJouni Hogander2019-12-191-0/+3
| | * | | mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino2019-12-022-13/+20
| | * | | MIPS: Fix boot on Fuloong2 systemsGuenter Roeck2019-11-271-1/+2
| | * | | mips: cacheinfo: report shared CPU mapVladimir Kondratiev2019-11-261-1/+26
| * | | | Merge tag 'powerpc-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-01-032-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld2019-12-301-0/+1
| | * | | powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman2019-12-231-2/+2
* | | | | 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-281-0/+1
| * | | | riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-281-0/+1
| * | | | riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-282-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-122-0/+2