summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy1-13/+3
2021-06-25powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()Christophe Leroy1-22/+7
2021-06-25powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()Christophe Leroy1-12/+11
2021-06-25powerpc/interrupt: Refactor interrupt_exit_user_prepare()Christophe Leroy1-54/+3
2021-06-25powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()Christophe Leroy1-5/+4
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin9-158/+457
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin4-13/+35
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin1-0/+95
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin7-3/+138
2021-06-25powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin1-14/+20
2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2-4/+2
2021-06-25powerpc/64: move interrupt return asm to interrupt_64.SNicholas Piggin4-625/+640
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin47-179/+418
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin4-55/+92
2021-06-25powerpc: remove interrupt exit helpers unused argumentNicholas Piggin2-4/+4
2021-06-25powerpc/interrupt: Fix CONFIG ifdef typoChristophe Leroy1-1/+1
2021-06-25powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman1-0/+13
2021-06-25powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman1-6/+24
2021-06-25powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman1-1/+7
2021-06-23Merge branch 'topic/ppc-kvm' into nextMichael Ellerman14-22/+473
2021-06-23KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor1-1/+2
2021-06-22KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao2-7/+32
2021-06-22KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao1-0/+3
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao5-7/+170
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao3-0/+222
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2-0/+6
2021-06-21KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V1-2/+2
2021-06-21powerpc/boot: Add a boot wrapper for MicrowattJoel Stanley3-0/+33
2021-06-21powerpc/boot: Fixup device-tree on little endianBenjamin Herrenschmidt2-27/+41
2021-06-21powerpc/microwatt: Add microwatt_defconfigPaul Mackerras1-0/+98
2021-06-21powerpc/microwatt: Add support for hardware random number generatorPaul Mackerras3-1/+50
2021-06-21powerpc/microwatt: Use standard 16550 UART for consoleBenjamin Herrenschmidt4-6/+63
2021-06-21powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt8-0/+295
2021-06-21powerpc/microwatt: Populate platform bus from device-treeBenjamin Herrenschmidt2-0/+15
2021-06-21powerpc: Add Microwatt device treePaul Mackerras1-0/+98
2021-06-21powerpc: Add Microwatt platformPaul Mackerras6-1/+36
2021-06-21powerpc/32: use set_memory_attr()Christophe Leroy1-50/+10
2021-06-21powerpc/mm: implement set_memory_attr()Christophe Leroy2-0/+35
2021-06-21powerpc: Set ARCH_HAS_STRICT_MODULE_RWXRussell Currey1-0/+2
2021-06-21powerpc/bpf: Write protect JIT codeJordan Niethe1-0/+1
2021-06-21powerpc/bpf: Remove bpf_jit_free()Jordan Niethe1-12/+0
2021-06-21powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey1-0/+17
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe2-1/+8
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe2-10/+5
2021-06-21powerpc/mm: Implement set_memory() routinesRussell Currey4-1/+135
2021-06-21powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin2-0/+4
2021-06-21powerpc/security: Add a security feature for STF barrierNicholas Piggin2-5/+6
2021-06-21powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin2-0/+8
2021-06-21powerpc/boot: add zImage.lds to targetsNicholas Piggin1-1/+1
2021-06-21powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin1-8/+40