summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/io.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-33/+8
|\
| * arm64: io: Use asm-generic high level MMIO accessorsSai Prakash Ranjan2022-06-151-33/+8
* | arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang2022-06-271-6/+18
|/
* arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+4
* asm-generic/io.h: implement pci_remap_cfgspace using ioremap_npHector Martin2021-04-081-10/+0
* arm64: Implement ioremap_np() to map MMIO as nGnRnEHector Martin2021-04-081-0/+1
* Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-2/+0
|\
| * arm64: Use the generic devmem_is_allowed()Palmer Dabbelt2020-12-111-2/+0
* | iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang2020-09-281-0/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-221-2/+2
* arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-2/+0
* arm64: remove __iounmapChristoph Hellwig2019-09-041-2/+1
* arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon2019-08-051-2/+2
* arm64: remove pointless __KERNEL__ guardsMark Rutland2019-08-051-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
* arm64: io: Hook up __io_par() for inX() orderingWill Deacon2019-02-281-0/+1
* arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon2018-11-291-1/+2
* arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon2018-11-271-8/+23
* xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-2/+0
* block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-3/+0
* xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-3/+0
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-3/+2
* ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+10
* arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2016-11-011-1/+0
* arm64/io: Allow I/O writes to use {W,X}ZRRobin Murphy2016-09-081-4/+4
* arm64: Drop generic xlate_dev_mem_{k,}ptr()James Morse2016-09-051-11/+0
* arm64: add io{read,write}64be accessorsHoria Geantă2016-05-311-1/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-4/+4
|\
| * arm64: Rename temp variable in read*_relaxed()Michal Simek2015-05-191-4/+4
* | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
|/
* arm64: Fix overlapping VA allocationsMark Rutland2015-01-231-2/+3
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-97/+25
|\
| * arm64: Use include/asm-generic/io.hThierry Reding2014-11-101-97/+25
* | arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara2014-11-251-4/+19
|/
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-1/+2
|\
| * arm64: Add architectural support for PCILiviu Dudau2014-09-301-1/+2
* | arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-021-1/+1
|/
* arm64: Clean up the default pgprot settingCatalin Marinas2014-05-091-8/+0
* arm64: add early_ioremap supportMark Salter2014-04-071-0/+1
* arm64: Extend the PCI I/O space to 16MBCatalin Marinas2014-02-261-1/+1
* Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas2014-01-161-1/+1
* arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas2013-12-061-1/+1
* Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-151-0/+10
|\
| * arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini2013-11-081-0/+1
| * arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini2013-10-251-0/+9
* | arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter2013-10-301-1/+1
|/
* arm64/xen: implement ioremap_cached on arm64Stefano Stabellini2013-06-071-0/+2