1. 68db065 x86: unify KERNEL_PGD_PTRS by Jeremy Fitzhardinge · 16 years ago
  2. 6944a9c x86: rename paravirt_alloc_pt etc after the pagetable structure by Jeremy Fitzhardinge · 16 years ago
  3. cf9b111 x86: remove pointless comments by WANG Cong · 16 years ago
  4. f5c24a7 x86: don't use large pages to map the first 2/4MB of memory by Andi Kleen · 16 years ago
  5. 6779429 x86: replace the now useless max_pfn_mapped define by Thomas Gleixner · 16 years ago
  6. 7d1116a x86: implement true end_pfn_mapped for 32bit by Andi Kleen · 16 years ago
  7. 4e4eee0 x86: enhance DEBUG_RODATA support for hotplug and kprobes by Mathieu Desnoyers · 16 years ago
  8. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 16 years ago
  9. 76ebd05 x86: introduce page pool in cpa by Thomas Gleixner · 16 years ago
  10. 551889a x86: construct 32-bit boot time page tables in native format. by Ian Campbell · 16 years ago
  11. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 16 years ago
  12. a6eb84b suspend: cleanup reference to swsusp_pg_dir[] by Rafael J. Wysocki · 16 years ago
  13. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 16 years ago
  14. d7d119d x86: arch/x86/mm/init_32.c printk fixes by Ingo Molnar · 16 years ago
  15. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 16 years ago
  16. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 16 years ago
  17. ee01f11 x86: init memory debugging by Ingo Molnar · 16 years ago
  18. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 16 years ago
  19. 3c1df68 x86: make sure initmem is writable by Arjan van de Ven · 16 years ago
  20. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 16 years ago
  21. 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 16 years ago
  22. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 16 years ago
  23. 934d158 x86: remove set_kernel_exec() by Andi Kleen · 16 years ago
  24. c93c82b x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels by Andi Kleen · 16 years ago
  25. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 16 years ago
  26. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 16 years ago
  27. f0646e4 x86: return the page table level in lookup_address() by Ingo Molnar · 16 years ago
  28. 4c3c4b4 x86: clean up pte_exec by Andi Kleen · 16 years ago
  29. 0c42f39 c_p_a(): do a simple self test at boot by Andi Kleen · 16 years ago
  30. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 16 years ago
  31. 6c43545 x86: add mm parameter to paravirt_alloc_pd by Jeremy Fitzhardinge · 16 years ago
  32. 6fdc05d x86: unify pgtable accessors which use by Jeremy Fitzhardinge · 16 years ago
  33. 2215e69 x86 boot: use E820 memory map on EFI 32 platform by Huang, Ying · 16 years ago
  34. f3f20de x86: clean up mm/init_32.c by Jeremy Fitzhardinge · 16 years ago
  35. 23be8c7 x86: fix boot crash on HIGHMEM4G && SPARSEMEM by Ingo Molnar · 16 years ago
  36. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  37. 509a80c x86: fix CONFIG_PAGEALLOC related boot hangs/OOMs by Ingo Molnar · 17 years ago
  38. fb9fc39 Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 17 years ago
  39. 4f81784 remove dead code in pgtable_cache_init by Jeremy Fitzhardinge · 17 years ago
  40. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  41. ad757b6 i386: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/init_32.c]
  42. afb5ce0 i386: prepare shared mm/init.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mm/init.c]
  43. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  44. 602033e Revert most of "x86: Fix alternatives and kprobes to remap write-protected kernel text" by Linus Torvalds · 17 years ago
  45. e8b2fd0 ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source by Len Brown · 17 years ago
  46. 19d36cc x86: Fix alternatives and kprobes to remap write-protected kernel text by Andi Kleen · 17 years ago
  47. d5321ab i386: minor nx handling adjustment by Jan Beulich · 17 years ago
  48. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  49. bdef40a paravirt: export __supported_pte_mask by Jeremy Fitzhardinge · 17 years ago
  50. fdb4c33 paravirt: add an "mm" argument to alloc_pt by Jeremy Fitzhardinge · 17 years ago
  51. 0864a4e Allow DEBUG_RODATA and KPROBES to co-exist by Arjan van de Ven · 17 years ago
  52. f1d1a84 SLUB: i386 support by Christoph Lameter · 17 years ago
  53. 0e6b9c9 use SLAB_PANIC flag cleanup by Akinobu Mita · 17 years ago
  54. e3ebadd Revert "[PATCH] x86: __pa and __pa_symbol address space separation" by Linus Torvalds · 17 years ago
  55. 5311ab6 [PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharing by Jeremy Fitzhardinge · 17 years ago
  56. b239fb2 [PATCH] i386: PARAVIRT: Hooks to set up initial pagetable by Jeremy Fitzhardinge · 17 years ago
  57. 6fb1475 [PATCH] x86: tighten kernel image page access rights by Jan Beulich · 17 years ago
  58. 0dbf702 [PATCH] x86: __pa and __pa_symbol address space separation by Vivek Goyal · 17 years ago
  59. c119ecc [PATCH] MM: page allocation hooks for VMI backend by Zachary Amsden · 17 years ago
  60. 0e0be25 [PATCH] i386: Fix memory hotplug related MODPOST generated warning by Vivek Goyal · 18 years ago
  61. 7c7e942 [PATCH] memory hotplug: fix compile error for i386 with NUMA config by Yasunori Goto · 18 years ago
  62. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  63. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  64. bf7e6a1 [PATCH] i386: Preserve EFI run time regions with memmap parameter by Artiom Myaskouvskey · 18 years ago
  65. 8d8f3cb BUG_ON cleanups in arch/i386 by Eric Sesterhenn · 18 years ago
  66. 789e6ac [PATCH] paravirt: update pte hook by Zachary Amsden · 18 years ago
  67. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  68. 052e799 [PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hypervisor by Jeremy Fitzhardinge · 18 years ago
  69. 776ed98 [PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONES by Christoph Lameter · 18 years ago
  70. 1a3f239 [PATCH] i386: Replace i386 open-coded cmdline parsing with by Rusty Russell · 18 years ago
  71. ba9c231 [PATCH] i386: initialize end-of-memory variables as early as possible by Jan Beulich · 18 years ago
  72. a581c2a [PATCH] add __[start|end]_rodata sections to asm-generic/sections.h by Heiko Carstens · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  74. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  75. bc02af9 [PATCH] pgdat allocation for new node add (specify node id) by Yasunori Goto · 18 years ago
  76. 55b2355 [PATCH] don't use flush_tlb_all in suspend time by Shaohua Li · 18 years ago
  77. ad8f579 [PATCH] build fix: CONFIG_MEMORY_HOTPLUG=y on i386 by KAMEZAWA Hiroyuki · 18 years ago
  78. 9d99aaa [PATCH] x86_64: Support memory hotadd without sparsemem by Andi Kleen · 18 years ago
  79. 9a0b581 [PATCH] x86: SMP alternatives by Gerd Hoffmann · 18 years ago
  80. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  81. c09b424 [PATCH] x86_64: add __meminit for memory hotplug by Matt Tolentino · 18 years ago
  82. 63aaf30 [PATCH] x86/x86_64: mark rodata section read only: x86 parts by Arjan van de Ven · 19 years ago
  83. 27d99f7 [PATCH] arch/i386/mm/init.c: small cleanups by Adrian Bunk · 19 years ago
  84. 05039b9 [PATCH] memory hotplug: i386 addition functions by Dave Hansen · 19 years ago
  85. 6c231b7 [PATCH] Additions to .data.read_mostly section by Ravikiran G Thirumalai · 19 years ago
  86. c9b02a2 [PATCH] i386: use set_pte macros in a couple places where they were missing by Zachary Amsden · 19 years ago
  87. 7ae65fd [PATCH] x86: fix EFI memory map parsing by Matt Tolentino · 19 years ago
  88. 648be31 [PATCH] swsusp: kill config_pm_disk by Pavel Machek · 19 years ago
  89. 129f694 [PATCH] Remove i386_ksyms.c, almost. by Alexey Dobriyan · 19 years ago
  90. 05b79bd [PATCH] sparsemem memory model for i386 by Andy Whitcroft · 19 years ago
  91. 5b505b9 [PATCH] sparsemem base: teach discontig about sparse ranges by Dave Hansen · 19 years ago
  92. cbe37d0 [PATCH] mm: remove PG_highmem by Badari Pulavarty · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago