summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2021-04-22powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy1-2/+2
2021-04-22powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy6-15/+26
2021-04-22powerpc/iommu: Allocate it_map by vmallocAlexey Kardashevskiy1-12/+3
2021-04-22powerpc/64s: remove unneeded semicolonYang Li1-1/+1
2021-04-22powerpc/eeh: remove unneeded semicolonYang Li1-1/+1
2021-04-22powerpc/configs: Add IBMVNIC to some 64-bit configsMichael Ellerman2-0/+2
2021-04-22powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')Christophe Leroy1-1/+1
2021-04-22powerpc/64s: Fix mm_cpumask memory ordering commentNicholas Piggin1-11/+13
2021-04-22powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev1-2/+2
2021-04-22powerpc/perf: Fix sampled instruction type for larx/stcxAthira Rajeev2-5/+34
2021-04-22powerpc/legacy_serial: Use early_ioremap()Christophe Leroy1-4/+29
2021-04-22powerpc/64: Fix the definition of the fixmap areaChristophe Leroy3-2/+16
2021-04-22powerpc: make ALTIVEC select PPC_FPURandy Dunlap1-0/+1
2021-04-22powerpc/64s: Add FA_DUMP to defconfigMichael Ellerman1-0/+1
2021-04-22powerpc/powernv: Fix type of opal_mpipl_query_tag() addr argumentMichael Ellerman1-1/+1
2021-04-22powerpc/fadump: Fix sparse warningsMichael Ellerman1-7/+6
2021-04-21powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy3-27/+22
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy4-16/+14
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy2-16/+3
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy2-34/+0
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy3-5/+15
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy1-20/+19
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy1-2/+2
2021-04-21powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy1-2/+1
2021-04-21powerpc/mce: save ignore_event flag unconditionally for UEGanesh Goudar1-1/+2
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy3-35/+56
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy4-9/+10
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy2-8/+6
2021-04-21powerpc/32s: Enhance readability of trap typesChristophe Leroy2-21/+28
2021-04-21powerpc/8xx: Enhance readability of trap typesChristophe Leroy2-31/+47
2021-04-21powerpc/pseries/iommu: Fix window size for direct mapping with pmemLeonardo Bras1-1/+1
2021-04-20powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabledMichael Ellerman1-0/+2
2021-04-20powerpc/pseries: Stop calling printk in rtas_stop_self()Michael Ellerman1-3/+0
2021-04-20powerpc: Only define _TASK_CPU for 32-bitMichael Ellerman1-1/+4
2021-04-20powerpc/pseries: Add shutdown() to vio_driver and vio_busTyrel Datwyler2-0/+17
2021-04-20powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev4-7/+34
2021-04-20powerpc/pseries: Set UNISOLATE on dlpar_cpu_remove() failureDaniel Henrique Barboza1-1/+9
2021-04-20powerpc/pseries: Introduce dlpar_unisolate_drc()Daniel Henrique Barboza2-0/+15
2021-04-20powerpc/pseries/mce: Fix a typo in error type assignmentGanesh Goudar1-1/+1
2021-04-19powerpc/fadump: Fix compile error since trap type changeMichael Ellerman1-0/+1
2021-04-19powerpc/perf: Add platform specific check_attr_configMadhavan Srinivasan4-0/+70
2021-04-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman7-39/+109
2021-04-18powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin2-3/+17
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-30/+32
2021-04-17powerpc/smp: Set numa node before updating maskSrikar Dronamraju1-3/+3
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson1-1/+0
2021-04-17KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson10-173/+95
2021-04-17KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson2-17/+0
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson1-7/+0
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song10-30/+84