summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-05-24powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-05-24powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra2-5/+12
2023-05-24powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGaurav Batra1-4/+7
2023-05-11powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-05-11powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-05-11powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-05-11powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-05-11powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2-3/+8
2023-05-11powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPUNicholas Piggin1-0/+2
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2-0/+8
2023-04-06powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray1-2/+7
2023-04-06powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabledHaren Myneni1-0/+8
2023-04-06powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe1-0/+6
2023-03-22powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500Christophe Leroy1-1/+1
2023-03-22powerpc: Disable CPU unknown by CLANG when CC_IS_CLANGChristophe Leroy1-0/+8
2023-03-22powerpc: Pass correct CPU reference to assemblerChristophe Leroy1-4/+0
2023-03-22powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImagePali Rohár1-4/+10
2023-03-22powerpc/64: Set default CPU in KconfigChristophe Leroy2-22/+12
2023-03-22powerpc/mm: Fix false detection of read faultsRussell Currey1-3/+8
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17powerpc/64: Move paca allocation to early_setup()Nicholas Piggin5-16/+13
2023-03-17powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin1-0/+5
2023-03-17powerpc/bpf/32: Only set a stack frame when necessaryChristophe Leroy1-2/+18
2023-03-17powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-03-17powerpc/64: Don't recurse irq replayNicholas Piggin2-37/+70
2023-03-17powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean1-1/+0
2023-03-10powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor1-1/+1
2023-03-10powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell1-7/+4
2023-03-03powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman1-1/+0
2023-02-25powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-02-25powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-02-25powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman1-0/+13
2023-02-25powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson1-0/+16
2023-02-25powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson3-2/+90
2023-02-22powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin4-15/+32
2023-02-14powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-02-09powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman1-7/+7
2023-02-09powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin1-1/+1
2023-02-09powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman1-0/+11
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2-71/+67
2023-01-07powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson1-12/+0
2023-01-04powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2023-01-04powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2022-12-31powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch1-10/+1
2022-12-31powerpc/hv-gpci: Fix hv_gpci event listKajol Jain4-2/+58
2022-12-31powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_...Yang Yingliang1-1/+1
2022-12-31powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin1-0/+1
2022-12-31powerpc: dts: turris1x.dts: Add channel labels for temperature sensorPali Rohár1-0/+14
2022-12-31powerpc/pseries: fix plpks_read_var() code for different consumersNayna Jain1-10/+18
2022-12-31powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED errorNayna Jain1-1/+1