summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
9 dayspowerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini1-1/+10
9 dayspowerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom1-1/+0
9 dayspowerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky1-1/+4
2025-10-29powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failureChristophe Leroy1-12/+0
2025-08-28powerpc: floppy: Add missing checks after DMA mapThomas Fourier1-1/+4
2025-03-07powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inlineChristophe Leroy1-2/+10
2025-03-07powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman2-26/+20
2025-02-21powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is activeSourabh Jain1-0/+9
2024-12-14powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2024-12-14powerpc/sstep: make emulate_vsx_load and emulate_vsx_store staticMichal Suchanek1-5/+0
2024-12-14powerpc/pseries: Fix dtl_access_lock to be a rw_semaphoreMichael Ellerman1-2/+2
2024-12-14powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)1-0/+7
2024-12-14powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-0/+1
2024-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-7/+0
2024-10-17powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy1-0/+15
2024-10-17powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-10-17powerpc/64: Add support to build with prefixed instructionsNicholas Piggin3-6/+83
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman1-2/+1
2024-08-03powerpc/kexec: make the update_cpus_node() function publicSourabh Jain1-0/+4
2024-08-03powerpc/pseries: Add helper to get PLPKS password lengthRussell Currey1-0/+5
2024-08-03powerpc/pseries: Expose PLPKS config values, support additional fieldsNayna Jain1-0/+58
2024-08-03powerpc/pseries: Move plpks.h to include directoryRussell Currey1-0/+100
2024-07-11powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman1-1/+1
2024-07-11powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar2-0/+20
2024-06-27powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-06-27powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-06-21powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman1-2/+13
2024-06-12powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde1-1/+1
2024-04-03powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman1-2/+9
2024-03-27powerpc: Force inlining of arch_vmap_p{u/m}d_supported()Christophe Leroy1-2/+2
2024-02-23powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman1-1/+1
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds3-7/+7
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+0
2024-02-05powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman1-5/+0
2024-02-05powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman2-3/+4
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy1-3/+0
2023-10-20powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-20powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-09-13powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey1-2/+9
2023-09-13powerpc: Don't include lppaca.h in paca.hMichael Ellerman4-5/+7
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-15/+0
2023-05-11powerpc/perf: Properly detect mpc7450 familyChristophe Leroy1-0/+5
2023-04-06powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray1-2/+7
2023-03-17powerpc/64: Move paca allocation to early_setup()Nicholas Piggin2-1/+1
2023-03-17powerpc/64: Don't recurse irq replayNicholas Piggin1-2/+4
2023-02-22powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin1-12/+29
2023-02-09powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin1-1/+1
2023-01-18powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain1-1/+1
2023-01-07powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson1-12/+0