1. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  2. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  3. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  4. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  5. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  6. c8c2df9 sh: Fix up sh7705 flush_dcache_page() build. by Paul Mundt · 15 years ago
  7. 682f88a sh: Cleanup whitespace damage in sh4_flush_icache_range(). by Paul Mundt · 15 years ago
  8. 6e4154d sh: Use more aggressive dcache purging in kmap teardown. by Paul Mundt · 15 years ago
  9. 0906a3a sh: Fix up and optimize the kmap_coherent() interface. by Paul Mundt · 15 years ago
  10. 6f37957 sh: Fix up UP deadlock with SMP-aware cache ops. by Paul Mundt · 15 years ago
  11. 983f4c5 Revert "sh: Kill off now redundant local irq disabling." by Paul Mundt · 15 years ago
  12. ac6a0cf Merge branch 'master' into sh/smp by Paul Mundt · 15 years ago
  13. ce3f7cb sh: Fix dcache flushing for N-way write-through caches. by Matt Fleming · 15 years ago
  14. e76a013 sh: Fix up sh4_flush_dcache_page() build on UP. by Paul Mundt · 15 years ago
  15. ffad9d7 sh: Fix problems with cache flushing when cache is in write-through mode by Stuart Menefy · 15 years ago
  16. a1fce73 sh: Fix overzealous checking in __ioremap() by Stuart Menefy · 15 years ago
  17. a5cf9e2 sh: Improve comments int SH4 cache flushing code by Stuart Menefy · 15 years ago
  18. 64a6d72 sh: Kill off now redundant local irq disabling. by Paul Mundt · 15 years ago
  19. c01f0f1 sh: Add initial support for SH7757 CPU subtype by Yoshihiro Shimoda · 15 years ago
  20. f26b2a5 sh: Make cache flushers SMP-aware. by Paul Mundt · 15 years ago
  21. c139a59 sh: Fix up cache-sh4 build on SMP. by Paul Mundt · 15 years ago
  22. 6503fe4 sh: Better description of SH-4 PTEA register update. by Michael Trimarchi · 15 years ago
  23. e055d41 sh: Build fix for disabled caches. by Paul Mundt · 15 years ago
  24. 1b3edd9 sh: Merge the _32/_64 variants of arch/sh/mm/Makefile. by Paul Mundt · 15 years ago
  25. 2b43151 sh: Wire up sh5_cache_init(). by Paul Mundt · 15 years ago
  26. 8c41cdc sh64: Kill off dead i/d-cache disabled bits. by Paul Mundt · 15 years ago
  27. 94ecd22 sh: Fix up the SH-5 build with caches enabled. by Paul Mundt · 15 years ago
  28. 65305ae sh: Convert cache disabled SH-5 over to new cache interface. by Paul Mundt · 15 years ago
  29. 0d051d9 sh: Convert SH7705 extended mode to new cacheflush interface. by Paul Mundt · 15 years ago
  30. 79f1c9d sh: Convert SH-3 to new cacheflush interface. by Paul Mundt · 15 years ago
  31. a58e1a2 sh: Convert SH-2A to new cacheflush interface. by Paul Mundt · 15 years ago
  32. 109b44a sh: Convert SH-2 to new cacheflush interface. by Paul Mundt · 15 years ago
  33. 37443ef sh: Migrate SH-4 cacheflush ops to function pointers. by Paul Mundt · 15 years ago
  34. 916e978 sh: Kill off unused flush_icache_user_range(). by Paul Mundt · 15 years ago
  35. 0b445dc sh: Don't export flush_dcache_all(). by Paul Mundt · 15 years ago
  36. 27d59ec sh: Move alias computation to shared cache init. by Paul Mundt · 15 years ago
  37. ecba106 sh: Centralize the CPU cache initialization routines. by Paul Mundt · 15 years ago
  38. aae4d14 sh: consolidate nommu stubs in arch/sh/mm/nommu.c. by Paul Mundt · 15 years ago
  39. dde5e3f sh: rework nommu for generic cache.c use. by Paul Mundt · 15 years ago
  40. cbbe2f6 sh: rename pg-mmu.c -> cache.c, enable generically. by Paul Mundt · 15 years ago
  41. 2739742 sh: Provide the kmap_coherent() interface generically. by Paul Mundt · 15 years ago
  42. 8edcfcb sh: Bail from kmap_coherent_init() if we have no dcache aliases. by Paul Mundt · 15 years ago
  43. d2dcd91 Merge branch 'master' into sh/cachetlb by Paul Mundt · 15 years ago
  44. 8010fbe sh: TLB fast path optimizations for load/store exceptions. by Paul Mundt · 15 years ago
  45. 112e584 sh: TLB protection violation exception optimizations. by Paul Mundt · 15 years ago
  46. e7b8b7f sh: NO_CONTEXT ASID optimizations for SH-4 cache flush. by Paul Mundt · 15 years ago
  47. 7956872 sh64: Wire up the shared __flush_xxx_region() flushers. by Paul Mundt · 15 years ago
  48. 43bc61d sh: Add register alignment helpers for shared flushers. by Paul Mundt · 15 years ago
  49. 922b0dc sh: use printk_once by Marcin Slusarz · 15 years ago
  50. 0837f52 sh: Partially unroll the SH-4 __flush_xxx_region() flushers. by Paul Mundt · 15 years ago
  51. 8174252 sh: Split out SH-4 __flush_xxx_region() ops. by Paul Mundt · 15 years ago
  52. c791483 sh: Tidy up NEFF-based sign extension for SH-5. by Paul Mundt · 15 years ago
  53. c0fe478 sh: Provide __flush_anon_page(). by Paul Mundt · 15 years ago
  54. b5eb10a sh: Drop unused arguments for kunmap_coherent(). by Paul Mundt · 15 years ago
  55. 222db3e sh: Bring kmap_coherent() out-of-line. by Paul Mundt · 15 years ago
  56. 700487c sh: Add a PG_dcache_dirty sanity check in kmap_coherent(). by Paul Mundt · 15 years ago
  57. 3ed6e12 sh: Handle a NULL vma in __update_tlb() for the fast-path. by Paul Mundt · 15 years ago
  58. 9cef749 sh: update_mmu_cache() consolidation. by Paul Mundt · 15 years ago
  59. 0dfae7d sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms. by Paul Mundt · 15 years ago
  60. dfff0fa sh: wire up clear_user_highpage() for sh4, convert sh7705. by Paul Mundt · 15 years ago
  61. 2277ab4 sh: Migrate from PG_mapped to PG_dcache_dirty. by Paul Mundt · 15 years ago
  62. c358fc4 Merge branches 'sh/hwblk' and 'sh/platform-updates' by Paul Mundt · 15 years ago
  63. 05dd2cd sh: Restore previous behaviour on kernel fault by Matt Fleming · 15 years ago
  64. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  65. 0f60bb2 sh: Tidy up vmalloc fault handling. by Paul Mundt · 15 years ago
  66. c63c310 sh: use kprobes_built_in() for notify_page_fault(). by Paul Mundt · 15 years ago
  67. 5084f61 sh: Use bootmem ontop of lmb for NUMA by Matt Fleming · 15 years ago
  68. 163b2f0 sh64: Hook up page fault events for software perf counters. by Paul Mundt · 15 years ago
  69. 7433ab770 sh: Hook up page fault events for software perf counters. by Paul Mundt · 15 years ago
  70. b29fa1f sh: Wire up the uncached fixmap on sh64 as well. by Paul Mundt · 15 years ago
  71. 997d003 sh: Use local TLB flush in set_pte_phys(). by Paul Mundt · 15 years ago
  72. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  73. 4505ffd sh: remove stray markers. by Christoph Hellwig · 15 years ago
  74. 8fc40238 sh: Prefer slab_is_available() over after_bootmem. by Paul Mundt · 16 years ago
  75. ad3256e sh: Provide FORCE_MAX_ZONEORDER. by Paul Mundt · 16 years ago
  76. b412a49a sh: Consolidate the boot link and entry offset definitions. by Paul Mundt · 16 years ago
  77. 2fedaac sh: Cleanup irqflags size mismatch on SH-5 build. by Paul Mundt · 16 years ago
  78. 0fb849b sh: Integrate the SH-5 onchip_remap() more coherently. by Paul Mundt · 16 years ago
  79. ee1acbf sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN. by Paul Mundt · 16 years ago
  80. 99f95f1 sh: pci: Rework fixed region checks in ioremap(). by Paul Mundt · 16 years ago
  81. ef339f2 sh: pci memory range checking code by Magnus Damm · 17 years ago
  82. 7b41f56 sh: Pre-allocate a reasonable number of DMA debug entries. by Paul Mundt · 16 years ago
  83. f802d96 sh: Add support for DMA API debugging. by Paul Mundt · 16 years ago
  84. e820882 sh: Kill off broken direct-mapped cache mode. by Paul Mundt · 16 years ago
  85. 3a3b311 sh: Update debugfs ASID dumping for 16-bit ASID support. by Paul Mundt · 16 years ago
  86. c54a43e sh: tlb-pteaex: Kill off legacy PTEA updates. by Paul Mundt · 16 years ago
  87. 8263a67 sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores. by Paul Mundt · 16 years ago
  88. a83c0b7 sh: PMB hibernation support by Francesco VIRLINZI · 16 years ago
  89. 2f47f44 sh: Support fixed 32-bit PMB mappings from bootloader. by Yoshihiro Shimoda · 16 years ago
  90. 3e91fae sh: fix P4 iounmap() pass-through by Magnus Damm · 16 years ago
  91. 7bfa122 arch/sh/mm: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  92. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  93. da9fdc8 sh: split coherent pages by Magnus Damm · 16 years ago
  94. ab6e570 sh: Generic kgdb stub support. by Paul Mundt · 16 years ago
  95. 35724a0 sh: Fix up the cpu_asid() return value on nommu. by Paul Mundt · 16 years ago
  96. a99d6fd sh: Convert sh64 /proc/asids to debugfs and generic sh. by Paul Mundt · 16 years ago
  97. 716777d sh: P4 ioremap pass-through by Magnus Damm · 16 years ago
  98. 4a4a9be sh: Move arch_get_unmapped_area() in to arch/sh/mm/mmap.c. by Paul Mundt · 16 years ago
  99. 10840f0 sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check. by Paul Mundt · 16 years ago
  100. 185aed7 sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB. by Paul Mundt · 16 years ago