summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-06-21powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring
2023-06-21powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker
2023-06-21powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker
2023-06-21powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V
2023-06-21powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V
2023-06-21powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V
2023-06-20powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V
2023-06-19powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta
2023-06-19powerpc/ftrace: Disable ftrace on ppc32 if using clangNaveen N Rao
2023-06-19powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King
2023-06-19powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray
2023-06-19powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray
2023-06-19powerpc/dexcr: Handle hashchk exceptionBenjamin Gray
2023-06-19powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray
2023-06-19powerpc/ptrace: Add missing <linux/regset.h> includeBenjamin Gray
2023-06-19powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray
2023-06-15powerpc/build: vdso linker warning for orphan sectionsNicholas Piggin
2023-06-15powerpc/64s: Fix VAS mm use after freeNicholas Piggin
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin
2023-06-15powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin
2023-06-14powerpc/32: Rearrange _switch to prepare for 32/64 mergeNicholas Piggin
2023-06-14powerpc/32: Remove sync from _switchNicholas Piggin
2023-06-14powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 mergeNicholas Piggin
2023-06-14powerpc/64s: move stack SLB pinning out of line from _switchNicholas Piggin
2023-06-14powerpc/32s: Fix LLVM SMP buildNicholas Piggin
2023-06-14powerpc/64s: Remove support for ELFv1 little endian userspaceNicholas Piggin
2023-06-14powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernelsNicholas Piggin
2023-06-14powerpc/64: Make ELFv2 the default for big-endian buildsNicholas Piggin
2023-06-14powerpc/64: Force ELFv2 when building with LLVM linkerNicholas Piggin
2023-06-14powerpc/build: Remove -pipe from compilation flagsNicholas Piggin
2023-06-14powerpc/boot: Clean up Makefile after cflags and asflags separationNicholas Piggin
2023-06-14powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGSNicholas Piggin
2023-06-14powerpc/boot: Separate CPP flags from BOOTCFLAGSNicholas Piggin
2023-06-14powerpc/boot: Separate target flags from BOOTCFLAGSNicholas Piggin
2023-06-14powerpc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-06-09powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy
2023-06-09powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()Christophe Leroy
2023-06-09powerpc/kcsan: Properly instrument arch_spin_unlock()Christophe Leroy
2023-06-09xtensa: Remove 64 bits atomic builtins stubsChristophe Leroy
2023-06-09powerpc/{32,book3e}: kcsan: Extend KCSAN SupportRohan McLure
2023-06-09powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is setRandy Dunlap
2023-06-09Merge branch 'fixes' into nextMichael Ellerman
2023-05-30powerpc/xmon: Use KSYM_NAME_LEN in array sizeManinder Singh
2023-05-30powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcallGaurav Batra
2023-05-30powerpc/crypto: Fix aes-gcm-p10 link errorsMichael Ellerman
2023-05-21powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER rangesMichael Ellerman
2023-05-17powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra
2023-05-17powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGaurav Batra
2023-05-17powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe