- 214ba35 io: Fix return type of _inb and _inl by Stafford Horne · 4 years, 6 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- f009c89 io: Provide _inX() and _outX() by John Garry · 4 years, 10 months ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 80b0ca9 lib: provide a simple generic ioremap implementation by Christoph Hellwig · 5 years ago
- d092a87 arch: rely on asm-generic/io.h for default ioremap_* definitions by Christoph Hellwig · 5 years ago
- 97c9801 asm-generic: don't provide ioremap for CONFIG_MMU by Christoph Hellwig · 5 years ago
- e971339 asm-generic: ioremap_uc should behave the same with and without MMU by Christoph Hellwig · 5 years ago
- 3940ba8 asm-generic: don't provide __ioremap by Christoph Hellwig · 5 years ago
- b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
- 01e3b95 arch: Remove dummy mmiowb() definitions from arch code by Will Deacon · 6 years ago
- 60ca1e5 mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors by Will Deacon · 6 years ago
- abbbbc8 asm-generic/io: Pass result of I/O accessor to __io_[p]ar() by Will Deacon · 6 years ago
- 500dd232 asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIRECT_PIO by Andrew Murray · 6 years ago
- c17b0aa Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- a71e7c4 io: change writeX_relaxed() to remove barriers by Sinan Kaya · 7 years ago
- 8875c55 io: change readX_relaxed() to remove barriers by Sinan Kaya · 7 years ago
- 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 87fe2d5 io: change inX() to have their own IO barrier overrides by Sinan Kaya · 7 years ago
- a7851aa io: change outX() to have their own IO barrier overrides by Sinan Kaya · 7 years ago
- 755bd04 io: define stronger ordering for the default writeX() implementation by Sinan Kaya · 7 years ago
- 032d59e io: define stronger ordering for the default readX() implementation by Sinan Kaya · 7 years ago
- 64e2c67 io: define several IO & PIO barrier types for the asm-generic version by Sinan Kaya · 7 years ago
- 5745392 PCI: Apply the new generic I/O management on PCI IO hosts by Zhichang Yuan · 7 years ago
- f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- 031e360 lib: Add generic PIO mapping method by Zhichang Yuan · 7 years ago
- 739d875 mn10300: Remove the architecture by David Howells · 7 years ago
- b3ada9d asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU by Greentime Hu · 7 years ago
- eabc2a7 x86/io: Remove xlate_dev_kmem_ptr() duplication by Andy Shevchenko · 8 years ago
- c2327da x86/io: Remove mem*io() duplications by Andy Shevchenko · 8 years ago
- 9e44fb1 asm-generic/io.h: add io{read,write}64 accessors by Horia Geantă · 9 years ago
- 7a1aedb asm-generic/io.h: allow barriers in io{read,write}{16,32}be by Horia Geantă · 9 years ago
- e511267 io-64-nonatomic: Add relaxed accessor variants by Robin Murphy · 9 years ago
- 8c7ea50 x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default by Luis R. Rodriguez · 10 years ago
- d838270 x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings by Toshi Kani · 10 years ago
- e4b6be33 x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) by Luis R. Rodriguez · 10 years ago
- 1c8d296 Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into asm-generic by Arnd Bergmann · 10 years ago
- 9ab3a7a asm-generic/io.h: Implement generic {read,write}s*() by Thierry Reding · 11 years ago
- 9216efa asm-generic/io.h: Reconcile I/O accessor overrides by Thierry Reding · 10 years ago
- 9439eb3 asm-generic: io: implement relaxed accessor macros as conditional wrappers by Will Deacon · 11 years ago
- 112eeaa asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAP by Liviu Dudau · 10 years ago
- ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
- 576ebd7 kernel: Fix s390 absolute memory access for /dev/mem by Michael Holzheu · 12 years ago
- 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 12 years ago
- c93d031 asm-generic/io.h: check CONFIG_VIRT_TO_BUS by James Hogan · 12 years ago
- 2b37e9a Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
- 7292e7e asm-generic/io.h: convert readX defines to functions by Heiko Carstens · 12 years ago
- 711e5b4 asm-generic: io: Fix ioread16/32be and iowrite16/32be by Michal Simek · 12 years ago
- 0264405 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
- 41739ee asm-generic: io: don't perform swab during {in,out} string functions by Will Deacon · 12 years ago
- cd24834 s390/pci: base support by Jan Glauber · 12 years ago
- b2656a1 asm-generic: io: remove {read,write} string functions by Will Deacon · 12 years ago
- 9b04ebd asm-generic/io.h: remove asm/cacheflush.h include by James Hogan · 12 years ago
- e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
- 66eab4d lib: add GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
- e66d3c4 add missing __iomem to generic iounmap declaration by Mark Salter · 13 years ago
- 82ed223 iomap: make IOPORT/PCI mapping functions conditional by Jonas Bonn · 14 years ago
- f1ecc69 asm-generic: add MMU variants of io.h functions by Jonas Bonn · 14 years ago
- 7dc59bd asm-generic: fix inX/outX functions for architectures that have PCI by GuanXuetao · 14 years ago
- efb2d31 asm-generic/io.h: add reads[bwl]/writes[bwl] helpers by Mike Frysinger · 14 years ago
- 35dbc0e asm-generic/io.h: allow people to override individual funcs by Mike Frysinger · 14 years ago
- 7387be3 asm-generic/io.h: add big endian versions of io{read,write}{16,32} by Mike Frysinger · 14 years ago
- 3f7e212 asm-generic: add generic atomic.h and io.h by Arnd Bergmann · 16 years ago