aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/io.h
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-24
* arch: Remove dummy mmiowb() definitions from arch codeWill Deacon2019-04-08
* mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2019-04-08
* asm-generic/io: Pass result of I/O accessor to __io_[p]ar()Will Deacon2019-02-28
* asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Andrew Murray2018-09-14
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2018-04-12
|\
| * io: change writeX_relaxed() to remove barriersSinan Kaya2018-04-10
| * io: change readX_relaxed() to remove barriersSinan Kaya2018-04-10
| * io: change inX() to have their own IO barrier overridesSinan Kaya2018-04-06
| * io: change outX() to have their own IO barrier overridesSinan Kaya2018-04-06
| * io: define stronger ordering for the default writeX() implementationSinan Kaya2018-04-06
| * io: define stronger ordering for the default readX() implementationSinan Kaya2018-04-06
| * io: define several IO & PIO barrier types for the asm-generic versionSinan Kaya2018-04-06
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-06
|\ \
| * | PCI: Apply the new generic I/O management on PCI IO hostsZhichang Yuan2018-04-04
| * | lib: Add generic PIO mapping methodZhichang Yuan2018-03-21
| |/
* | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-02
|\ \
| * | mn10300: Remove the architectureDavid Howells2018-03-09
| |/
* / asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-21
|/
* x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko2017-07-24
* x86/io: Remove mem*io() duplicationsAndy Shevchenko2017-07-24
* asm-generic/io.h: add io{read,write}64 accessorsHoria Geantă2016-05-31
* asm-generic/io.h: allow barriers in io{read,write}{16,32}beHoria Geantă2016-05-31
* io-64-nonatomic: Add relaxed accessor variantsRobin Murphy2016-05-03
* x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-21
* x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-07
* x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-11
* Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux...Arnd Bergmann2014-11-11
|\
| * asm-generic: io: implement relaxed accessor macros as conditional wrappersWill Deacon2014-10-20
* | asm-generic/io.h: Implement generic {read,write}s*()Thierry Reding2014-11-10
* | asm-generic/io.h: Reconcile I/O accessor overridesThierry Reding2014-11-10
|/
* asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAPLiviu Dudau2014-09-30
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-07
* kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu2013-05-22
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-03
|\
| * asm-generic/io.h: check CONFIG_VIRT_TO_BUSJames Hogan2013-03-02
* | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-26
|\ \
| * | asm-generic: io: Fix ioread16/32be and iowrite16/32beMichal Simek2013-02-12
| |/
* / asm-generic/io.h: convert readX defines to functionsHeiko Carstens2013-02-14
|/
* Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-21
|\
| * asm-generic: io: remove {read,write} string functionsWill Deacon2012-10-26
| * asm-generic/io.h: remove asm/cacheflush.h includeJames Hogan2012-10-25
* | asm-generic: io: don't perform swab during {in,out} string functionsWill Deacon2012-12-17
* | s390/pci: base supportJan Glauber2012-11-30
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-10
|\
| * lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-28
* | add missing __iomem to generic iounmap declarationMark Salter2011-10-06
|/
* iomap: make IOPORT/PCI mapping functions conditionalJonas Bonn2011-07-22
* asm-generic: add MMU variants of io.h functionsJonas Bonn2011-07-22
* asm-generic: fix inX/outX functions for architectures that have PCIGuanXuetao2011-03-16