1. a5c62514 x86: clean up and simplify 64-bit split_large_page() by Ingo Molnar · 17 years ago
  2. 5e5224a x86: unify header part of pageattr_64.c by Ingo Molnar · 17 years ago
  3. d6ee09a x86: simplify pageattr_64.c by Ingo Molnar · 17 years ago
  4. a5f5503 x86: prepare for the unification of the cpa code by Ingo Molnar · 17 years ago
  5. bbb09f5 x86: prepare for the unification of the cpa code by Ingo Molnar · 17 years ago
  6. 55ce29b x86: cpa self-test, WARN_ON() by Ingo Molnar · 17 years ago
  7. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 17 years ago
  8. 9a3dc78 x86: cpa: simplify locking by Ingo Molnar · 17 years ago
  9. 7afe15b x86: simplify cpa largepage split, #3 by Ingo Molnar · 17 years ago
  10. 5508a748 x86: cpa self-test fixes by Ingo Molnar · 17 years ago
  11. bb5c2db x86: further cpa largepage-split cleanups by Ingo Molnar · 17 years ago
  12. 97f99fe x86: simplify 32-bit cpa largepage splitting by Ingo Molnar · 17 years ago
  13. 78c94ab x86: simplify the 32-bit cpa code by Ingo Molnar · 17 years ago
  14. 1a2b441 x86: fix early_ioremap() on 64-bit by Andi Kleen · 17 years ago
  15. 934d158 x86: remove set_kernel_exec() by Andi Kleen · 17 years ago
  16. 895bdc2 x86: c_p_a() make it more robust against use of PAT bits by Andi Kleen · 17 years ago
  17. 3c86882 x86: c_p_a() fix: reorder TLB / cache flushes to follow Intel recommendation by Andi Kleen · 17 years ago
  18. 6ba9b7d x86: fix c_p_a() boot crash by Andi Kleen · 17 years ago
  19. c93c82b x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels by Andi Kleen · 17 years ago
  20. a3ae91b x86: cpa: remove unnecessary masking of address by Andi Kleen · 17 years ago
  21. 5b01643 x86: cpa: use wbinvd() macro instead of inline assembly in 64bit c_p_a() by Andi Kleen · 17 years ago
  22. 0e3a954 x86: early_ioremap_init(), enhance warnings by Ingo Molnar · 17 years ago
  23. d690b2a x86: add early_ioremap() leak detection by Ingo Molnar · 17 years ago
  24. 793b24a x86: make early_ioremap_debug early_param by Huang, Ying · 17 years ago
  25. d18d6d6 x86: early_ioremap(), debugging by Ingo Molnar · 17 years ago
  26. bd796ed x86: add debug warnings to early_ioremap() by Ingo Molnar · 17 years ago
  27. 1b42f51 x86: enhance early_ioremap() by Ingo Molnar · 17 years ago
  28. 64a8f85 x86: early_ioremap_reset fix by Huang, Ying · 17 years ago
  29. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 17 years ago
  30. 4716e79 x86: replace boot_ioremap() with enhanced bt_ioremap() - remove boot_ioremap() by Huang, Ying · 17 years ago
  31. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 17 years ago
  32. 4138cc3 x86: set strong uncacheable where UC is really desired by Siddha, Suresh B · 17 years ago
  33. fbd3bfd x86: use __PAGE_KERNEL_EXEC in ioremap_64.c by Joerg Roedel · 17 years ago
  34. 718f949 x86: cleanup boot_ioremap_32.c by Thomas Gleixner · 17 years ago
  35. 851339b x86: clean up arch/x86/mm/pageattr-test.c by Ingo Molnar · 17 years ago
  36. fa2d836 x86: c_p_a(), add simple self test at boot by Andi Kleen · 17 years ago
  37. f0646e4 x86: return the page table level in lookup_address() by Ingo Molnar · 17 years ago
  38. 4c3c4b4 x86: clean up pte_exec by Andi Kleen · 17 years ago
  39. e66a951 x86: add dump_pagetable helper to X86_32 by Harvey Harrison · 17 years ago
  40. 0c42f39 c_p_a(): do a simple self test at boot by Andi Kleen · 17 years ago
  41. b4416a1 x86: clean up arch/x86/mm/pageattr_64.c by Ingo Molnar · 17 years ago
  42. 9f4c815 x86: clean up arch/x86/mm/pageattr_32.c by Ingo Molnar · 17 years ago
  43. 508bebb x86: allocate and initialize unshared pmds by Jeremy Fitzhardinge · 17 years ago
  44. 8fe3dee x86: preallocate pmds at pgd creation time by Jeremy Fitzhardinge · 17 years ago
  45. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 17 years ago
  46. 6c43545 x86: add mm parameter to paravirt_alloc_pd by Jeremy Fitzhardinge · 17 years ago
  47. 1e296f5 x86: fix section mismatch warning in srat_64.c by Sam Ravnborg · 17 years ago
  48. 9a1b62f x86: fix NUMA emulation on 64-bit by Minoru Usui · 17 years ago
  49. 1ce3571 x86: early cpu_to_node fix in numa_64.c by travis@sgi.com · 17 years ago
  50. 4323838 x86: change size of node ids from u8 to s16 by travis@sgi.com · 17 years ago
  51. 1b000a5 x86: make NUMA work on 32-bit by Mel Gorman · 17 years ago
  52. 625d6cf x86: fix early cpu_to_node panic from nr_free_zone_pages by Mike Travis · 17 years ago
  53. 518edc9 x86: update reliability argument to printk_address by Harvey Harrison · 17 years ago
  54. 9c5ba48 x86: clean up paging_init() by Ingo Molnar · 17 years ago
  55. fc7250a x86: only support sparsemem by Yinghai Lu · 17 years ago
  56. d729ab3 x86: use v8086_mode helper, trivial unification by Harvey Harrison · 17 years ago
  57. c49a495 x86: add debug of invalid per_cpu map accesses by travis@sgi.com · 17 years ago
  58. 602a54a x86: change bios_cpu_apicid to percpu data variable fixup by travis@sgi.com · 17 years ago
  59. 0164fe1 x86: fix early NUMA-id access by Mike Travis · 17 years ago
  60. 834beda1 x86: change NR_CPUS arrays in numa_64 fixup by travis@sgi.com · 17 years ago
  61. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
  62. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
  63. edcd811 x86: unify printk strings in fault_32|64.c by Harvey Harrison · 17 years ago
  64. 27cc2a8 x86: use shorter addresses in i386 segfault printks by Andi Kleen · 17 years ago
  65. 316390b x86: fixup NR-CPUS patch for numa by travis@sgi.com · 17 years ago
  66. 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 17 years ago
  67. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 17 years ago
  68. fdfe8aa x86: function ifdefs in fault_32|64.c by Harvey Harrison · 17 years ago
  69. 6f4d368 x86: last of trivial fault_32|64.c unification by Harvey Harrison · 17 years ago
  70. 608566b x86: do_page_fault small unification by Harvey Harrison · 17 years ago
  71. f2857ce x86: remove last user of get_segment_eip by Harvey Harrison · 17 years ago
  72. 37cd9cf x86: common x86_32|64 naming by Harvey Harrison · 17 years ago
  73. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 17 years ago
  74. 3cc87e3 x86: change size of node ids from u8 to u16 by travis@sgi.com · 17 years ago
  75. ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 17 years ago
  76. a261670 x86: cleanup setup_node_zones called by paging_init() by Yinghai Lu · 17 years ago
  77. 306c142 x86: pat: e820 cleanup by Ingo Molnar · 17 years ago
  78. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 17 years ago
  79. 1379a5c x86: move get_segment_eip() to step.c by Harvey Harrison · 17 years ago
  80. 318aa29 x86: more users of PF_ constants in fault_32|64.c by Harvey Harrison · 17 years ago
  81. 6fdc05d x86: unify pgtable accessors which use by Jeremy Fitzhardinge · 17 years ago
  82. bac4894 x86: make NUMA work on 32-bit again by Mel Gorman · 17 years ago
  83. 8a19da7 x86: clean up arch/x86/mm/fault_64.c by Ingo Molnar · 17 years ago
  84. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 17 years ago
  85. 3aa88cd x86: clean up k8topology.c by Carlos R. Mafra · 17 years ago
  86. f263310 x86: debug: double-check the empty zero page by Ingo Molnar · 17 years ago
  87. 48ddb15 x86: not clear empty_zero_page again by Yinghai Lu · 17 years ago
  88. c4aba4a x86: introduce force_sig_info_fault helper to X86_64 by Harvey Harrison · 17 years ago
  89. 1dc85be x86: begin fault_{32|64}.c unification by Harvey Harrison · 17 years ago
  90. b6795e6 x86: fault_32.c cleanup by Harvey Harrison · 17 years ago
  91. 33cb524 x86: cosmetic fixes fault_{32|64}.c by Harvey Harrison · 17 years ago
  92. ab4a574 arch/x86/: spelling fixes by Joe Perches · 17 years ago
  93. 85f2adf x86: use helper in fault_64.c by Harvey Harrison · 17 years ago
  94. 6d48583 x86: unify extable_{32|64}.c by Harvey Harrison · 17 years ago
  95. 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 17 years ago
  96. 8533bbe x86: prepare kprobes code for x86 unification by Masami Hiramatsu · 17 years ago
  97. 2215e69 x86 boot: use E820 memory map on EFI 32 platform by Huang, Ying · 17 years ago
  98. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  99. cc69785 x86: modify get_desc_base by Glauber de Oliveira Costa · 17 years ago
  100. 675a081 x86: unify mmap_{32|64}.c by Harvey Harrison · 17 years ago