summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
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-19watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek
2023-06-19watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek
2023-06-19powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas
2023-06-19powerpc/hugetlb: pte_alloc_huge()Hugh Dickins
2023-06-19powerpc: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
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-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner
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/eeh: Rely on dev->link_active_reportingMaciej W. Rozycki
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-13powerpc/legacy_serial: Handle SERIAL_8250_FSL=n build failuresUwe Kleine-König
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-12powerpc/purgatory: remove PGO flagsRicardo Ribalda
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes