summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-04-23powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEsLeonardo Bras
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-23powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants"Colin Ian King
2021-04-23powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy
2021-04-23powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy
2021-04-23powerpc/iommu: Allocate it_map by vmallocAlexey Kardashevskiy
2021-04-23powerpc/64s: remove unneeded semicolonYang Li
2021-04-23powerpc/eeh: remove unneeded semicolonYang Li
2021-04-23powerpc/configs: Add IBMVNIC to some 64-bit configsMichael Ellerman
2021-04-23powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')Christophe Leroy
2021-04-23powerpc/64s: Fix mm_cpumask memory ordering commentNicholas Piggin
2021-04-23powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev
2021-04-23powerpc/perf: Fix sampled instruction type for larx/stcxAthira Rajeev
2021-04-22powerpc/legacy_serial: Use early_ioremap()Christophe Leroy
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy
2021-04-22powerpc: make ALTIVEC select PPC_FPURandy Dunlap
2021-04-22powerpc/64s: Add FA_DUMP to defconfigMichael Ellerman
2021-04-22powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argumentMichael Ellerman
2021-04-22powerpc/fadump: Fix sparse warningsMichael Ellerman
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy
2021-04-21powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy
2021-04-21powerpc/mce: save ignore_event flag unconditionally for UEGanesh Goudar
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy
2021-04-21powerpc/32s: Enhance readability of trap typesChristophe Leroy
2021-04-21powerpc/8xx: Enhance readability of trap typesChristophe Leroy
2021-04-21powerpc/pseries/iommu: Fix window size for direct mapping with pmemLeonardo Bras
2021-04-20powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabledMichael Ellerman
2021-04-20powerpc/pseries: Stop calling printk in rtas_stop_self()Michael Ellerman
2021-04-20powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman
2021-04-20powerpc/pseries: Add shutdown() to vio_driver and vio_busTyrel Datwyler
2021-04-20powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev
2021-04-20powerpc/pseries: Set UNISOLATE on dlpar_cpu_remove() failureDaniel Henrique Barboza
2021-04-20powerpc/pseries: Introduce dlpar_unisolate_drc()Daniel Henrique Barboza
2021-04-20powerpc/pseries/mce: Fix a typo in error type assignmentGanesh Goudar
2021-04-19powerpc/fadump: Fix compile error since trap type changeMichael Ellerman
2021-04-19powerpc/perf: Add platform specific check_attr_configMadhavan Srinivasan
2021-04-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-04-18powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17powerpc/smp: Set numa node before updating maskSrikar Dronamraju
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson