1. d01447b sh: Merge legacy and dynamic PMB modes. by Paul Mundt · 15 years ago
  2. 9edef28 sh: uncached mapping helpers. by Paul Mundt · 15 years ago
  3. b0f3ae0 sh: Isolate uncached mapping support. by Paul Mundt · 15 years ago
  4. 2dc2f8e sh: Kill off the special uncached section and fixmap. by Paul Mundt · 15 years ago
  5. 3125ee7 sh: Track the uncached mapping size. by Paul Mundt · 15 years ago
  6. 35f99c0 sh: pretty print virtual memory map on boot. by Paul Mundt · 15 years ago
  7. 2efa53b sh: Make 29/32-bit mode check helper generally available. by Paul Mundt · 15 years ago
  8. cb6d044 sh: Kill off now bogus fixmap/page wiring documentation. by Paul Mundt · 15 years ago
  9. d9b9487 sh: Handle early ioremaps through fixed mappings. by Paul Mundt · 15 years ago
  10. 07cad4d sh: Generalise the pte handling code for the fixmap path by Matt Fleming · 15 years ago
  11. cbf6b1b sh: Always provide thread_info allocators. by Paul Mundt · 15 years ago
  12. 5d9b4b1 sh: Definitions for 3-level page table layout by Matt Fleming · 15 years ago
  13. 94c2851 sh: Bump up dma_ops initialization far earlier in the boot process. by Paul Mundt · 15 years ago
  14. 1f69b6a sh: Prepare for dynamic PMB support by Matt Fleming · 15 years ago
  15. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  16. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  17. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  18. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  19. 0906a3a sh: Fix up and optimize the kmap_coherent() interface. by Paul Mundt · 15 years ago
  20. 37443ef sh: Migrate SH-4 cacheflush ops to function pointers. by Paul Mundt · 15 years ago
  21. ecba106 sh: Centralize the CPU cache initialization routines. by Paul Mundt · 15 years ago
  22. b29fa1f sh: Wire up the uncached fixmap on sh64 as well. by Paul Mundt · 16 years ago
  23. 997d003 sh: Use local TLB flush in set_pte_phys(). by Paul Mundt · 16 years ago
  24. 8fc40238 sh: Prefer slab_is_available() over after_bootmem. by Paul Mundt · 16 years ago
  25. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  26. acca4f4 sh: Handle fixmap TLB eviction more coherently. by Paul Mundt · 16 years ago
  27. 5e451d9 sh: Kill off duplicate remove_memory() definition. by Andrew Morton · 16 years ago
  28. c15c5f8 sh: Support kernel stacks smaller than a page. by Paul Mundt · 16 years ago
  29. b6c20e4 sh: remove unnecessary memset after alloc_bootmem_low_pages by Marek Skuczynski · 16 years ago
  30. c6feb61 sh: early cached_to_uncached initialization. by Stuart Menefy · 16 years ago
  31. 3159e7d sh: Add support for memory hot-remove. by Paul Mundt · 16 years ago
  32. 03da6bf sh: use generic show_mem() by Johannes Weiner · 16 years ago
  33. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 16 years ago
  34. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 17 years ago
  35. 866e6b9 sh: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  36. db02612 sh: __uncached_start only on sh32. by Paul Mundt · 17 years ago
  37. 2adb4e1 sh: Populate swapper_pg_dir with fixmap range. by Stuart Menefy · 17 years ago
  38. cbaa118 sh: Preparation for uncached jumps through PMB. by Stuart Menefy · 17 years ago
  39. 379a95d sh: Tidy up various clear_page()/copy_page() definitions. by Paul Mundt · 17 years ago
  40. ba2727b sh: ioremap_64 needs after_bootmem. by Paul Mundt · 17 years ago
  41. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  42. 357d594 sh: Tidy up dependencies for SH-2 build. by Paul Mundt · 18 years ago
  43. 33d63bd sh: memory hot-add for sparsemem users support. by Paul Mundt · 18 years ago
  44. 07cbb41 sh: Use asm/sections.h for linker section symbols. by Paul Mundt · 18 years ago
  45. 2de212e sh: Fix up max_zone_pfns[] with multiple nodes. by Paul Mundt · 18 years ago
  46. dfbb904 sh: sparsemem support. by Paul Mundt · 18 years ago
  47. 27641de sh: Fix up various compile warnings for SE boards. by Paul Mundt · 18 years ago
  48. e868d61 spelling fixes: arch/sh/ by Simon Arlott · 18 years ago
  49. 5f8c990 sh: generic quicklist support. by Paul Mundt · 18 years ago
  50. 0106662 sh: bootmem tidying for discontig/sparsemem preparation. by Paul Mundt · 18 years ago
  51. ea9af69 sh: Local TLB flushing variants for SMP prep. by Paul Mundt · 18 years ago
  52. aec5e0e sh: Use a per-cpu ASID cache. by Paul Mundt · 18 years ago
  53. 339ba9b [PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64 by Christoph Lameter · 18 years ago
  54. 11cbb70 sh: Trivial build fixes for SH-2 support. by Yoshinori Sato · 18 years ago
  55. 510c72ad sh: Fixup various PAGE_SIZE == 4096 assumptions. by Paul Mundt · 18 years ago
  56. 99a596f sh: pmd rework. by Stuart Menefy · 18 years ago
  57. 6e4662f sh: Use MMU.TTB register as pointer to current pgd. by Stuart Menefy · 18 years ago
  58. 21440cf sh: Preliminary support for SH-X2 MMU. by Paul Mundt · 18 years ago
  59. 19f9a34 sh: Initial vsyscall page support. by Paul Mundt · 18 years ago
  60. 2cb7ce3 sh: Enable /proc/kcore support. by Paul Mundt · 18 years ago
  61. e96636c sh: Various nommu fixes. by Yoshinori Sato · 18 years ago
  62. 26ff6c1 sh: page table alloc cleanups and page fault optimizations. by Paul Mundt · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  64. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 19 years ago
  65. 65463b7 [PATCH] sh: Drop hp690 discontig support by Paul Mundt · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago