summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-07-04powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao-14/+21
2019-07-04powerpc/pseries: Introduce rwlock to gatekeep DTLB usageNaveen N. Rao-1/+16
2019-07-04powerpc/pseries: Factor out DTL buffer allocation and registration routinesNaveen N. Rao-50/+54
2019-07-04powerpc/pseries: Do not save the previous DTL mask valueNaveen N. Rao-3/+1
2019-07-04powerpc/pseries: Use macros for referring to the DTL enable maskNaveen N. Rao-9/+14
2019-07-04powerpc: Enable CONFIG_IPV6 in ppc64_defconfigSatheesh Rajendran-1/+1
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang-1/+1
2019-07-04powerpc/perf/24x7: use rb_entryGeliang Tang-1/+1
2019-07-04powerpc/configs: Disable latencytopAnton Blanchard-10/+0
2019-07-04powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult-56/+54
2019-07-03powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada-17/+17
2019-07-03powerpc: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-07-03powerpc/powernv-eeh: Consisely desribe what this file doesStewart Smith-3/+1
2019-07-03powerpc/configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski-88/+0
2019-07-03powerpc/4xx/uic: clear pending interrupt after irq type/pol changeChristian Lamparter-0/+1
2019-07-03selftests/powerpc: Add missing newline at end of fileGeert Uytterhoeven-1/+1
2019-07-03powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh-0/+1
2019-07-03KVM: PPC: Book3S HV: Fix CR0 setting in TM emulationMichael Neuling-3/+3
2019-07-03powerpc/powernv: Fix stale iommu table base after VFIOAlexey Kardashevskiy-0/+10
2019-07-03powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy-2/+10
2019-07-03powerpc/pseries/dma: Enable SWIOTLBAlexey Kardashevskiy-0/+6
2019-07-03powerpc/pseries/dma: Allow SWIOTLBAlexey Kardashevskiy-0/+36
2019-07-03powerpc: remove device_to_mask()Christoph Hellwig-12/+4
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling-96/+121
2019-07-03powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolMathieu Malaterre-1/+6
2019-07-03powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin-5/+16
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin-10/+9
2019-07-03powerpc/64s/exception: simplify hmi control flowNicholas Piggin-16/+10
2019-07-03powerpc/64s/exception: hmi remove special case macroNicholas Piggin-12/+4
2019-07-03powerpc/64s/exception: sreset move trampoline ahead of common codeNicholas Piggin-12/+12
2019-07-03powerpc/64s/exception: optimise system_reset for idle, clean up non-idle caseNicholas Piggin-31/+38
2019-07-02powerpc/64s/exception: remove bad stack branchNicholas Piggin-87/+22
2019-07-02powerpc/tm: update comment about interrupt re-entrancyNicholas Piggin-2/+2
2019-07-02powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0Nicholas Piggin-24/+1
2019-07-02powerpc/64s/exception: denorm handler use standard scratch save macroNicholas Piggin-1/+1
2019-07-02powerpc/64s/exception: machine check use standard macros to save dar/dsisrNicholas Piggin-5/+1
2019-07-02powerpc/64s/exception: add dar and dsisr options to exception macroNicholas Piggin-56/+45
2019-07-02powerpc/64s/exception: use common macro for windupNicholas Piggin-76/+36
2019-07-02powerpc/64s/exception: shuffle windup code aroundNicholas Piggin-24/+16
2019-07-02powerpc/64s/exception: simplify hmi windup codeNicholas Piggin-4/+18
2019-07-02powerpc/64s/exception: move machine check windup in_mce handlingNicholas Piggin-4/+4
2019-07-02powerpc/64s/exception: windup use r9 consistently to restore SPRsNicholas Piggin-6/+6
2019-07-02powerpc/64s/exception: mtmsrd L=1 cleanupNicholas Piggin-7/+2
2019-07-02powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entryNicholas Piggin-7/+7
2019-07-02powerpc/64s/exception: clean up system call entryNicholas Piggin-17/+7
2019-07-02powerpc/64s/exception: move paca save area offsets into exception-64s.SNicholas Piggin-14/+25
2019-07-02powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirectionNicholas Piggin-57/+51
2019-07-02powerpc/64s/exception: generate regs clear instructions using .reptNicholas Piggin-13/+16
2019-07-02powerpc/64s/exception: fix indenting irregularitiesNicholas Piggin-46/+46
2019-07-02powerpc/64s/exception: use a gas macro for system call handler codeNicholas Piggin-72/+55