1. 6718d0d x86 ptrace: block-step fix by Roland McGrath · 18 years ago
  2. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  3. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 18 years ago
  4. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 18 years ago
  5. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  6. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  7. 91d0322 Merge branch 'linus' into x86/urgent by Ingo Molnar · 18 years ago
  8. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 18 years ago
  9. 751851a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 18 years ago
  10. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  11. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  12. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  13. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 18 years ago
  14. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 18 years ago
  15. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  16. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 18 years ago
  17. 065cb3d x86, suspend, acpi: correct and add comments about Big Real Mode by H. Peter Anvin · 18 years ago
  18. 3bf2e77 x86, suspend, acpi: enter Big Real Mode by H. Peter Anvin · 18 years ago
  19. 4c2a997 x86: add PCI ID for 6300ESB force hpet by Joe Buehler · 18 years ago
  20. 1c776bf x86: add another PCI ID for ICH6 force-hpet by Krzysztof Oledzki · 18 years ago
  21. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 18 years ago
  22. 2387ce5 x86: make 64bit hpet_set_mapping to use ioremap too, v2 by Yinghai Lu · 18 years ago
  23. 87a1c44 x86: get x86_phys_bits early by Yinghai Lu · 18 years ago
  24. 32b23e9 x86: max_low_pfn_mapped fix #4 by Yinghai Lu · 18 years ago
  25. 11369f35 x86: change _node_to_cpumask_ptr to return const ptr by Mike Travis · 18 years ago
  26. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 18 years ago
  27. 3d88cca x86: fix numaq_tsc_disable calling by Yinghai Lu · 18 years ago
  28. 7b479be x86, e820: remove end_user_pfn by Yinghai Lu · 18 years ago
  29. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 18 years ago
  30. 7ab073b x86: max_low_pfn_mapped fix, #1 by Yinghai Lu · 18 years ago
  31. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 18 years ago
  32. eca91e7 x86_64: fix delayed signals by Roland McGrath · 18 years ago
  33. da1f29f x86: remove conflicting nx6325 and nx6125 quirks by Rafael J. Wysocki · 18 years ago
  34. 6c82a00 Merge branch 'x86/generalize-visws' into x86/core by Ingo Molnar · 18 years ago
  35. 5b4d238 x86: Recover timer_ack lost in the merge of the NMI watchdog by Maciej W. Rozycki · 18 years ago
  36. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 18 years ago
  37. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 18 years ago
  38. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 18 years ago
  39. 557d7d4 x86: use matching CFI_ENDPROC by Glauber Costa · 18 years ago
  40. 8d28aab x86_64: add pseudo-features for 32-bit compat syscall by Jeremy Fitzhardinge · 18 years ago
  41. 3d0decc x86: fix tsc unification buglet with ftrace and stackprotector by Ingo Molnar · 18 years ago
  42. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 18 years ago
  43. 69a7704 x86: e820: user-defined memory maps: remove the range instead of update it to reserved by Yinghai Lu · 18 years ago
  44. e54afe3 x86: remove duplicate call to use_tsc_delay by Glauber Costa · 18 years ago
  45. f78cb9b x86, VisWS: build fix by Ingo Molnar · 18 years ago
  46. b10e9ad arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. by Daniel Guilak · 18 years ago
  47. 26dd9fc x86, VisWS: turn into generic arch, clean up by Ingo Molnar · 18 years ago
  48. 0cecf92 x86, VisWS: turn into generic arch, clean up by Ingo Molnar · 18 years ago
  49. 54ce7f9 x86, VisWS: turn into generic arch, IO-APIC setup fix by Ingo Molnar · 18 years ago
  50. 1b84e1c x86, VisWS: turn into generic arch, flip over VISWS to generic arch by Ingo Molnar · 18 years ago
  51. 6525363 x86, VisWS: turn into generic arch, copy visws files by Ingo Molnar · 18 years ago
  52. 22d5c67 x86, VisWS: turn into generic arch, make VisWS boot on a regular PC by Ingo Molnar · 18 years ago
  53. 3b33553 x86: add early quirk support by Ingo Molnar · 18 years ago
  54. a13b04a x86 microcode: firmware data is const by Greg Kroah-Hartman · 18 years ago
  55. bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 18 years ago
  56. 0b9f4f4 x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq() by Maciej W. Rozycki · 18 years ago
  57. c9076b6 Revert "x86: fix IO APIC breakage on HP nx6325" by Ingo Molnar · 18 years ago
  58. 2179bab Revert "x86: fix IO APIC breakage on HP nx6325, v2" by Ingo Molnar · 18 years ago
  59. 3d43ecd x86: make e820_end return end_of_ram again for 64bit by Yinghai Lu · 18 years ago
  60. f34fa82 x86, acpi: merge __acpi_map_table by Yinghai Lu · 18 years ago
  61. 9e4144a Merge branch 'linus' into core/printk by Ingo Molnar · 18 years ago
  62. de989ef Merge branch 'x86/unify-lib' into x86/core by Ingo Molnar · 18 years ago
  63. a737abd x86: e820 memmap - add checking for NULL early param by Cyrill Gorcunov · 18 years ago
  64. c22d4c1 x86: make e820_end return max ram type only for 32 bit by Yinghai Lu · 18 years ago
  65. 183fe06 x86: build fix for "x86: fix C1E && nx6325 stability problem" by Ingo Molnar · 18 years ago
  66. e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 18 years ago
  67. 2dc807b x86: make max_pfn cover acpi table below 4g by Yinghai Lu · 18 years ago
  68. 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 18 years ago
  69. 0a4d8a4 x86: provide delay loop for x86_64. by Glauber Costa · 18 years ago
  70. 6f585e0 arch/x86/kernel/smpboot.c: fix warning by Andrew Morton · 18 years ago
  71. 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 18 years ago
  72. abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 18 years ago
  73. 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 18 years ago
  74. a7bbb0c x86: traps_xx: modify do_trap by Alexander van Heukelum · 18 years ago
  75. e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 18 years ago
  76. badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 18 years ago
  77. a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 18 years ago
  78. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 18 years ago
  79. 8fbbc4b x86: merge tsc_init and clocksource code by Alok Kataria · 18 years ago
  80. 2dbe06f x86: merge the TSC cpu-freq code by Alok Kataria · 18 years ago
  81. bfc0f59 x86: merge tsc calibration by Alok Kataria · 18 years ago
  82. 0ef9553 x86: merge sched_clock handling by Alok Kataria · 18 years ago
  83. 746f2eb x86: apic_32.c - add lapic resource by Cyrill Gorcunov · 18 years ago
  84. 83f5d89 x86: map UV chipset space - UV support by Jack Steiner · 18 years ago
  85. fc9036e x86: let early_reserve_e820 update e820_saved too by Yinghai Lu · 18 years ago
  86. a0a0bec x86: make e820_saved have update from setup_data by Yinghai Lu · 18 years ago
  87. 0be1552 x86: move saving e820_saved to setup_memory_map by Yinghai Lu · 18 years ago
  88. 5dfcf14 x86: use FIRMWARE_MEMMAP on x86/E820 by Bernhard Walle · 18 years ago
  89. 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 18 years ago
  90. 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 18 years ago
  91. aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 18 years ago
  92. 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 18 years ago
  93. 5f4765f x86: move init_cpu_to_node after get_smp_config by Yinghai Lu · 18 years ago
  94. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 18 years ago
  95. d9a81b4 x86: do not printout if we do not find setup_data by Yinghai Lu · 18 years ago
  96. 4fcc545 x86: make early_res_to_bootmem print out less 80 width chars by Yinghai Lu · 18 years ago
  97. dc8e812 x86: change copy_e820_map to append_e820_map by Yinghai Lu · 18 years ago
  98. 32105f7 x86: find offset for crashkernel reservation automatically by Bernhard Walle · 18 years ago
  99. fd6493e x86: cleanup e820_setup_gap(), v2 by Alok Kataria · 18 years ago
  100. 6a2f47c x86: add check for node passed to node_to_cpumask, v3 by Mike Travis · 18 years ago