1. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  2. fc8b8a6 x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu by Jeremy Fitzhardinge · 16 years ago
  3. ada8570 x86: remove open-coded save/load segment operations by Jeremy Fitzhardinge · 16 years ago
  4. af2b1c6 x86: add memory barriers to wrmsr by Jeremy Fitzhardinge · 16 years ago
  5. d338c73 x86: add memory clobber to save/loadsegment by Jeremy Fitzhardinge · 16 years ago
  6. bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 16 years ago
  7. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 16 years ago
  8. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 16 years ago
  9. 2b6adda x86: nmi_watchdog - remove useless check by Cyrill Gorcunov · 16 years ago
  10. 116f570 x86: nmi_watchdog - use nmi_watchdog variable for printing by Cyrill Gorcunov · 16 years ago
  11. 47a486c x86: perfctr-watchdog.c - coding style cleanup by Cyrill Gorcunov · 16 years ago
  12. 2bc0d26 x86 boot: more consistently use type int for node ids by Paul Jackson · 16 years ago
  13. e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
  14. c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 16 years ago
  15. 05486fa x86 boot: x86_64 efi compiler warning fix by Paul Jackson · 16 years ago
  16. 157fabf x86 boot: e820 code indentation fix by Paul Jackson · 16 years ago
  17. 295deae x86: setup_arch 32bit move kvm_guest_init later by Yinghai Lu · 16 years ago
  18. 9a2e593 x86: setup_arch 32bit move command line copying early by Yinghai Lu · 16 years ago
  19. 7465252 x86: setup_arch 32bit move efi check later by Yinghai Lu · 16 years ago
  20. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
  21. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  22. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  23. 3eb11ed x86: build fix by Ingo Molnar · 16 years ago
  24. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  25. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
  26. bef1568 x86: move reservetop and vmalloc parsing to pgtable_32.c by Yinghai Lu · 16 years ago
  27. 90d967e x86: move find_max_low_pfn to init_32.c by Yinghai Lu · 16 years ago
  28. 7f0be02 x86: move boot_params declaring to setup.c by Yinghai Lu · 16 years ago
  29. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 16 years ago
  30. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
  31. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  32. 17b4cce x86: move elfcorehdr parsing to setup.c by Yinghai Lu · 16 years ago
  33. ce97c40 x86: move reserve_standard_io_resource to setup.c by Yinghai Lu · 16 years ago
  34. f81be87 x86: remove two duplicated funcs in setup_32.c by Yinghai Lu · 16 years ago
  35. 0f0124f x86: merge setup64.c into common_64.c by Yinghai Lu · 16 years ago
  36. a9c1182 x86: seperate probe_roms into another file by Yinghai Lu · 16 years ago
  37. 7a1fd98 x86: add e820_remove_range by Yinghai Lu · 16 years ago
  38. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 16 years ago
  39. f580366 x86: seperate funcs from setup_64 to cpu common_64.c by Yinghai Lu · 16 years ago
  40. 0460661 x86: remove some acpi ifdefs in setup_32/64 by Yinghai Lu · 16 years ago
  41. ce38cc7 x86: clean up init_amd() by Yinghai Lu · 16 years ago
  42. 3c999f1 x86: check command line when CONFIG_X86_MPPARSE is not set, v2 by Yinghai Lu · 16 years ago
  43. 88a6846 xen: set max_pfn_mapped by Jeremy Fitzhardinge · 16 years ago
  44. b792c75 xen: reserve ISA space in e820 map by Jeremy Fitzhardinge · 16 years ago
  45. be5bf9f xen: reserve Xen-specific memory in e820 map by Jeremy Fitzhardinge · 16 years ago
  46. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  47. 1ea598c x86: fix sleep.c build error by Ingo Molnar · 16 years ago
  48. 7f6cbc9 x86: take load_sp0 out of smpboot.c by Glauber Costa · 16 years ago
  49. 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 16 years ago
  50. b553a1e x86: remove cpu from maps by Glauber Costa · 16 years ago
  51. 78e6227 x86: change naming to match x86_64 by Glauber Costa · 16 years ago
  52. b584176 x86: provide connect_bsp_APIC for x86_64 by Glauber Costa · 16 years ago
  53. 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 16 years ago
  54. 86e430e x86: remove ifdef from stepping by Glauber Costa · 16 years ago
  55. 0f385d1 x86: clearing io_apic harmless for x86_64 by Glauber Costa · 16 years ago
  56. 3e97047 x86: boot secondary cpus through initial_code by Glauber Costa · 16 years ago
  57. e3f77ed x86: use initial_code for i386 by Glauber Costa · 16 years ago
  58. a939098 x86: move x86_64 gdt closer to i386 by Glauber Costa · 16 years ago
  59. 736f12b x86: don't use gdt_page openly. by Glauber Costa · 16 years ago
  60. 9cf4f29 x86: use stack_start in x86_64 by Glauber Costa · 16 years ago
  61. a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 16 years ago
  62. 1ecd276 x86: unify crashkernel reservation for 32 and 64 bit by Bernhard Walle · 16 years ago
  63. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  64. e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 16 years ago
  65. e7eb872 x86, SGI UV: uv_ptc_proc_write fix by Cliff Wickman · 16 years ago
  66. cef5327 x86, SGI UV: TLB shootdown using broadcast assist unit, v6 by Cliff Wickman · 16 years ago
  67. ab9c0bb x86: increase MAX_APICS for very large x86-64 configs by Jack Steiner · 16 years ago
  68. b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 16 years ago
  69. d400524 SGI UV: TLB shootdown using broadcast assist unit, fix by Ingo Molnar · 16 years ago
  70. b4c286e SGI UV: clean up arch/x86/kernel/tlb_uv.c by Ingo Molnar · 16 years ago
  71. dc163a4 SGI UV: TLB shootdown using broadcast assist unit by Ingo Molnar · 16 years ago
  72. b194b12 SGI UV: TLB shootdown using broadcast assist unit, cleanups by Cliff Wickman · 16 years ago
  73. 73e991f x86 atomic operations: atomic_or_long() atomic_inc_short() by Cliff Wickman · 16 years ago
  74. 1812924 x86, SGI UV: TLB shootdown using broadcast assist unit by Cliff Wickman · 16 years ago
  75. d98b940 Merge branch 'linus' into x86/irq by Ingo Molnar · 16 years ago
  76. 4b62ac9 Merge branch 'x86/nmi' into x86/devel by Ingo Molnar · 16 years ago
  77. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  78. 46f68e1 x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 by Bernhard Walle · 16 years ago
  79. 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  80. 053713f x86: fix setup.c printk format warning by Randy Dunlap · 16 years ago
  81. 03db1f7 x86: don't return invalid pointers from node_to_cpumask() by Vegard Nossum · 16 years ago
  82. 076ac2a sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.c by Mike Travis · 16 years ago
  83. 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 16 years ago
  84. 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 16 years ago
  85. f307d25 x86: compile error fix for smpboot.c by Jeremy Fitzhardinge · 16 years ago
  86. 5deb0b2 x86: leave initial __cpu_pda array in place until cpus are booted by Mike Travis · 16 years ago
  87. 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 16 years ago
  88. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 16 years ago
  89. 7891a24 x86: restore pda nodenumber field by Mike Travis · 16 years ago
  90. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  91. 1184dc2 x86: modify Kconfig to allow up to 4096 cpus by Mike Travis · 16 years ago
  92. 7496b60 x86: fix remove cpu_pda table patch by Mike Travis · 16 years ago
  93. dbb6152 x86: don't call pxm_to_node again by Yinghai Lu · 16 years ago
  94. b755de8 x86: make dev_to_node return online node by Yinghai Lu · 17 years ago
  95. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  96. 9340e1c x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systems by Matthew Garrett · 16 years ago
  97. 471694e x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APIC by Maciej W. Rozycki · 16 years ago
  98. bad48f4 x86: simplify x86_mpparse dependency check by Yinghai Lu · 16 years ago
  99. c73d8dd Revert parts of "x86: update mptable" by Ingo Molnar · 16 years ago
  100. a4caa18 x86: fix compiling when CONFIG_X86_MPPARSE is not set by Yinghai Lu · 16 years ago