aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin4-11/+32
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
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho5-2/+46
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho4-0/+49
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho3-1/+65
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy3-85/+1
2019-08-30powerpc/pseries/iommu: Switch to xchg_no_killAlexey Kardashevskiy1-2/+3
2019-08-30KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2-19/+48
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy3-0/+56
2019-08-30KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2-4/+8
2019-08-29powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy1-11/+55
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig7-352/+17
2019-08-28powerpc/64: remove support for kernel-mode syscallsNicholas Piggin2-17/+6
2019-08-28powerpc: convert to copy_thread_tlsNicholas Piggin2-4/+6
2019-08-28powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy1-9/+12
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy3-6/+5
2019-08-28powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVRChristophe Leroy2-31/+24
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy5-30/+7
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy10-79/+52
2019-08-28powerpc/32s: add an option to exclusively select powerpc 601Christophe Leroy1-2/+12
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy1-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy1-24/+0