summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-06-15powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin3-2/+8
2023-06-15powerpc/64s: Fix VAS mm use after freeNicholas Piggin2-2/+2
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin2-33/+9
2023-06-15powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin5-282/+273
2023-06-14powerpc/32: Rearrange _switch to prepare for 32/64 mergeNicholas Piggin1-5/+5
2023-06-14powerpc/32: Remove sync from _switchNicholas Piggin1-7/+1
2023-06-14powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 mergeNicholas Piggin1-20/+18
2023-06-14powerpc/64s: move stack SLB pinning out of line from _switchNicholas Piggin1-51/+62
2023-06-14powerpc/32s: Fix LLVM SMP buildNicholas Piggin1-4/+4
2023-06-14powerpc/64s: Remove support for ELFv1 little endian userspaceNicholas Piggin2-1/+11
2023-06-14powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernelsNicholas Piggin2-7/+9
2023-06-14powerpc/64: Make ELFv2 the default for big-endian buildsNicholas Piggin1-2/+4
2023-06-14powerpc/64: Force ELFv2 when building with LLVM linkerNicholas Piggin1-4/+2
2023-06-14powerpc/build: Remove -pipe from compilation flagsNicholas Piggin2-3/+3
2023-06-14powerpc/boot: Clean up Makefile after cflags and asflags separationNicholas Piggin1-14/+13
2023-06-14powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGSNicholas Piggin1-1/+1
2023-06-14powerpc/boot: Separate CPP flags from BOOTCFLAGSNicholas Piggin1-7/+7
2023-06-14powerpc/boot: Separate target flags from BOOTCFLAGSNicholas Piggin1-19/+22
2023-06-14powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-06-09powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy1-6/+9
2023-06-09powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()Christophe Leroy1-2/+1
2023-06-09powerpc/kcsan: Properly instrument arch_spin_unlock()Christophe Leroy1-0/+2
2023-06-09powerpc/{32,book3e}: kcsan: Extend KCSAN SupportRohan McLure1-1/+1
2023-06-09powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is setRandy Dunlap1-2/+2
2023-06-09Merge branch 'fixes' into nextMichael Ellerman17-112/+71
2023-05-30powerpc/xmon: Use KSYM_NAME_LEN in array sizeManinder Singh1-1/+1
2023-05-30powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcallGaurav Batra1-2/+11
2023-05-30powerpc/crypto: Fix aes-gcm-p10 link errorsMichael Ellerman4-21/+21
2023-05-21powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER rangesMichael Ellerman1-0/+6
2023-05-16powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra2-5/+12
2023-05-16powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGaurav Batra1-4/+7
2023-05-16powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe4-72/+0
2023-05-15powerpc: Drop MPC5200 LocalPlus bus FIFO driverUwe Kleine-König4-642/+0
2023-05-15powerpc/spufs: remove unneeded if-checksTom Rix1-6/+0
2023-05-15powerpc: delete empty config entry for PPC_86xxRandy Dunlap1-1/+0
2023-05-15powerpc/crypto: Fix aes-gcm-p10 build when VSX=nMichael Ellerman1-1/+1
2023-05-15powerpc/bpf: populate extable entries only during the last passHari Bathini1-0/+2
2023-05-12powerpc/boot: Disable power10 features after BOOTAFLAGS assignmentNathan Chancellor1-2/+4
2023-05-11powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-05-08powerpc/fsl_uli1575: fix kconfig warnings and build errorsRandy Dunlap1-0/+1
2023-05-08powerpc/isa-bridge: Fix ISA mapping when "ranges" is not presentRob Herring1-2/+3
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+13
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-24/+23
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-1/+1
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-0/+11
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+2
2023-04-29Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds248-9228/+2305
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+9
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+3