1. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  2. 8417bba [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone by Christoph Lameter · 18 years ago
  3. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  4. 39bbcb8 [PATCH] mm: do not check unpopulated zones for draining and counter updates by Christoph Lameter · 18 years ago
  5. 006d22d [PATCH] Optimize free_one_page by Christoph Lameter · 18 years ago
  6. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago
  7. d2e7b7d [PATCH] fix potential stack overflow in mm/slab.c by Siddha, Suresh B · 18 years ago
  8. 980128f [PATCH] Define easier to handle GFP_THISNODE by Christoph Lameter · 18 years ago
  9. fbd9816 [PATCH] Profiling: require buffer allocation on the correct node by Christoph Lameter · 18 years ago
  10. 1192d52 [PATCH] Cleanup: Add zone pointer to get_page_from_freelist by Christoph Lameter · 18 years ago
  11. bd1b167 [PATCH] Guarantee that the uncached allocator gets pages on the correct node by Christoph Lameter · 18 years ago
  12. 3d99cfb [PATCH] sys_move_pages: Do not fall back to other nodes by Christoph Lameter · 18 years ago
  13. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  14. 056c624 [PATCH] slab: fix lockdep warnings by Ravikiran G Thirumalai · 18 years ago
  15. 2ed3a4e [PATCH] slab: do not panic when alloc_kmemlist fails and slab is up by Christoph Lameter · 18 years ago
  16. 117f6eb [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy by Christoph Lameter · 18 years ago
  17. dbe5e69 [PATCH] slab: optimize kmalloc_node the same way as kmalloc by Christoph Hellwig · 18 years ago
  18. da6052f [PATCH] update some mm/ comments by Nick Piggin · 18 years ago
  19. e5ac9c5 [PATCH] Add some comments to slab.c by Ravikiran G Thirumalai · 18 years ago
  20. dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
  21. b72f160 [PATCH] oom: more printk by Nick Piggin · 18 years ago
  22. 5081dde [PATCH] oom: kthread infinite loop fix by Nick Piggin · 18 years ago
  23. af5b912 [PATCH] oom: swapoff tasks tweak by Nick Piggin · 18 years ago
  24. 4a3ede1 [PATCH] oom: handle oom_disable exiting by Nick Piggin · 18 years ago
  25. 50ec3bb [PATCH] oom: handle current exiting by Nick Piggin · 18 years ago
  26. 7887a3d [PATCH] oom: cpuset hint by Nick Piggin · 18 years ago
  27. 4ff1ffb [PATCH] oom: reclaim_mapped on oom by Nick Piggin · 18 years ago
  28. 408d854 [PATCH] oom: use unreclaimable info by Nick Piggin · 18 years ago
  29. 6ddab3b [PATCH] mm: swap write failure fixup by Peter Zijlstra · 18 years ago
  30. ca5f970 [PATCH] slab: respect architecture and caller mandated alignment by Pekka Enberg · 18 years ago
  31. db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
  32. 28e4d96 [PATCH] mm: remove_mapping() safeness by Nick Piggin · 18 years ago
  33. bfa5bf6 [PATCH] Add kerneldocs for some functions in mm/memory.c by Rolf Eike Beer · 18 years ago
  34. 7ff6f08 [PATCH] CPU hotplug compatible alloc_percpu() by Martin Peschke · 18 years ago
  35. 8bc719d [PATCH] out of memory notifier by Martin Schwidefsky · 18 years ago
  36. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  37. 2f6726e [PATCH] Apply type enum zone_type by Christoph Lameter · 18 years ago
  38. 4e4785b [PATCH] mempolicies: fix policy_zone check by Christoph Lameter · 18 years ago
  39. b9b1578 [PATCH] reduce MAX_NR_ZONES: fix i386 SRAT check for MAX_NR_ZONES by Christoph Lameter · 18 years ago
  40. 27bf71c [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones by Christoph Lameter · 18 years ago
  41. e53ef38 [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional by Christoph Lameter · 18 years ago
  42. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  43. 2f1b624 [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and comment by Christoph Lameter · 18 years ago
  44. 98d2b0e [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanup by Christoph Lameter · 18 years ago
  45. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  46. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  47. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  48. 776ed98 [PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONES by Christoph Lameter · 18 years ago
  49. f71bf0c [PATCH] bootmem: miscellaneous coding style fixes by Franck Bui-Huu · 18 years ago
  50. bbc7b92 [PATCH] bootmem: use pfn/page conversion macros by Franck Bui-Huu · 18 years ago
  51. e786e86 [PATCH] bootmem: remove useless headers inclusions by Franck Bui-Huu · 18 years ago
  52. bb0923a [PATCH] bootmem: limit to 80 columns width by Franck Bui-Huu · 18 years ago
  53. 71fb2e8 [PATCH] bootmem: remove useless parentheses in bootmem header file by Franck Bui-Huu · 18 years ago
  54. 69d49e6 [PATCH] bootmem: mark link_bootmem() as part of the __init section by Franck Bui-Huu · 18 years ago
  55. 2d1a07d [PATCH] bootmem: remove useless __init in header file by Franck Bui-Huu · 18 years ago
  56. 9102330 [PATCH] convert i386 NUMA KVA space to bootmem by keith mannthey · 18 years ago
  57. b221385 [PATCH] mm/: make functions static by Adrian Bunk · 18 years ago
  58. 204ec84 [PATCH] mm: msync() cleanup by Peter Zijlstra · 18 years ago
  59. ee6a645 [PATCH] mm: fixup do_wp_page() by Peter Zijlstra · 18 years ago
  60. e88dd6c [PATCH] mm: small cleanup of install_page() by Peter Zijlstra · 18 years ago
  61. c1e6098 [PATCH] mm: optimize the new mprotect() code a bit by Peter Zijlstra · 18 years ago
  62. edc79b2 [PATCH] mm: balance dirty pages by Peter Zijlstra · 18 years ago
  63. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  64. 725d704 [PATCH] mm: VM_BUG_ON by Nick Piggin · 18 years ago
  65. a6ca1b9 [PATCH] update to the kernel kmap/kunmap API by James Bottomley · 18 years ago
  66. 3998b93 [PATCH] jbd: fix commit of ordered data buffers by Jan Kara · 18 years ago
  67. 632bbfe [PATCH] trigger a syntax error if percpu macros are incorrectly used by Jan Blunck · 18 years ago
  68. 0a2966b [PATCH] Fix longstanding load balancing bug in the scheduler by Christoph Lameter · 18 years ago
  69. 3f75f42 [PATCH] Don't set calgary iommu as default y by Andi Kleen · 18 years ago
  70. dcf1030 [PATCH] i386/x86-64: New Intel feature flags by Dave Jones · 18 years ago
  71. 3222b36 [PATCH] x86: Add a cumulative thermal throttle event counter. by Dmitriy Zavin · 18 years ago
  72. 66aea99 [PATCH] i386: Make the jiffies compares use the 64bit safe macros. by Dmitriy Zavin · 18 years ago
  73. 15d5f83 [PATCH] x86: Refactor thermal throttle processing by Dmitriy Zavin · 18 years ago
  74. 3b17167 [PATCH] Add 64bit jiffies compares (for use with get_jiffies_64) by Dmitriy Zavin · 18 years ago
  75. b89ebd0 [PATCH] Fix unwinder warning in traps.c by Andi Kleen · 18 years ago
  76. 0637a70 [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 by Andi Kleen · 18 years ago
  77. 8f60774 [PATCH] x86: Move direct PCI scanning functions out of line by Andi Kleen · 18 years ago
  78. f157cbb [PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI by Andi Kleen · 18 years ago
  79. 658fdbe [PATCH] Don't leak NT bit into next task by Andi Kleen · 18 years ago
  80. adf1423 [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder by Jan Beulich · 18 years ago
  81. ab2e0b4 [PATCH] Fix some broken white space in ia32_signal.c by Andi Kleen · 18 years ago
  82. 536e3ee [PATCH] Initialize argument registers for 32bit signal handlers. by Andi Kleen · 18 years ago
  83. dd54a11 [PATCH] Remove all traces of signal number conversion by Andi Kleen · 18 years ago
  84. 2049336 [PATCH] Don't synchronize time reading on single core AMD systems by Andi Kleen · 18 years ago
  85. 9ddab42 [PATCH] Remove outdated comment in x86-64 mmconfig code by Andi Kleen · 18 years ago
  86. 27fbe5b [PATCH] Use string instructions for Core2 copy/clear by Andi Kleen · 18 years ago
  87. 35d534a [PATCH] x86: - restore i8259A eoi status on resume by Matthew Garrett · 18 years ago
  88. f354b3a [PATCH] i386: Split multi-line printk in oops output. by Dave Jones · 18 years ago
  89. 2817716 [PATCH] i386: Fix pack_descriptor() by Jeremy Fitzhardinge · 18 years ago
  90. de09bdd [PATCH] i386: Add MMCFG resources to i386 too by Andi Kleen · 18 years ago
  91. 4c6e052 [PATCH] MMCONFIG and new Intel motherboards by Aaron Durbin · 18 years ago
  92. 56dd669 [PATCH] Insert GART region into resource map by Aaron Durbin · 18 years ago
  93. 9abd792 [PATCH] i386/x86-64: Only do MCFG e820 check when type 1 works by Andi Kleen · 18 years ago
  94. 5e544d6 [PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config space access by Andi Kleen · 18 years ago
  95. a15da49 [PATCH] Fix idle notifiers by Andi Kleen · 18 years ago
  96. 1c9c0a6 [PATCH] Remove experimental mark of kexec by Eric W. Biederman · 18 years ago
  97. 371c2f2 [PATCH] i386: Remove experimental mark of kexec by Eric W. Biederman · 18 years ago
  98. b38337a [PATCH] Mark per cpu data initialization __initdata again by Andi Kleen · 18 years ago
  99. 73bb511 [PATCH] Remove unused asm-x86_64/mmx.h by Andi Kleen · 18 years ago
  100. fd167e4 [PATCH] Define __bad_pda_field as noreturn by Andi Kleen · 18 years ago