summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-06-21powerpc: mpc512x: Remove open coded "ranges" parsingRob Herring1-32/+14
2023-06-21powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsingRob Herring1-12/+4
2023-06-21powerpc: fsl: Use of_property_read_reg() to parse "reg"Rob Herring2-19/+5
2023-06-21powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsingRob Herring1-27/+9
2023-06-21powerpc: powermac: Use of_get_cpu_hwid() to read CPU node 'reg'Rob Herring1-6/+6
2023-06-21powerpc: drop MPC85xx_CDS platform supportPaul Gortmaker10-1660/+0
2023-06-21powerpc: drop MPC8540_ADS and MPC8560_ADS platform supportPaul Gortmaker8-1008/+0
2023-06-21powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-06-21powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V1-2/+1
2023-06-21powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-06-20powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V1-1/+1
2023-06-20watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek1-3/+2
2023-06-20watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek1-2/+0
2023-06-20powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2023-06-20powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-20powerpc: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-20powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel1-0/+1
2023-06-19powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta1-3/+3
2023-06-19powerpc/ftrace: Disable ftrace on ppc32 if using clangNaveen N Rao1-1/+1
2023-06-19powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King1-3/+3
2023-06-19powerpc/ptrace: Expose HASHKEYR register to ptraceBenjamin Gray3-0/+40
2023-06-19powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptraceBenjamin Gray3-1/+37
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray2-0/+18
2023-06-19powerpc/dexcr: Handle hashchk exceptionBenjamin Gray2-0/+17
2023-06-19powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) supportBenjamin Gray5-1/+27
2023-06-19powerpc/ptrace: Add missing <linux/regset.h> includeBenjamin Gray1-0/+2
2023-06-19powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray1-0/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie18-112/+76
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner1-15/+0
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-15powerpc/eeh: Rely on dev->link_active_reportingMaciej W. Rozycki1-3/+2
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