1. 8cbb3a7 scripts/get_maintainer.pl: add .mailmap use, shell and email cleanups by Joe Perches · 15 years ago
  2. 0e70e83 scripts/get_maintainer.pl: better email routines, use perl not shell where possible by Joe Perches · 15 years ago
  3. 3fb5565 scripts/get_maintainer.pl: add --pattern-depth by Joe Perches · 15 years ago
  4. 1d606b4 scripts/get_maintainer.pl: add sections in pattern match depth order by Joe Perches · 15 years ago
  5. f549266 scripts/get_maintainer.pl: add --git-blame by Joe Perches · 15 years ago
  6. b61d4a71 MAINTAINERS: add IPVS include files by Hannes Eder · 15 years ago
  7. 4d04c70 uml: fix order of pud and pmd_free() by Roel Kluin · 15 years ago
  8. db4e5cb um: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  9. 672917d cpuidle: menu governor: reduce latency on exit by Corrado Zoccolo · 15 years ago
  10. 69d2587 cpuidle: fix the menu governor to boost IO performance by Arjan van de Ven · 15 years ago
  11. 45d80ee m68k: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  12. 4ad4c76 m68k: convert to use arch_gettimeoffset() by john stultz · 15 years ago
  13. ef187fd m32r: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  14. 95ad759 m32r: convert to use arch_gettimeoffset() by john stultz · 15 years ago
  15. d5a6d17 m32r: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  16. 1f69366 alpha: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  17. 6217319 alpha: use printk_once by Marcin Slusarz · 15 years ago
  18. 27258e4 arch/alpha/boot/tools/objstrip.c: wrong variable tested after open() by Roel Kluin · 15 years ago
  19. 4f543fa alpha: convert to use arch_gettimeoffset() by john stultz · 15 years ago
  20. 6e0c9e7 h8300: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  21. eb8cdec nommu: add support for Memory Protection Units (MPU) by Bernd Schmidt · 15 years ago
  22. 02e87d1 pcmcia: cleanup/fixup patch for sa1100_jornada_pcmcia driver by Kristoffer Ericson · 15 years ago
  23. e6be4a8 pcmcia: switch /proc/bus/pccard/drivers to seq_file by Alexey Dobriyan · 15 years ago
  24. 470967d pcmcia: fix read buffer overflow by Roel Kluin · 15 years ago
  25. 734f3fa pcmcia: yenta: add missing __devexit marking by Mike Frysinger · 15 years ago
  26. f68e148 mm: reduce atomic use on use_mm fast path by Michael S. Tsirkin · 15 years ago
  27. 3d2d827 mm: move use_mm/unuse_mm from aio.c to mm/ by Michael S. Tsirkin · 15 years ago
  28. 425fbf0 shmem: initialize struct shmem_sb_info to zero by Pekka Enberg · 15 years ago
  29. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  30. 94bf5ce hugetlb: add MAP_HUGETLB example by Eric B Munson · 15 years ago
  31. 4e52780 hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Eric B Munson · 15 years ago
  32. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  33. 6bfde05 hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount by Eric B Munson · 15 years ago
  34. f8dbf0a7 mmap: save some cycles for the shared anonymous mapping by Huang Shijie · 15 years ago
  35. 252c5f9 mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust() by Lee Schermerhorn · 15 years ago
  36. 3f96b79 tmpfs: depend on shmem by Hugh Dickins · 15 years ago
  37. cdf7b34 mmap: remove unnecessary code by Huang Shijie · 15 years ago
  38. 03f6462 mm: move highest_memmap_pfn by Hugh Dickins · 15 years ago
  39. 62eede6 mm: ZERO_PAGE without PTE_SPECIAL by Hugh Dickins · 15 years ago
  40. 3ae77f4 mm: hugetlbfs_pagecache_present by Hugh Dickins · 15 years ago
  41. 6e91971 mm: m(un)lock avoid ZERO_PAGE by Hugh Dickins · 15 years ago
  42. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  43. a13ea5b mm: reinstate ZERO_PAGE by Hugh Dickins · 15 years ago
  44. 1ac0cb5 mm: fix anonymous dirtying by Hugh Dickins · 15 years ago
  45. 2a15efc mm: follow_hugetlb_page flags by Hugh Dickins · 15 years ago
  46. 8e4b9a60 mm: FOLL_DUMP replace FOLL_ANON by Hugh Dickins · 15 years ago
  47. f3e8fcc mm: add get_dump_page by Hugh Dickins · 15 years ago
  48. 1c3aff1 mm: remove unused GUP flags by Hugh Dickins · 15 years ago
  49. 408e82b mm: munlock use follow_page by Hugh Dickins · 15 years ago
  50. 5d3bc27 mm: fix NUMA accounting in numastat.txt by Minchan Kim · 15 years ago
  51. a6f9edd page-allocator: maintain rolling count of pages to free from the PCP by Mel Gorman · 15 years ago
  52. 5f8dcc2 page-allocator: split per-cpu list into one-list-per-migrate-type by Mel Gorman · 15 years ago
  53. 5d863b8 oom: fix oom_adjust_write() input sanity check by KOSAKI Motohiro · 15 years ago
  54. 8c5cd6f oom: oom_kill doesn't kill vfork parent (or child) by KOSAKI Motohiro · 15 years ago
  55. 495789a oom: make oom_score to per-process value by KOSAKI Motohiro · 15 years ago
  56. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  57. f168e1b mm/vmscan: remove page_queue_congested() comment by Vincent Li · 15 years ago
  58. f862963 mm: do batched scans for mem_cgroup by Wu Fengguang · 15 years ago
  59. 1a8670a oom: move oom_killer_enable()/oom_killer_disable to where they belong by Alexey Dobriyan · 15 years ago
  60. 0b21767 mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages() by Vincent Li · 15 years ago
  61. 2c85f51 mm: also use alloc_large_system_hash() for the PID hash table by Jan Beulich · 15 years ago
  62. 3c1596e mm: don't use alloc_bootmem_low() where not strictly needed by Jan Beulich · 15 years ago
  63. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  64. 4738e1b memory hotplug: fix updating of num_physpages for hot plugged memory by Jan Beulich · 15 years ago
  65. 78986a6 page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zone by Mel Gorman · 15 years ago
  66. ceddc3a mm: document is_page_cache_freeable() by Johannes Weiner · 15 years ago
  67. edcf474 mm: return boolean from page_has_private() by Johannes Weiner · 15 years ago
  68. 6c0b135 mm: return boolean from page_is_file_cache() by Johannes Weiner · 15 years ago
  69. 401a8e1 mm: introduce page_lru_base_type() by Johannes Weiner · 15 years ago
  70. b7c46d1 mm: drop unneeded double negations by Johannes Weiner · 15 years ago
  71. bba7881 mm: remove broken 'kzalloc' mempool by Sage Weil · 15 years ago
  72. bbba809 md: avoid use of broken kzalloc mempool by Sage Weil · 15 years ago
  73. 72ff13b mm: includecheck fix for mm/nommu.c by Jaswinder Singh Rajput · 15 years ago
  74. cff397e mm: includecheck fix for mm/shmem.c by Jaswinder Singh Rajput · 15 years ago
  75. 2ca4532 mm: add_to_swap_cache() does not return -EEXIST by Daisuke Nishimura · 15 years ago
  76. 31a5639 mm: add_to_swap_cache() must not sleep by Daisuke Nishimura · 15 years ago
  77. 8fbb398 tracing, documentation: Add a document on the kmem tracepoints by Mel Gorman · 15 years ago
  78. bb72222 tracing, documentation: add a document describing how to do some performance analysis with tracepoints by Mel Gorman · 15 years ago
  79. c9d05cf tracing, page-allocator: add a postprocessing script for page-allocator-related ftrace events by Mel Gorman · 15 years ago
  80. 0d3d062 tracing, page-allocator: add trace event for page traffic related to the buddy lists by Mel Gorman · 15 years ago
  81. e0fff1b tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypes by Mel Gorman · 15 years ago
  82. 4b4f278 tracing, page-allocator: add trace events for page allocation and page freeing by Mel Gorman · 15 years ago
  83. 38a3985 page-allocator: remove dead function free_cold_page() by Mel Gorman · 15 years ago
  84. cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
  85. 73d7c33 kcore: /proc/kcore should use vread by KAMEZAWA Hiroyuki · 15 years ago
  86. d0107eb kcore: fix vread/vwrite to be aware of holes by KAMEZAWA Hiroyuki · 15 years ago
  87. dd32c27 vmalloc: unmap vmalloc area after hiding it by KAMEZAWA Hiroyuki · 15 years ago
  88. 2f66a68 page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallback by Mel Gorman · 15 years ago
  89. fe1ff49 mm: kmem_cache_create(): make it easier to catch NULL cache names by Benjamin Herrenschmidt · 15 years ago
  90. 398499d pagemap clear_refs: modify to specify anon or mapped vma clearing by Moussa A. Ba · 15 years ago
  91. 7103ad3 ksm: mremap use err from ksm_madvise by Hugh Dickins · 15 years ago
  92. 35451be ksm: unmerge is an origin of OOMs by Hugh Dickins · 15 years ago
  93. a913e18 ksm: clean up obsolete references by Hugh Dickins · 15 years ago
  94. 8314c4f ksm: remove VM_MERGEABLE_FLAGS by Hugh Dickins · 15 years ago
  95. 7701c9c ksm: add some documentation by Hugh Dickins · 15 years ago
  96. 2ffd867 ksm: sysfs and defaults by Hugh Dickins · 15 years ago
  97. 1c2fb7a ksm: fix deadlock with munlock in exit_mmap by Andrea Arcangeli · 15 years ago
  98. 9ba6929 ksm: fix oom deadlock by Hugh Dickins · 15 years ago
  99. cd551f9 ksm: distribute remove_mm_from_lists by Hugh Dickins · 15 years ago
  100. d952b79 ksm: fix endless loop on oom by Hugh Dickins · 15 years ago