summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2025-02-08powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is activeSourabh Jain
2024-12-09powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek
2024-12-09powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman
2024-12-09powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)
2024-12-09powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy
2024-10-10powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy
2024-10-04powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman
2024-08-29powerpc/topology: Check if a core is onlineNysal Jan K.A
2024-07-11powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman
2024-07-11powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar
2024-06-27powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman
2024-06-27powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch
2024-06-21powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman
2024-06-12powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde
2024-05-17powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain
2024-04-27powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao
2024-04-03powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman
2024-03-26powerpc: Force inlining of arch_vmap_p{u/m}d_supported()Christophe Leroy
2024-03-06powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch
2024-03-01powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra
2024-02-23Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman
2024-02-23powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman
2024-02-23powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer
2024-02-23powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann
2024-02-05powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman
2024-02-05powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman
2023-08-24powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-24powerpc: Remove <asm/ide.h>Geert Uytterhoeven
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V