summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/io.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-071-1/+1
* powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=nMichael Ellerman2024-05-061-1/+1
* powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman2024-05-061-12/+12
* asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
* arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
* powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii2023-10-191-1/+1
* powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy2023-08-181-5/+3
* asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-8/+1
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-0/+37
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-071-1/+0
|\
| * powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy2022-06-291-1/+0
* | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-2/+0
|/
* powerpc: Remove unused SLOW_DOWN_IO definitionBjorn Helgaas2022-04-231-2/+0
* powerpc: Fix build errors with newer binutilsAnders Roxell2022-03-011-8/+32
* powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-081-2/+2
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* powerpc: Fix update form addressing in inline assemblyChristophe Leroy2020-12-041-2/+2
* powerpc: inline iomap accessorsChristophe Leroy2020-12-031-1/+153
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-021-8/+0
* powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-021-0/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+0
* powerpc/mm: split out early ioremap path.Christophe Leroy2019-08-271-1/+2
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-271-0/+2
* powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2019-08-271-0/+2
* powerpc/mm: drop function __ioremap()Christophe Leroy2019-08-271-6/+0
* powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy2019-08-271-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-081-30/+3
* iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2019-01-221-0/+2
* powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-1/+12
* powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman2018-11-121-13/+7
* powerpc/io: remove old GCC version implementationChristophe Leroy2018-10-181-20/+0
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+2
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-131-0/+9
* powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()Michael Ellerman2018-05-181-0/+10
* powerpc: io.h: move iomap.h include so that it can use readq/writeq defsLogan Gunthorpe2018-04-051-2/+2
* powerpc/mm: Wire up ioremap_cache()Oliver O'Halloran2017-04-211-0/+2
* powerpc: Drop include of linux/io.h from asm/io.hMichael Ellerman2017-04-131-2/+0
* powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-47/+51
* powerpc: EX_TABLE macro for exception tablesNicholas Piggin2016-11-141-12/+7
* powerpc: Add simple cache inhibited MMIO accessorsSuresh Warrier2016-09-091-0/+29
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc: Add __raw_rm_writeq() functionAlistair Popple2015-12-171-0/+11
* arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez2015-07-291-0/+1
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-121-3/+0
|\
| * powerpc: Remove unused devm_ioremap_prot()Kyle McMartin2014-11-091-3/+0
* | powerpc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-4/+8
|/
* powerpc: Add real mode cache inhibited IO accessorsMichael Ellerman2013-12-051-0/+16
* powerpc: Enable /dev/port when isa_io_special is setBenjamin Herrenschmidt2013-10-111-1/+1