summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/io.h
AgeCommit message (Expand)Author
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-11powerpc: asm/io.h: remove split ioread64/iowrite64 helpersArnd Bergmann
2025-02-26powerpc/io: Rename _insw_ns() etc.Michael Ellerman
2025-02-26powerpc/io: Use generic raw accessorsMichael Ellerman
2025-02-26powerpc/io: Spell-out PCI_IO_ADDRMichael Ellerman
2025-02-26powerpc/io: Wrap port calculation in a macroMichael Ellerman
2025-02-26powerpc/io: Remove unnecessary indirectionMichael Ellerman
2025-02-26powerpc/io: Unhook MMIO accessorsMichael Ellerman
2025-02-26powerpc/io: Remove PCI_FIX_ADDRMichael Ellerman
2025-02-26powerpc/io: Remove PPC_INDIRECT_MMIOMichael Ellerman
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-05-08powerpc: Fix typosBjorn Helgaas
2024-05-06powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman
2024-05-06powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann
2022-04-23powerpc: Remove unused SLOW_DOWN_IO definitionBjorn Helgaas
2022-03-01powerpc: Fix build errors with newer binutilsAnders Roxell
2021-10-09powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy
2020-12-04powerpc: inline iomap accessorsChristophe Leroy
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-02powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy
2018-11-12powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman
2018-10-19powerpc/io: remove old GCC version implementationChristophe Leroy
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy
2018-05-18powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman
2018-04-05powerpc: io.h: move iomap.h include so that it can use readq/writeq defsLogan Gunthorpe