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