summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/io.h
AgeCommit message (Expand)Author
2024-02-20arm64: io: permit offset addressingMark Rutland
2023-08-18arm64 : mm: add wrapper function ioremap_prot()Baoquan He
2023-06-05arm64/io: Always inline all of __raw_{read,write}[bwlq]()Peter Zijlstra
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-06-27arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang
2022-06-15arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2021-04-08asm-generic/io.h: implement pci_remap_cfgspace using ioremap_npHector Martin
2021-04-08arm64: Implement ioremap_np() to map MMIO as nGnRnEHector Martin
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-22arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-09-04arm64: remove __iounmapChristoph Hellwig
2019-08-05arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-08arm64/io: Remove useless definition of mmiowb()Will Deacon
2019-02-28arm64: io: Hook up __io_par() for inX() orderingWill Deacon
2018-11-29arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon
2018-11-27arm64: io: Ensure calls to delay routines are ordered against prior readX()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-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2017-04-24ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-09-08arm64/io: Allow I/O writes to use {W,X}ZRRobin Murphy
2016-09-05arm64: Drop generic xlate_dev_mem_{k,}ptr()James Morse
2016-05-31arm64: add io{read,write}64be accessorsHoria Geantă
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani
2015-05-19arm64: Rename temp variable in read*_relaxed()Michal Simek
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-11-25arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara
2014-11-10arm64: Use include/asm-generic/io.hThierry Reding
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen
2014-09-30arm64: Add architectural support for PCILiviu Dudau
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas
2014-04-07arm64: add early_ioremap supportMark Salter
2014-02-26arm64: Extend the PCI I/O space to 16MBCatalin Marinas
2014-01-16Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas
2013-12-06arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini