1. d949f36 x86: Fix hwpoison code related build failure on 32-bit NUMAQ by Linus Torvalds · 15 years ago
  2. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  3. 7701c9c ksm: add some documentation by Hugh Dickins · 15 years ago
  4. f8af4da ksm: the mm interface to ksm by Hugh Dickins · 15 years ago
  5. cae681f HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs by Andi Kleen · 15 years ago
  6. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  7. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. a269cca mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition set by H. Peter Anvin · 15 years ago
  9. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  10. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  11. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  12. 0399790 [S390] pm: memory hotplug power management callbacks by Gerald Schaefer · 15 years ago
  13. e0a94c2 security: use mmap_min_addr indepedently of security models by Christoph Lameter · 15 years ago
  14. fc4d5c2 nommu: make the initial mmap allocation excess behaviour Kconfig configurable by David Howells · 15 years ago
  15. 5a52edd mm: point the UNEVICTABLE_LRU config option at the documentation by David Howells · 15 years ago
  16. 71aa653 nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=n by David Howells · 15 years ago
  17. 33925b2 nommu: there is no mlock() for NOMMU, so don't provide the bits by David Howells · 15 years ago
  18. 67faaad Remove obsolete CONFIG_RESOURCES_64BIT by Geert Uytterhoeven · 15 years ago
  19. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  20. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  21. 9ba1608 Kconfig: eliminate "def_bool n" constructs by Jan Beulich · 16 years ago
  22. 600715d generic: add phys_addr_t for holding physical addresses by Jeremy Fitzhardinge · 16 years ago
  23. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  24. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  25. 8174c43 x86: lockless get_user_pages_fast() by Nick Piggin · 16 years ago
  26. 83d1674 mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA by Gerald Schaefer · 16 years ago
  27. 6c118e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  28. 421c175 [S390] Add support for memory hot-add. by Heiko Carstens · 16 years ago
  29. 3851075 avr32: Use a quicklist for PTE allocation as well by Haavard Skinnemoen · 16 years ago
  30. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 16 years ago
  31. d5f68c6 sh: Bump number of quicklists for SH-5. by Paul Mundt · 17 years ago
  32. a5ee6da sparsemem: make SPARSEMEM_VMEMMAP selectable by Geoff Levand · 16 years ago
  33. ad3d0a3 small documentation fixes by Philipp Marek · 17 years ago
  34. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  35. 7426071 xen: lock pte pages while pinning/unpinning by Jeremy Fitzhardinge · 17 years ago
  36. 0c0e619 memory unplug: page offline by KAMEZAWA Hiroyuki · 17 years ago
  37. 29c7111 vmemmap: generify initialisation via helpers by Andy Whitcroft · 17 years ago
  38. 67dd5a2 xen: disable split pte locks for now by Jeremy Fitzhardinge · 17 years ago
  39. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  40. 2a7326b CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic by Christoph Lameter · 17 years ago
  41. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  42. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  43. 33d63bd sh: memory hot-add for sparsemem users support. by Paul Mundt · 17 years ago
  44. 6c645ac sh64: generic quicklist support. by Paul Mundt · 17 years ago
  45. 5f8c990 sh: generic quicklist support. by Paul Mundt · 17 years ago
  46. 6225e93 Quicklists for page table pages by Christoph Lameter · 17 years ago
  47. 5ac6da6 [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA by Christoph Lameter · 17 years ago
  48. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  49. 66701b1 [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA by Christoph Lameter · 17 years ago
  50. 84eb8d0 Fix "can not" in Documentation and Kconfig by Matt LaPlante · 18 years ago
  51. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  52. ec69acb [PATCH] hot-add-mem x86_64: Kconfig changes by Keith Mannthey · 18 years ago
  53. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  54. cc57637 [PATCH] solve config broken: undefined reference to `online_page' by Yasunori Goto · 18 years ago
  55. 1f04bbd [PATCH] sparc64: support sparsemem and !memory hotplug by Yasunori Goto · 18 years ago
  56. 6550e07 [PATCH] 64bit Resource: finally enable 64bit resource sizes by Greg Kroah-Hartman · 18 years ago
  57. 6c5240a [PATCH] Swapless page migration: modify core logic by Christoph Lameter · 18 years ago
  58. d784124 [PATCH] mm: make page migration dependent on swap and NUMA by Christoph Lameter · 18 years ago
  59. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  60. 7cbe34c [PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration support by Christoph Lameter · 18 years ago
  61. c898ec1 [PATCH] allow flatmem to be disabled when only sparsemem is implemented by Anton Blanchard · 18 years ago
  62. 7b6ac9d [PATCH] mm: update split ptlock Kconfig by Hugh Dickins · 19 years ago
  63. 2d4b95f [PATCH] Suppress split ptlock on arches which may use one page for multiple page tables by Hugh Dickins · 19 years ago
  64. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago
  65. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  66. f3519f9 [PATCH] fix mm/Kconfig spelling by Dave Hansen · 19 years ago
  67. 3e34726 [PATCH] sparsemem extreme implementation by Bob Picco · 19 years ago
  68. 802f192 [PATCH] SPARSEMEM EXTREME by Bob Picco · 19 years ago
  69. d41dee3 [PATCH] sparsemem memory model by Andy Whitcroft · 19 years ago
  70. af70536 [PATCH] generify memory present by Andy Whitcroft · 19 years ago
  71. 785dcd4 [PATCH] mm/Kconfig: give DISCONTIG more help text by Dave Hansen · 19 years ago
  72. e1785e8 [PATCH] mm/Kconfig: hide "Memory Model" selection menu by Dave Hansen · 19 years ago
  73. 44d0f80 [PATCH] sparsemem: fix minor "defaults" issue in mm/Kconfig by Dave Hansen · 19 years ago
  74. 93b7504 [PATCH] Introduce new Kconfig option for NUMA or DISCONTIG by Dave Hansen · 19 years ago
  75. 3a9da76 [PATCH] create mm/Kconfig for arch-independent memory options by Dave Hansen · 19 years ago