summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Add platform specific check_attr_configMadhavan Srinivasan2021-04-194-0/+70
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-04-187-39/+109
|\
| * KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSRNicholas Piggin2021-04-122-4/+4
| * KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSRNicholas Piggin2021-04-122-1/+6
| * powerpc/64s: remove KVM SKIP test from instruction breakpoint handlerNicholas Piggin2021-04-121-2/+7
| * powerpc/64s: Remove KVM handler support from CBE_RAS interruptsNicholas Piggin2021-04-121-6/+0
| * KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcallsNicholas Piggin2021-04-121-0/+2
| * KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argumentNicholas Piggin2021-04-122-4/+2
| * KVM: PPC: Book3S HV: Remove redundant mtspr PSPBNicholas Piggin2021-04-121-1/+0
| * KVM: PPC: Book3S HV: Prevent radix guests setting LPCR[TC]Nicholas Piggin2021-04-121-0/+4
| * KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2Nicholas Piggin2021-04-121-1/+6
| * KVM: PPC: Book3S HV: Add a function to filter guest LPCR bitsNicholas Piggin2021-04-123-19/+59
| * KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regsNicholas Piggin2021-04-121-6/+21
| * KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exitNicholas Piggin2021-04-121-0/+3
* | powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin2021-04-182-3/+17
* | powerpc/smp: Set numa node before updating maskSrikar Dronamraju2021-04-171-3/+3
* | powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-1710-30/+84
* | powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar2021-04-171-0/+1
* | powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju2021-04-173-6/+35
* | Revert "powerpc/topology: Update topology_core_cpumask"Srikar Dronamraju2021-04-171-1/+1
* | powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju2021-04-172-7/+37
* | powerpc/xive: Use the "ibm, chip-id" property only under PowerNVCédric Le Goater2021-04-173-6/+10
* | powerpc/pseries: extract host bridge from pci_bus prior to bus removalTyrel Datwyler2021-04-161-1/+3
* | powerpc/papr_scm: Fix build error due to wrong printf specifierMichael Ellerman2021-04-161-1/+1
* | powerpc/configs: Add PAPR_SCM to pseries_defconfigMichael Ellerman2021-04-161-0/+1
* | powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman2021-04-141-2/+2
* | powerpc/vdso: Add support for time namespacesChristophe Leroy2021-04-146-21/+114
* | powerpc/vdso: Separate vvar vma from vdsoDmitry Safonov2021-04-142-16/+40
* | lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Christophe Leroy2021-04-144-4/+7
* | powerpc: move norestart trap flag to bit 0Nicholas Piggin2021-04-141-6/+11
* | powerpc: remove partial register save logicNicholas Piggin2021-04-1412-89/+9
* | powerpc: clean up do_page_faultNicholas Piggin2021-04-144-33/+17
* | powerpc/64e/interrupt: handle bad_page_fault in CNicholas Piggin2021-04-142-10/+1
* | powerpc/64e/interrupt: Use new interrupt context tracking schemeNicholas Piggin2021-04-142-43/+1
* | powerpc/64e/interrupt: reconcile irq soft-mask state in CNicholas Piggin2021-04-143-52/+13
* | powerpc/64e/interrupt: NMI save irq soft-mask state in CNicholas Piggin2021-04-143-43/+38
* | powerpc/64e/interrupt: use new interrupt returnNicholas Piggin2021-04-145-404/+25
* | powerpc/interrupt: update common interrupt code forNicholas Piggin2021-04-142-16/+28
* | powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin2021-04-143-45/+4
* | powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off orderNicholas Piggin2021-04-141-2/+2
* | powerpc/perf: Infrastructure to support checking of attr.config*Madhavan Srinivasan2021-04-142-0/+17
* | powerpc/fadump: make symbol 'rtas_fadump_set_regval' staticPu Lehui2021-04-141-1/+1
* | powerpc/mem: Use kmap_local_page() in flushing functionsChristophe Leroy2021-04-141-9/+10
* | powerpc/mem: Inline flush_dcache_page()Christophe Leroy2021-04-142-16/+13
* | powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pagesChristophe Leroy2021-04-141-1/+1
* | powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages onlyChristophe Leroy2021-04-141-8/+9
* | powerpc/mem: Optimise flush_dcache_icache_hugepage()Christophe Leroy2021-04-141-6/+6
* | powerpc/mem: Call flush_coherent_icache() at higher levelChristophe Leroy2021-04-141-8/+3
* | powerpc/mem: Remove address argument to flush_coherent_icache()Christophe Leroy2021-04-141-8/+5
* | powerpc/mem: Declare __flush_dcache_icache() staticChristophe Leroy2021-04-142-31/+30