summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
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-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann
2023-11-06powerpc/machdep: Remove trailing whitespacesThomas Zimmermann
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2023-10-23powerpc/code-patching: introduce patch_instructions()Hari Bathini
2023-10-23powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-20powerpc: Remove cpm_dp...() macrosChristophe Leroy
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao
2023-10-19powerpc/paravirt: Improve vcpu_is_preemptedSrikar Dronamraju
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray
2023-10-19powerpc/opal: Annotate out param endiannessBenjamin Gray
2023-10-19powerpc/kvm: Force cast endianness of KVM shared regsBenjamin Gray
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy
2023-10-19powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Christophe Leroy
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy
2023-10-19powerpc/e500: Simplify pte_mkexec()Christophe Leroy
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy