summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
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 Piggin1-0/+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...Nicholas Piggin1-20/+2
2019-08-30powerpc/64s/pseries: machine check convert to use common event codeNicholas Piggin1-1/+33
2019-08-30powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin2-0/+10
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/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 Pai1-0/+9
2019-08-30powerpc/pseries/svm: Use shared memory for LPPACA structuresAnshuman Khandual1-1/+42
2019-08-30powerpc/pseries: Add and use LPPACA_SIZE constantThiago Jung Bauermann1-5/+6
2019-08-30powerpc/prom_init: Add the ESM call to prom_initRam Pai1-0/+96
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann1-1/+3
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-11/+74
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu1-0/+1
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho1-0/+4
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho2-0/+15
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho2-1/+41
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy1-25/+1
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy1-0/+27
2019-08-29powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy1-11/+55
2019-08-28powerpc/64: remove support for kernel-mode syscallsNicholas Piggin2-17/+6
2019-08-28powerpc: convert to copy_thread_tlsNicholas Piggin1-4/+5
2019-08-28powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy1-9/+12
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy2-3/+3
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 Leroy3-23/+5
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2-8/+20
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
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy3-4/+7
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy2-10/+14
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy2-26/+13
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy2-6/+6
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy1-8/+5