1. 6c43545 x86: add mm parameter to paravirt_alloc_pd by Jeremy Fitzhardinge · 16 years ago
  2. 1e296f5 x86: fix section mismatch warning in srat_64.c by Sam Ravnborg · 16 years ago
  3. 9a1b62f x86: fix NUMA emulation on 64-bit by Minoru Usui · 16 years ago
  4. 1ce3571 x86: early cpu_to_node fix in numa_64.c by travis@sgi.com · 16 years ago
  5. 4323838 x86: change size of node ids from u8 to s16 by travis@sgi.com · 16 years ago
  6. 1b000a5 x86: make NUMA work on 32-bit by Mel Gorman · 16 years ago
  7. 625d6cf x86: fix early cpu_to_node panic from nr_free_zone_pages by Mike Travis · 16 years ago
  8. 518edc9 x86: update reliability argument to printk_address by Harvey Harrison · 16 years ago
  9. 9c5ba48 x86: clean up paging_init() by Ingo Molnar · 16 years ago
  10. fc7250a x86: only support sparsemem by Yinghai Lu · 16 years ago
  11. d729ab3 x86: use v8086_mode helper, trivial unification by Harvey Harrison · 16 years ago
  12. c49a495 x86: add debug of invalid per_cpu map accesses by travis@sgi.com · 16 years ago
  13. 602a54a x86: change bios_cpu_apicid to percpu data variable fixup by travis@sgi.com · 16 years ago
  14. 0164fe1 x86: fix early NUMA-id access by Mike Travis · 16 years ago
  15. 834beda1 x86: change NR_CPUS arrays in numa_64 fixup by travis@sgi.com · 16 years ago
  16. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 16 years ago
  17. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 16 years ago
  18. edcd811 x86: unify printk strings in fault_32|64.c by Harvey Harrison · 16 years ago
  19. 27cc2a8 x86: use shorter addresses in i386 segfault printks by Andi Kleen · 16 years ago
  20. 316390b x86: fixup NR-CPUS patch for numa by travis@sgi.com · 16 years ago
  21. 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 16 years ago
  22. 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 16 years ago
  23. fdfe8aa x86: function ifdefs in fault_32|64.c by Harvey Harrison · 16 years ago
  24. 6f4d368 x86: last of trivial fault_32|64.c unification by Harvey Harrison · 16 years ago
  25. 608566b x86: do_page_fault small unification by Harvey Harrison · 16 years ago
  26. f2857ce x86: remove last user of get_segment_eip by Harvey Harrison · 16 years ago
  27. 37cd9cf x86: common x86_32|64 naming by Harvey Harrison · 16 years ago
  28. df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 16 years ago
  29. 3cc87e3 x86: change size of node ids from u8 to u16 by travis@sgi.com · 16 years ago
  30. ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 16 years ago
  31. a261670 x86: cleanup setup_node_zones called by paging_init() by Yinghai Lu · 16 years ago
  32. 306c142 x86: pat: e820 cleanup by Ingo Molnar · 16 years ago
  33. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 16 years ago
  34. 1379a5c x86: move get_segment_eip() to step.c by Harvey Harrison · 16 years ago
  35. 318aa29 x86: more users of PF_ constants in fault_32|64.c by Harvey Harrison · 16 years ago
  36. 6fdc05d x86: unify pgtable accessors which use by Jeremy Fitzhardinge · 16 years ago
  37. bac4894 x86: make NUMA work on 32-bit again by Mel Gorman · 16 years ago
  38. 8a19da7 x86: clean up arch/x86/mm/fault_64.c by Ingo Molnar · 16 years ago
  39. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 16 years ago
  40. 3aa88cd x86: clean up k8topology.c by Carlos R. Mafra · 16 years ago
  41. f263310 x86: debug: double-check the empty zero page by Ingo Molnar · 16 years ago
  42. 48ddb15 x86: not clear empty_zero_page again by Yinghai Lu · 16 years ago
  43. c4aba4a x86: introduce force_sig_info_fault helper to X86_64 by Harvey Harrison · 16 years ago
  44. 1dc85be x86: begin fault_{32|64}.c unification by Harvey Harrison · 16 years ago
  45. b6795e6 x86: fault_32.c cleanup by Harvey Harrison · 16 years ago
  46. 33cb524 x86: cosmetic fixes fault_{32|64}.c by Harvey Harrison · 16 years ago
  47. ab4a574 arch/x86/: spelling fixes by Joe Perches · 16 years ago
  48. 85f2adf x86: use helper in fault_64.c by Harvey Harrison · 16 years ago
  49. 6d48583 x86: unify extable_{32|64}.c by Harvey Harrison · 16 years ago
  50. 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 16 years ago
  51. 8533bbe x86: prepare kprobes code for x86 unification by Masami Hiramatsu · 16 years ago
  52. 2215e69 x86 boot: use E820 memory map on EFI 32 platform by Huang, Ying · 16 years ago
  53. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 16 years ago
  54. cc69785 x86: modify get_desc_base by Glauber de Oliveira Costa · 16 years ago
  55. 675a081 x86: unify mmap_{32|64}.c by Harvey Harrison · 16 years ago
  56. f3f20de x86: clean up mm/init_32.c by Jeremy Fitzhardinge · 16 years ago
  57. 27ec161 x86: kill mk_pte_huge by Jeremy Fitzhardinge · 16 years ago
  58. 929fd58 x86: some whitespace cleanups in paging code by Joerg Roedel · 16 years ago
  59. 954683a x86: PIE executable randomization, uninlining by Andrew Morton · 16 years ago
  60. bb1ad82 x86: PIE executable randomization, checkpatch fixes by Andrew Morton · 16 years ago
  61. cc503c1 x86: PIE executable randomization by Jiri Kosina · 16 years ago
  62. 40842bf x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE by Joerg Roedel · 16 years ago
  63. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 16 years ago
  64. 5548fec x86: clean up bitops-related warnings by Jeremy Fitzhardinge · 16 years ago
  65. 022eb43 x86: kmap_atomic() debugging by Andrew Morton · 16 years ago
  66. b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 16 years ago
  67. 3f6e5a1 x86: use core id bits for apicid_to_node initialization by Yinghai Lu · 16 years ago
  68. 7462894 x86: fixup numa 64 namespace by Thomas Gleixner · 16 years ago
  69. e3cfe52 x86: cleanup numa_64.c by Thomas Gleixner · 16 years ago
  70. 0b9c99b x86: cleanup tlbflush.h variants by Thomas Gleixner · 16 years ago
  71. 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 16 years ago
  72. 4ec08da x86: remove the duplicated arch/x86/ia32/mmap32.c by Thomas Gleixner · 16 years ago
  73. f8eeae6 x86: clean up arch/x86/mm/mmap_32/64.c by Thomas Gleixner · 16 years ago
  74. aaa64e0 x86: move numa related declarations by Thomas Gleixner · 16 years ago
  75. 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 16 years ago
  76. c9ff034 x86: move k8 related declarations by Thomas Gleixner · 16 years ago
  77. 23be8c7 x86: fix boot crash on HIGHMEM4G && SPARSEMEM by Ingo Molnar · 17 years ago
  78. b6fd6ec memory hotplug x86_64: fix section mismatch in init_memory_mapping() by KAMEZAWA Hiroyuki · 17 years ago
  79. a7e1e00 Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  80. fb8c177 x86: mm/discontig_32.c: make code static by Adrian Bunk · 17 years ago
  81. 6a22c57 Revert "x86_64: allocate sparsemem memmap above 4G" by Linus Torvalds · 17 years ago
  82. 143a5d3 lockdep: fixup irq tracing by Peter Zijlstra · 17 years ago
  83. eec407c x86: fix bogus KERN_ALERT on oops by Alexey Dobriyan · 17 years ago
  84. a9c55b3 Intel IOMMU: clflush_cache_range now takes size param by Keshavamurthy, Anil S · 17 years ago
  85. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  86. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 17 years ago
  87. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  88. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  89. 2679065 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  90. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  91. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  92. 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 17 years ago
  93. b1992df x86: honor _PAGE_PSE bit on page walks by Jan Beulich · 17 years ago
  94. b3f5dde x86: don't zero pad addresses in segfault message by Andi Kleen · 17 years ago
  95. af93ebc x86: remove page_fault_trace by Andi Kleen · 17 years ago
  96. 9a24d04 x86: fix global_flush_tlb() bug by Ingo Molnar · 17 years ago
  97. d20ead9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  98. de8aacb x86: convert mm_context_t semaphore to a mutex by Luiz Fernando N. Capitulino · 17 years ago
  99. 9aa8d71 i386: clean up oops/bug reports by Pavel Emelyanov · 17 years ago
  100. 98c9e27 x86: fix cpu_to_node references by Mike Travis · 17 years ago