aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
AgeCommit message (Expand)Author
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij
2022-06-27ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár
2021-11-30arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-11-11arm: remove ioremap_cachedChristoph Hellwig
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-08ARM/io: Remove useless definition of mmiowb()Will Deacon
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig
2018-09-26arm: remove the unused BIOVEC_MERGEABLE defineChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-06-21ARM: io: fix comment grammarAndrew F. Davis
2016-04-04ARM: memremap: implement arch_memremap_wb()Ard Biesheuvel
2016-04-04ARM: reintroduce ioremap_cached() for creating cached I/O mappingsArd Biesheuvel
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King
2015-07-03ARM: io: convert ioremap*() to functionsRussell King
2015-07-03ARM: io: fix ioremap_wt() implementationRussell King
2015-07-03ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani
2015-05-08ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio()Russell King
2015-05-08ARM: 8341/1: io: Unpessimize relaxed io accessorsPeter Hurley
2014-11-10ARM: Use include/asm-generic/io.hThierry Reding
2014-09-30ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau
2014-06-01ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory typeThomas Petazzoni
2014-01-28ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia
2013-12-29ARM: 7896/1: rename ioremap_cached to ioremap_cacheRob Herring
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman
2012-10-29ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-08-25ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessorsWill Deacon
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring