aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-30powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macrosNicholas Piggin1-8/+8
2019-08-30powerpc/64s/exception: Add INT_KVM_HANDLER gas macroNicholas Piggin1-59/+40
2019-08-30powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSINicholas Piggin1-6/+10
2019-08-30powerpc/64s/exception: Add the virt variant of the denorm interrupt handlerNicholas Piggin1-1/+5
2019-08-30powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2Nicholas Piggin1-78/+73
2019-08-30powerpc/64s/exceptions: Use keyword params to shorten arg listsMichael Ellerman1-60/+60
2019-08-30powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macroNicholas Piggin1-296/+206
2019-08-30powerpc/64s/exception: remove 0xb00 handlerNicholas Piggin1-4/+2
2019-08-30powerpc/64s/exception: Fix performance monitor virt handlerNicholas Piggin1-1/+1
2019-08-30powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODENicholas Piggin1-23/+79
2019-08-30powerpc/64s/exception: move head-64.h exception code to exception-64s.SNicholas Piggin2-41/+41
2019-08-30powerpc/64s/exception: Fix DAR load for handle_page_fault error caseNicholas Piggin1-1/+1
2019-08-30powerpc/64s/exception: machine check improve labels and commentsNicholas Piggin1-4/+10
2019-08-30powerpc/64s/exception: untangle early machine check handler branchNicholas Piggin1-67/+62
2019-08-30powerpc/64s/exception: machine check move unrecoverable handling out of lineNicholas Piggin1-43/+44
2019-08-30powerpc/64s/exception: simplify machine check early pathNicholas Piggin1-9/+22
2019-08-30powerpc/64s/exception: machine check move tramp codeNicholas Piggin1-11/+11
2019-08-30powerpc/64s/exception: machine check restructure to reuse common macrosNicholas Piggin1-35/+36
2019-08-30powerpc/64s/exception: machine check pseries should skip the late handler for kernel MCEsNicholas Piggin1-20/+2
2019-08-30powerpc/64s/pseries: machine check convert to use common event codeNicholas Piggin3-264/+230
2019-08-30powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin4-10/+31
2019-08-30powerpc/64s/exception: machine check use correct cfar for late handlerNicholas Piggin1-0/+4
2019-08-30powerpc/64s/exception: machine check remove machine_check_pSeries_0 branchNicholas Piggin1-13/+10
2019-08-30powerpc/64s/exception: machine check pseries should always run the early handlerNicholas Piggin1-4/+0
2019-08-30powerpc/64s/exception: machine check adjust RFI targetNicholas Piggin1-1/+1
2019-08-30powerpc/64s/exception: machine check fix KVM guest testNicholas Piggin1-20/+13
2019-08-30powerpc/64s/exception: machine check remove bitrotted commentNicholas Piggin1-4/+0
2019-08-30powerpc/64s/exception: machine check fwnmi remove HV caseNicholas Piggin1-2/+1
2019-08-30powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigsRyan Grimm2-0/+2
2019-08-30powerpc/pseries/svm: Force SWIOTLB for secure guestsAnshuman Khandual3-0/+74
2019-08-30powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guestsThiago Jung Bauermann1-1/+10
2019-08-30powerpc/pseries/svm: Disable doorbells in SVM guestsSukadev Bhattiprolu1-1/+2
2019-08-30powerpc/pseries/svm: Export guest SVM status to user space via sysfsRyan Grimm1-0/+20
2019-08-30powerpc/pseries/svm: Unshare all pages before kexecing a new kernelRam Pai3-0/+15
2019-08-30powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)Anshuman Khandual4-1/+50
2019-08-30powerpc/pseries/svm: Use shared memory for LPPACA structuresAnshuman Khandual2-1/+68
2019-08-30powerpc/pseries: Add and use LPPACA_SIZE constantThiago Jung Bauermann1-5/+6
2019-08-30powerpc: Introduce the MSR_S bitSukadev Bhattiprolu1-0/+3
2019-08-30powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGERam Pai2-0/+12
2019-08-30powerpc/prom_init: Add the ESM call to prom_initRam Pai2-0/+97
2019-08-30powerpc: Add support for adding an ESM blob to the zImage wrapperBenjamin Herrenschmidt4-3/+72
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann3-2/+15
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman26-135/+453
2019-08-30Merge branch 'topic/mem-encrypt' into nextMichael Ellerman8-18/+22
2019-08-30powerpc/powernv: Add ultravisor message log interfaceClaudio Carvalho2-0/+50
2019-08-30powerpc/powernv/opal-msglog: Refactor memcons codeClaudio Carvalho1-18/+39
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu4-6/+36
2019-08-30powerpc/powernv: Access LDBAR only if ultravisor disabledClaudio Carvalho1-2/+4
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho4-6/+21
2019-08-30powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson3-13/+50