1. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  2. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  3. 836fe2f xen: use set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  4. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  5. 4560a29 xen: set num_processors by Jeremy Fitzhardinge · 16 years ago
  6. ce803e7 xen64: use arbitrary_virt_to_machine for xen_set_pmd by Jeremy Fitzhardinge · 16 years ago
  7. ebd879e xen: fix truncation of machine address by Jeremy Fitzhardinge · 16 years ago
  8. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  9. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  10. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  11. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago
  12. 3d75e1b xen64: add hypervisor callbacks for events, etc by Jeremy Fitzhardinge · 16 years ago
  13. 7d087b6 xen: cpu_detect is 32-bit only by Jeremy Fitzhardinge · 16 years ago
  14. 15664f9 xen64: use set_fixmap for shared_info structure by Jeremy Fitzhardinge · 16 years ago
  15. cdacc12 xen64: add 64-bit assembler by Jeremy Fitzhardinge · 16 years ago
  16. 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 16 years ago
  17. 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 16 years ago
  18. c7b7594 xen64: smp.c compile hacking by Jeremy Fitzhardinge · 16 years ago
  19. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
  20. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  21. ce87b3d xen64: get active_mm from the pda by Jeremy Fitzhardinge · 16 years ago
  22. f5d36de xen64: random ifdefs to mask out 32-bit only code by Jeremy Fitzhardinge · 16 years ago
  23. f6e5873 xen64: add extra pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  24. 7077c33 xen: make ELF notes work for 32 and 64 bit by Jeremy Fitzhardinge · 16 years ago
  25. 48b5db2 xen64: define asm/xen/interface for 64-bit by Jeremy Fitzhardinge · 16 years ago
  26. 851fa3c xen: define set_pte from the outset by Jeremy Fitzhardinge · 16 years ago
  27. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  28. 8ba6c2b xen: print backtrace on multicall failure by Jeremy Fitzhardinge · 16 years ago
  29. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 16 years ago
  30. 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
  31. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 16 years ago
  32. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 16 years ago
  33. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 16 years ago
  34. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  35. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  36. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  37. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  38. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  39. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  40. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  41. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  42. aba3728 x86: sanitize Kconfig by Thomas Gleixner · 16 years ago
  43. 91d0322 Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  44. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  45. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  46. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  47. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. 116a9fb3 x86: MMIOTRACE should not default to on by Linus Torvalds · 16 years ago
  49. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  50. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  51. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  52. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  53. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  54. 065cb3d x86, suspend, acpi: correct and add comments about Big Real Mode by H. Peter Anvin · 16 years ago
  55. 3bf2e77 x86, suspend, acpi: enter Big Real Mode by H. Peter Anvin · 16 years ago
  56. 4c2a997 x86: add PCI ID for 6300ESB force hpet by Joe Buehler · 16 years ago
  57. 1c776bf x86: add another PCI ID for ICH6 force-hpet by Krzysztof Oledzki · 16 years ago
  58. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  59. 2387ce5 x86: make 64bit hpet_set_mapping to use ioremap too, v2 by Yinghai Lu · 16 years ago
  60. 87a1c44 x86: get x86_phys_bits early by Yinghai Lu · 16 years ago
  61. 32b23e9 x86: max_low_pfn_mapped fix #4 by Yinghai Lu · 16 years ago
  62. 11369f35 x86: change _node_to_cpumask_ptr to return const ptr by Mike Travis · 16 years ago
  63. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 16 years ago
  64. 3d88cca x86: fix numaq_tsc_disable calling by Yinghai Lu · 16 years ago
  65. 7b479be x86, e820: remove end_user_pfn by Yinghai Lu · 16 years ago
  66. 9958e81 x86: max_low_pfn_mapped fix, #3 by Yinghai Lu · 16 years ago
  67. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 16 years ago
  68. 7ab073b x86: max_low_pfn_mapped fix, #1 by Yinghai Lu · 16 years ago
  69. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  70. eca91e7 x86_64: fix delayed signals by Roland McGrath · 16 years ago
  71. da1f29f x86: remove conflicting nx6325 and nx6125 quirks by Rafael J. Wysocki · 16 years ago
  72. 6c82a00 Merge branch 'x86/generalize-visws' into x86/core by Ingo Molnar · 16 years ago
  73. 5b4d238 x86: Recover timer_ack lost in the merge of the NMI watchdog by Maciej W. Rozycki · 16 years ago
  74. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 16 years ago
  75. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 16 years ago
  76. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 16 years ago
  77. 557d7d4 x86: use matching CFI_ENDPROC by Glauber Costa · 16 years ago
  78. b6ad92d x86_64: vdso32 cleanup using feature flags by Jeremy Fitzhardinge · 16 years ago
  79. 8d28aab x86_64: add pseudo-features for 32-bit compat syscall by Jeremy Fitzhardinge · 16 years ago
  80. 3d0decc x86: fix tsc unification buglet with ftrace and stackprotector by Ingo Molnar · 16 years ago
  81. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
  82. f302a5bb x86: reserve SLIT by Yinghai Lu · 16 years ago
  83. 69a7704 x86: e820: user-defined memory maps: remove the range instead of update it to reserved by Yinghai Lu · 16 years ago
  84. 27cb0a7 x86: fix compile error in current tip.git by Jeremy Fitzhardinge · 16 years ago
  85. 9cc3089 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 39415a4 x86, VisWS: fix pci_direct_conf1 dependency by Ingo Molnar · 16 years ago
  87. c47277d x86, VisWS: build fix by Ingo Molnar · 16 years ago
  88. e54afe3 x86: remove duplicate call to use_tsc_delay by Glauber Costa · 16 years ago
  89. f78cb9b x86, VisWS: build fix by Ingo Molnar · 16 years ago
  90. b6770c8 x86, VisWS: do not allow VisWS for Voyager by Ingo Molnar · 16 years ago
  91. 3a62ed7 x86/pci: fix warnings in subsys_initcall functions by Robert Richter · 16 years ago
  92. 3f68f7d x86/pci merge: fixing numaq initialization by Robert Richter · 16 years ago
  93. b10e9ad arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. by Daniel Guilak · 16 years ago
  94. 15e551d x86, VisWS: turn into generic arch, eliminate Kconfig specials by Ingo Molnar · 16 years ago
  95. 62fa572 x86, VisWS: turn into generic arch, remove leftover files by Ingo Molnar · 16 years ago
  96. 26dd9fc x86, VisWS: turn into generic arch, clean up by Ingo Molnar · 16 years ago
  97. 0cecf92 x86, VisWS: turn into generic arch, clean up by Ingo Molnar · 16 years ago
  98. 54ce7f9 x86, VisWS: turn into generic arch, IO-APIC setup fix by Ingo Molnar · 16 years ago
  99. efefa6f x86, VisWS: turn into generic arch, clean up by Ingo Molnar · 16 years ago
  100. 1b84e1c x86, VisWS: turn into generic arch, flip over VISWS to generic arch by Ingo Molnar · 16 years ago