summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/pseries: Add and use LPPACA_SIZE constantThiago Jung Bauermann2019-08-301-5/+6
* powerpc: Introduce the MSR_S bitSukadev Bhattiprolu2019-08-301-0/+3
* powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGERam Pai2019-08-302-0/+12
* powerpc/prom_init: Add the ESM call to prom_initRam Pai2019-08-302-0/+97
* powerpc: Add support for adding an ESM blob to the zImage wrapperBenjamin Herrenschmidt2019-08-304-3/+72
* powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann2019-08-303-2/+15
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-3026-135/+453
|\
| * powerpc/powernv: Add ultravisor message log interfaceClaudio Carvalho2019-08-302-0/+50
| * powerpc/powernv/opal-msglog: Refactor memcons codeClaudio Carvalho2019-08-301-18/+39
| * powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2019-08-304-6/+36
| * powerpc/powernv: Access LDBAR only if ultravisor disabledClaudio Carvalho2019-08-301-2/+4
| * powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho2019-08-304-6/+21
| * powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson2019-08-303-13/+50
| * powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho2019-08-305-2/+46
| * powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho2019-08-304-0/+49
| * powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho2019-08-303-1/+65
| * powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy2019-08-303-85/+1
| * powerpc/pseries/iommu: Switch to xchg_no_killAlexey Kardashevskiy2019-08-301-2/+3
| * KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-302-19/+48
| * powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy2019-08-303-0/+56
| * KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2019-08-302-4/+8
* | Merge branch 'topic/mem-encrypt' into nextMichael Ellerman2019-08-308-18/+22
|\ \
| * | s390/mm: Remove sev_active() functionThiago Jung Bauermann2019-08-092-7/+1
| * | fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-092-1/+5
| * | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-093-4/+11
| * | x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-093-6/+5
* | | powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy2019-08-291-11/+55
* | | powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-287-352/+17
* | | powerpc/64: remove support for kernel-mode syscallsNicholas Piggin2019-08-282-17/+6
* | | powerpc: convert to copy_thread_tlsNicholas Piggin2019-08-282-4/+6
* | | powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy2019-08-281-9/+12
* | | powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy2019-08-283-6/+5
* | | powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVRChristophe Leroy2019-08-282-31/+24
* | | powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy2019-08-285-30/+7
* | | powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-2810-79/+52
* | | powerpc/32s: add an option to exclusively select powerpc 601Christophe Leroy2019-08-281-2/+12
* | | powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy2019-08-281-0/+4
* | | powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy2019-08-281-24/+0
* | | powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy2019-08-284-12/+7
* | | powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl2019-08-271-11/+25
* | | powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl2019-08-272-5/+7
* | | powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl2019-08-271-6/+18
* | | powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy2019-08-273-16/+20
* | | powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy2019-08-272-26/+13
* | | powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy2019-08-273-11/+43
* | | powerpc/mm: split out early ioremap path.Christophe Leroy2019-08-274-28/+35
* | | powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-278-21/+43
* | | powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2019-08-277-68/+29
* | | powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy2019-08-275-227/+229
* | | powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-279-12/+7