1. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  2. 37744fe sh: remove sh5 support by Arnd Bergmann · 4 years, 9 months ago
  3. 4580ba4 sh: Convert iounmap() macros to inline functions by Kuninori Morimoto · 5 years ago
  4. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  5. 98c90e5 sh: remove __iounmap by Christoph Hellwig · 5 years ago
  6. 733f002 sh: prevent warnings when using iounmap by Sam Ravnborg · 6 years ago
  7. e9e8543 sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock() by Will Deacon · 6 years ago
  8. 915c9e1 arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.h by Mark Brown · 6 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  11. 92281dee arch: introduce memremap() by Dan Williams · 9 years ago
  12. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  13. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
  14. 7e6735c /dev/mem: use phys_addr_t for physical addresses by Cyril Chemparathy · 12 years ago
  15. 666e81f sections: fix section conflicts in arch/sh by Andi Kleen · 12 years ago
  16. c5e50fa sh: Provide stubbed I/O routines for NO_IOPORT case. by Paul Mundt · 13 years ago
  17. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  18. b7e68d6 sh: Support I/O space swapping where needed. by Paul Mundt · 13 years ago
  19. e839ca5 Disintegrate asm/system.h for SH by David Howells · 13 years ago
  20. efb3e34 sh: Fix up legacy PTEA space attribute mapping. by Paul Mundt · 14 years ago
  21. 0d6ae8f sh: Kill off deprecated ctrl_in/out I/O routines. by Paul Mundt · 14 years ago
  22. 37b7a97 sh: machvec IO death. by Paul Mundt · 14 years ago
  23. 86e4dd5 sh: support for platforms without PIO. by Paul Mundt · 15 years ago
  24. 90e7d64 sh: reworked dynamic PMB mapping. by Paul Mundt · 15 years ago
  25. b8f7918 sh: Provide uncached I/O helpers. by Paul Mundt · 15 years ago
  26. d627a2e sh: Fix up the ioremap_fixed() build for nommu. by Paul Mundt · 15 years ago
  27. 485773f sh: flag ctrl_in/outX as __deprecated. by Paul Mundt · 15 years ago
  28. 70911b8 sh: Shut up noisy IOREMAP_FIXED=n build. by Paul Mundt · 15 years ago
  29. 6d63e73 sh: Limit ioremap_prot() to 32bit pgprot parts. by Paul Mundt · 15 years ago
  30. f3360934 sh: Convert p3_ioremap() users to ioremap_prot(). by Paul Mundt · 15 years ago
  31. acf2c96 sh: Kill off duplicate address alignment in ioremap_fixed(). by Paul Mundt · 15 years ago
  32. d57d640 sh: Prevent 64-bit pgprot clobbering across ioremap implementations. by Paul Mundt · 15 years ago
  33. 4f744af sh: Make iounmap_fixed() return success/failure for iounmap() path. by Paul Mundt · 15 years ago
  34. edf711b sh: Fixup the IOREMAP_FIXED=n build. by Paul Mundt · 15 years ago
  35. 4d35b93 sh: Add fixed ioremap support by Matt Fleming · 15 years ago
  36. a0ab366 sh: fixed PMB mode refactoring. by Paul Mundt · 15 years ago
  37. 0eb37e2 sh: Stub in P3 ioremap support for nommu parts. by Paul Mundt · 15 years ago
  38. bf3cded sh: wire up vmallocinfo support in ioremap() implementations. by Paul Mundt · 15 years ago
  39. e9c58fc sh: Use the generic I/O port base for slowdown. by Paul Mundt · 15 years ago
  40. 3105121 sh: Remap physical memory into P1 and P2 in pmb_init() by Matt Fleming · 15 years ago
  41. 7d9c035 sh: Read from CCN_PVR instead of ROM for delay. by Stuart Menefy · 15 years ago
  42. 15444a8 sh: Allow use of GENERIC_IOMAP by David McKay · 15 years ago
  43. 6dbe47a sh: Provide __read_{read,write}sl() definitions for sh64. by Paul Mundt · 16 years ago
  44. 0fb849b sh: Integrate the SH-5 onchip_remap() more coherently. by Paul Mundt · 16 years ago
  45. e6be3a2 sh: pass through ioremap() for non-mmu processors. by Magnus Damm · 16 years ago
  46. 2f47f44 sh: Support fixed 32-bit PMB mappings from bootloader. by Yoshihiro Shimoda · 16 years ago
  47. 716777d sh: P4 ioremap pass-through by Magnus Damm · 16 years ago
  48. 185aed7 sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB. by Paul Mundt · 16 years ago
  49. 1486654 sh: More I/O routine overhauling. by Paul Mundt · 16 years ago
  50. 64c9627 sh: Fix up the __raw_read/writeX() definitions. by Paul Mundt · 16 years ago
  51. cb700aa sh: ioremap_prot support. by Paul Mundt · 16 years ago
  52. fa43972 sh: fixup many sparse errors. by Paul Mundt · 16 years ago
  53. f15cbe6 sh: migrate to arch/sh/include/ by Paul Mundt · 16 years ago[Renamed from include/asm-sh/io.h]
  54. ccd8058 sh64: Fixup the nommu build. by Paul Mundt · 17 years ago
  55. c0ca41a sh: fix ioreadN_rep and iowriteN_rep by Magnus Damm · 17 years ago
  56. e7cc9a7 sh: trapped io support V2 by Magnus Damm · 17 years ago
  57. d02b08f sh: Clean up places that make 29-bit physical assumptions. by Stuart Menefy · 17 years ago
  58. 0f2c15c sh: Add onchip remap prototypes, kill old sh64 io.h. by Paul Mundt · 17 years ago
  59. ac490a4 sh: Move quad-word real-address I/O defs to io.h. by Paul Mundt · 17 years ago
  60. da06b8d sh: Add SH-5 support to io.h. by Paul Mundt · 17 years ago
  61. 622a9ed Remove dma_cache_(wback|inv|wback_inv) functions by Ralf Baechle · 17 years ago
  62. da6b003 sh: add writesb(), readsb(), writesw() and readsw() to io.h by Magnus Damm · 17 years ago
  63. e257ad0 sh: Kill off virt_to_bus()/bus_to_virt(). by Paul Mundt · 17 years ago
  64. 66c5227 sh: trivial build cleanups. by Evgeniy Polyakov · 18 years ago
  65. e50190a [PATCH] Consolidate check_signature by Matthew Wilcox · 18 years ago
  66. 05ae915 sh: Optimized readsl()/writesl() support. by Paul Mundt · 18 years ago
  67. a2d1a5f sh: __addr_ok() and other misc nommu fixups. by Yoshinori Sato · 18 years ago
  68. 959f85f sh: Consolidated SH7751/SH7780 PCI support. by Paul Mundt · 18 years ago
  69. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  70. 57f3ebc [PATCH] remove ISA legacy functions: remove the helpers by Al Viro · 19 years ago
  71. b66c1a3 [PATCH] sh: I/O routine cleanups and ioremap() overhaul by Paul Mundt · 19 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago