summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin2021-06-244-55/+92
* powerpc: remove interrupt exit helpers unused argumentNicholas Piggin2021-06-242-4/+4
* powerpc/interrupt: Fix CONFIG ifdef typoChristophe Leroy2021-06-241-1/+1
* powerpc/prom_init: Pass linux_banner to firmware via option vector 7Michael Ellerman2021-06-241-0/+13
* powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()Michael Ellerman2021-06-241-6/+24
* powerpc/64s: Fix boot failure with 4K RadixMichael Ellerman2021-06-241-1/+7
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-2214-22/+473
|\
| * KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor2021-06-221-1/+2
| * KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao2021-06-222-7/+32
| * KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao2021-06-221-0/+3
| * KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-225-7/+170
| * KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-213-0/+222
| * powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-212-0/+6
| * KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V2021-06-211-2/+2
| * KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-06-214-8/+39
* | powerpc/boot: Add a boot wrapper for MicrowattJoel Stanley2021-06-213-0/+33
* | powerpc/boot: Fixup device-tree on little endianBenjamin Herrenschmidt2021-06-212-27/+41
* | powerpc/microwatt: Add microwatt_defconfigPaul Mackerras2021-06-211-0/+98
* | powerpc/microwatt: Add support for hardware random number generatorPaul Mackerras2021-06-213-1/+50
* | powerpc/microwatt: Use standard 16550 UART for consoleBenjamin Herrenschmidt2021-06-214-6/+63
* | powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt2021-06-218-0/+295
* | powerpc/microwatt: Populate platform bus from device-treeBenjamin Herrenschmidt2021-06-212-0/+15
* | powerpc: Add Microwatt device treePaul Mackerras2021-06-211-0/+98
* | powerpc: Add Microwatt platformPaul Mackerras2021-06-216-1/+36
* | powerpc/32: use set_memory_attr()Christophe Leroy2021-06-211-50/+10
* | powerpc/mm: implement set_memory_attr()Christophe Leroy2021-06-212-0/+35
* | powerpc: Set ARCH_HAS_STRICT_MODULE_RWXRussell Currey2021-06-211-0/+2
* | powerpc/bpf: Write protect JIT codeJordan Niethe2021-06-211-0/+1
* | powerpc/bpf: Remove bpf_jit_free()Jordan Niethe2021-06-211-12/+0
* | powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey2021-06-211-0/+17
* | powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe2021-06-212-1/+8
* | powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe2021-06-212-10/+5
* | powerpc/mm: Implement set_memory() routinesRussell Currey2021-06-214-1/+135
* | powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin2021-06-212-0/+4
* | powerpc/security: Add a security feature for STF barrierNicholas Piggin2021-06-212-5/+6
* | powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin2021-06-212-0/+8
* | powerpc/boot: add zImage.lds to targetsNicholas Piggin2021-06-211-1/+1
* | powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin2021-06-211-8/+40
* | powerpc/pseries/vas: Setup IRQ and fault handlingHaren Myneni2021-06-201-0/+102
* | powerpc/pseries/vas: Integrate API with open/close windowsHaren Myneni2021-06-203-0/+228
* | powerpc/pseries/vas: Implement getting capabilities from hypervisorHaren Myneni2021-06-201-0/+122
* | powerpc/pseries/vas: Add hcall wrappers for VAS handlingHaren Myneni2021-06-201-0/+147
* | powerpc/vas: Define QoS credit flag to allocate windowHaren Myneni2021-06-201-1/+5
* | powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structsHaren Myneni2021-06-203-0/+162
* | powerpc/vas: Define and use common vas_window structHaren Myneni2021-06-206-126/+144
* | powerpc/vas: Move update_csb/dump_crb to common book3s platformHaren Myneni2021-06-203-146/+179
* | powerpc/vas: Create take/drop pid and mm reference functionsHaren Myneni2021-06-205-59/+91
* | powerpc/vas: Add platform specific user window operationsHaren Myneni2021-06-204-25/+91
* | powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni2021-06-203-2/+21
* | powerpc/vas: Move VAS API to book3s common platformHaren Myneni2021-06-209-18/+24