summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy
2021-06-25powerpc/mm: Leave a gap between early allocated IO areasChristophe Leroy
2021-06-25powerpc/papr_scm: Properly handle UUID types and APIAndy Shevchenko
2021-06-25powerpc/pseries: fail quicker in dlpar_memory_add_by_ic()Daniel Henrique Barboza
2021-06-25powerpc/pseries: break early in dlpar_memory_add_by_count() loopsDaniel Henrique Barboza
2021-06-25powerpc/pseries: skip reserved LMBs in dlpar_memory_add_by_count()Daniel Henrique Barboza
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin
2021-06-25powerpc: Make PPC_IRQ_SOFT_MASK_DEBUG depend on PPC64Nicholas Piggin
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()Christophe Leroy
2021-06-25powerpc/interrupt: Refactor interrupt_exit_user_prepare()Christophe Leroy
2021-06-25powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()Christophe Leroy
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin
2021-06-25powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin
2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin
2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin
2021-06-25powerpc: remove interrupt exit helpers unused argumentNicholas Piggin
2021-06-25powerpc/interrupt: Fix CONFIG ifdef typoChristophe Leroy
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman
2021-06-25powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-06-23KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor
2021-06-22KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao
2021-06-22KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao
2021-06-21KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V
2021-06-21powerpc/boot: Add a boot wrapper for MicrowattJoel Stanley
2021-06-21powerpc/boot: Fixup device-tree on little endianBenjamin Herrenschmidt
2021-06-21powerpc/microwatt: Add microwatt_defconfigPaul Mackerras
2021-06-21powerpc/microwatt: Add support for hardware random number generatorPaul Mackerras
2021-06-21powerpc/microwatt: Use standard 16550 UART for consoleBenjamin Herrenschmidt
2021-06-21powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt
2021-06-21powerpc/microwatt: Populate platform bus from device-treeBenjamin Herrenschmidt
2021-06-21powerpc: Add Microwatt device treePaul Mackerras
2021-06-21powerpc: Add Microwatt platformPaul Mackerras
2021-06-21powerpc/32: use set_memory_attr()Christophe Leroy
2021-06-21powerpc/mm: implement set_memory_attr()Christophe Leroy
2021-06-21powerpc: Set ARCH_HAS_STRICT_MODULE_RWXRussell Currey