aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08arm64/io: Remove useless definition of mmiowb()Will Deacon1-2/+0
2019-02-28arm64: io: Hook up __io_par() for inX() orderingWill Deacon1-0/+1
2018-11-29arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon1-1/+2
2018-11-27arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon1-8/+23
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-2/+0
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+0
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig1-3/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+2
2017-04-24ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi1-0/+10
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig1-1/+0
2016-09-08arm64/io: Allow I/O writes to use {W,X}ZRRobin Murphy1-4/+4
2016-09-05arm64: Drop generic xlate_dev_mem_{k,}ptr()James Morse1-11/+0
2016-05-31arm64: add io{read,write}64be accessorsHoria Geantă1-1/+3
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+4
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani1-0/+1
2015-05-19arm64: Rename temp variable in read*_relaxed()Michal Simek1-4/+4
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland1-2/+3
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-97/+25
2014-11-25arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara1-4/+19
2014-11-10arm64: Use include/asm-generic/io.hThierry Reding1-97/+25
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen1-1/+1
2014-09-30arm64: Add architectural support for PCILiviu Dudau1-1/+2
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-8/+0
2014-04-07arm64: add early_ioremap supportMark Salter1-0/+1
2014-02-26arm64: Extend the PCI I/O space to 16MBCatalin Marinas1-1/+1
2014-01-16Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"Catalin Marinas1-1/+1
2013-12-06arm64: Fix memory shareability attribute for ioremap_wc/cacheCatalin Marinas1-1/+1
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+10
2013-11-08arm,arm64/include/asm/io.h: define struct bio_vecStefano Stabellini1-0/+1
2013-10-30arm64: allow ioremap_cache() to use existing RAM mappingsMark Salter1-1/+1
2013-10-25arm,arm64: do not always merge biovec if we are running on XenStefano Stabellini1-0/+9
2013-06-07arm64/xen: implement ioremap_cached on arm64Stefano Stabellini1-0/+2
2013-04-19arm64: Define readq and writeq for driver module usingChen Gang1-0/+4
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas1-0/+3
2012-11-16arm64: Distinguish between user and kernel XN bitsCatalin Marinas1-1/+1
2012-10-23arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas1-1/+1
2012-10-23arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas1-3/+3
2012-09-17arm64: Device specific operationsCatalin Marinas1-0/+258