summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-30201-5510/+5206
|\
| * powerpc/signal32: Fix erroneous SIGSEGV on RT signal returnChristophe Leroy2021-04-281-2/+2
| * powerpc: Avoid clang uninitialized warning in __get_user_size_allowedNathan Chancellor2021-04-281-1/+1
| * powerpc/papr_scm: Mark nvdimm as unarmed if needed during probeVaibhav Jain2021-04-271-0/+9
| * powerpc/kvm: Fix build error when PPC_MEM_KEYS/PPC_PSERIES=nMichael Ellerman2021-04-271-1/+1
| * powerpc/kasan: Fix shadow start address with modulesChristophe Leroy2021-04-251-1/+1
| * powerpc/kernel/iommu: Use largepool as a last resort when !largeallocLeonardo Bras2021-04-231-0/+9
| * powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEsLeonardo Bras2021-04-231-5/+6
| * powerpc/44x: fix spelling mistake in Kconfig "varients" -> "variants"Colin Ian King2021-04-231-1/+1
| * powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy2021-04-231-2/+2
| * powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-236-15/+26
| * powerpc/iommu: Allocate it_map by vmallocAlexey Kardashevskiy2021-04-231-12/+3
| * powerpc/64s: remove unneeded semicolonYang Li2021-04-231-1/+1
| * powerpc/eeh: remove unneeded semicolonYang Li2021-04-231-1/+1
| * powerpc/configs: Add IBMVNIC to some 64-bit configsMichael Ellerman2021-04-232-0/+2
| * powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')Christophe Leroy2021-04-231-1/+1
| * powerpc/64s: Fix mm_cpumask memory ordering commentNicholas Piggin2021-04-231-11/+13
| * powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev2021-04-231-2/+2
| * powerpc/perf: Fix sampled instruction type for larx/stcxAthira Rajeev2021-04-232-5/+34
| * powerpc/legacy_serial: Use early_ioremap()Christophe Leroy2021-04-221-4/+29
| * powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-223-2/+16
| * powerpc: make ALTIVEC select PPC_FPURandy Dunlap2021-04-221-0/+1
| * powerpc/64s: Add FA_DUMP to defconfigMichael Ellerman2021-04-221-0/+1
| * powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argumentMichael Ellerman2021-04-221-1/+1
| * powerpc/fadump: Fix sparse warningsMichael Ellerman2021-04-221-7/+6
| * powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy2021-04-213-27/+22
| * powerpc: Rename probe_kernel_read_inst()Christophe Leroy2021-04-214-16/+14
| * powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy2021-04-212-16/+3
| * powerpc: Remove probe_user_read_inst()Christophe Leroy2021-04-212-34/+0
| * powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy2021-04-213-5/+15
| * powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy2021-04-211-20/+19
| * powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy2021-04-211-2/+2
| * powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy2021-04-211-2/+1
| * powerpc/mce: save ignore_event flag unconditionally for UEGanesh Goudar2021-04-211-1/+2
| * powerpc: Enable OPTPROBES on PPC32Christophe Leroy2021-04-213-35/+56
| * powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy2021-04-214-9/+10
| * powerpc/irq: Enhance readability of trap typesChristophe Leroy2021-04-212-8/+6
| * powerpc/32s: Enhance readability of trap typesChristophe Leroy2021-04-212-21/+28
| * powerpc/8xx: Enhance readability of trap typesChristophe Leroy2021-04-212-31/+47
| * powerpc/pseries/iommu: Fix window size for direct mapping with pmemLeonardo Bras2021-04-211-1/+1
| * powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabledMichael Ellerman2021-04-201-0/+2
| * powerpc/pseries: Stop calling printk in rtas_stop_self()Michael Ellerman2021-04-201-3/+0
| * powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman2021-04-201-1/+4
| * powerpc/pseries: Add shutdown() to vio_driver and vio_busTyrel Datwyler2021-04-202-0/+17
| * powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev2021-04-204-7/+34
| * powerpc/pseries: Set UNISOLATE on dlpar_cpu_remove() failureDaniel Henrique Barboza2021-04-201-1/+9
| * powerpc/pseries: Introduce dlpar_unisolate_drc()Daniel Henrique Barboza2021-04-202-0/+15
| * powerpc/pseries/mce: Fix a typo in error type assignmentGanesh Goudar2021-04-201-1/+1
| * powerpc/fadump: Fix compile error since trap type changeMichael Ellerman2021-04-191-0/+1
| * powerpc/perf: Add platform specific check_attr_configMadhavan Srinivasan2021-04-194-0/+70