aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-07-02powerpc/64s/exception: remove unused BRANCH_TO_COMMONNicholas Piggin1-8/+0
2019-07-02powerpc/64s/exception: remove __BRANCH_TO_KVMNicholas Piggin1-25/+18
2019-07-02powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin3-253/+251
2019-07-02powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is usedNicholas Piggin2-431/+431
2019-07-02powerpc/64s/exception: move KVM related code togetherNicholas Piggin1-19/+21
2019-07-02powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin2-24/+17
2019-07-02powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical placeNicholas Piggin1-56/+57
2019-07-02powerpc/64s/exception: improve 0x500 handler codeNicholas Piggin1-12/+4
2019-07-02powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin3-139/+82
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin3-52/+39
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callersNicholas Piggin2-21/+26
2019-07-02powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with othersNicholas Piggin2-24/+25
2019-07-02powerpc/64s/exception: KVM handler can set the HSRR trap bitNicholas Piggin2-5/+7
2019-07-02powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin3-23/+15
2019-07-02powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin2-76/+54
2019-07-02powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin2-122/+114
2019-07-02powerpc/64s/exception: fix sreset KVM test codeNicholas Piggin1-3/+3
2019-07-02powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin2-54/+51
2019-07-02powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin2-38/+17
2019-07-02powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin3-180/+249
2019-07-02powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980Michael Ellerman1-1/+0
2019-07-02x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski1-16/+17
2019-07-02x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski1-0/+6
2019-07-01Merge tag 'v5.3-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtOlof Johansson13-13/+1685
2019-07-01Merge tag 'v5.3-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtOlof Johansson4-3/+135
2019-07-01Merge tag 'sprd-dt-v5.3-rc1' of https://github.com/lyrazhang/linux into arm/dtOlof Johansson2-5/+5
2019-07-01Merge tag 'mvebu-fixes-5.2-2' of git://git.infradead.org/linux-mvebu into arm/fixesOlof Johansson1-0/+8
2019-07-01RISC-V: Fix memory reservation in setup_bootmem()Anup Patel1-7/+7
2019-07-01riscv: defconfig: enable SOC_SIFIVELoys Ollivier1-5/+1
2019-07-01riscv: select SiFive platform drivers with SOC_SIFIVELoys Ollivier1-0/+5
2019-07-01arch: riscv: add config option for building SiFive's SoC resourceLoys Ollivier3-1/+11
2019-07-01riscv: Remove gate area stubsAndy Lutomirski2-23/+0
2019-07-01RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERSAnup Patel2-0/+4
2019-07-01ARM: dts: exynos: Adjust buck[78] regulators to supported values on Arndale OctaKrzysztof Kozlowski1-3/+3
2019-07-01ARM: dts: exynos: Adjust buck[78] regulators to supported values on Odroid XU3 familyKrzysztof Kozlowski1-5/+5
2019-07-01ARM: dts: exynos: Move Mali400 GPU node to "/soc"Marek Szyprowski2-47/+47
2019-07-01ARM: dts: exynos: Fix imprecise abort on Mali GPU probe on Exynos4210Marek Szyprowski3-22/+42
2019-07-01ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta4-151/+159
2019-07-01ARCv2: entry: avoid a branchVineet Gupta1-3/+2
2019-07-01ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta2-8/+11
2019-07-01ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta1-16/+62
2019-07-01ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta1-4/+3
2019-07-01ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta1-34/+14
2019-07-01ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta1-11/+10
2019-07-01ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta1-14/+7
2019-07-01ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta1-29/+31
2019-07-01ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta1-17/+20
2019-07-01ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta1-6/+1
2019-07-01ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta1-7/+5
2019-07-01asm-generic: remove ptrace.hChristoph Hellwig1-5/+0