1. 2d9e1e2 xen: implement Xen-specific spinlocks by Jeremy Fitzhardinge · 16 years ago
  2. 56397f8 xen: use lock-byte spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  3. 8efcbab paravirt: introduce a "lock-byte" spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  4. 74d4aff x86/paravirt: add hooks for spinlock operations by Jeremy Fitzhardinge · 16 years ago
  5. 0940294 x86_64: adjust exception frame on paranoid exceptions by Jeremy Fitzhardinge · 16 years ago
  6. d5303b8 x86: xen: no need to disable vdso32 by Jeremy Fitzhardinge · 16 years ago
  7. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 16 years ago
  8. 71415c6 x86, xen, vdso: fix build error by Ingo Molnar · 16 years ago
  9. 62541c3 xen64: disable 32-bit syscall/sysenter if not supported. by Jeremy Fitzhardinge · 16 years ago
  10. 6596f24 Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" by Ingo Molnar · 16 years ago
  11. b3fe124 xen64: fix build error on 32-bit + !HIGHMEM by Ingo Molnar · 16 years ago
  12. 51dd660 xen: update Kconfig to allow 64-bit Xen by Jeremy Fitzhardinge · 16 years ago
  13. 1153968 xen: implement Xen write_msr operation by Jeremy Fitzhardinge · 16 years ago
  14. bf18bf9 xen64: set up userspace syscall patch by Jeremy Fitzhardinge · 16 years ago
  15. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  16. d6182fb xen64: allocate and manage user pagetables by Jeremy Fitzhardinge · 16 years ago
  17. 8a95408 xen64: Clear %fs on xen_load_tls() by Eduardo Habkost · 16 years ago
  18. 4a5c3e7 xen64: implement failsafe callback by Jeremy Fitzhardinge · 16 years ago
  19. b7c3c5c xen: make sure the kernel command line is right by Jeremy Fitzhardinge · 16 years ago
  20. 5deb30d xen: rework pgd_walk to deal with 32/64 bit by Jeremy Fitzhardinge · 16 years ago
  21. a8fc108 xen64: implement xen_load_gs_index() by Eduardo Habkost · 16 years ago
  22. 0725cbb xen64: add identity irq->vector map by Jeremy Fitzhardinge · 16 years ago
  23. 88459d4 xen64: register callbacks in arch-independent way by Jeremy Fitzhardinge · 16 years ago
  24. 952d1d7 xen64: add pvop for swapgs by Jeremy Fitzhardinge · 16 years ago
  25. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  26. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  27. 836fe2f xen: use set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  28. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  29. 4560a29 xen: set num_processors by Jeremy Fitzhardinge · 16 years ago
  30. ce803e7 xen64: use arbitrary_virt_to_machine for xen_set_pmd by Jeremy Fitzhardinge · 16 years ago
  31. ebd879e xen: fix truncation of machine address by Jeremy Fitzhardinge · 16 years ago
  32. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  33. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  34. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  35. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago
  36. 3d75e1b xen64: add hypervisor callbacks for events, etc by Jeremy Fitzhardinge · 16 years ago
  37. 7d087b6 xen: cpu_detect is 32-bit only by Jeremy Fitzhardinge · 16 years ago
  38. 15664f9 xen64: use set_fixmap for shared_info structure by Jeremy Fitzhardinge · 16 years ago
  39. cdacc12 xen64: add 64-bit assembler by Jeremy Fitzhardinge · 16 years ago
  40. 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 16 years ago
  41. 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 16 years ago
  42. c7b7594 xen64: smp.c compile hacking by Jeremy Fitzhardinge · 16 years ago
  43. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
  44. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  45. ce87b3d xen64: get active_mm from the pda by Jeremy Fitzhardinge · 16 years ago
  46. f5d36de xen64: random ifdefs to mask out 32-bit only code by Jeremy Fitzhardinge · 16 years ago
  47. f6e5873 xen64: add extra pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  48. 7077c33 xen: make ELF notes work for 32 and 64 bit by Jeremy Fitzhardinge · 16 years ago
  49. 48b5db2 xen64: define asm/xen/interface for 64-bit by Jeremy Fitzhardinge · 16 years ago
  50. 851fa3c xen: define set_pte from the outset by Jeremy Fitzhardinge · 16 years ago
  51. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  52. 8ba6c2b xen: print backtrace on multicall failure by Jeremy Fitzhardinge · 16 years ago
  53. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 16 years ago
  54. 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
  55. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 16 years ago
  56. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 16 years ago
  57. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 16 years ago
  58. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  59. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  60. 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
  61. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  62. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  63. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  64. 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
  65. 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
  66. aba3728 x86: sanitize Kconfig by Thomas Gleixner · 16 years ago
  67. 91d0322 Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  68. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 16 years ago
  69. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  70. 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
  71. 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
  72. 116a9fb3 x86: MMIOTRACE should not default to on by Linus Torvalds · 16 years ago
  73. 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
  74. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  75. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  76. 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
  77. 7daf705 Start using the new '%pS' infrastructure to print symbols by Linus Torvalds · 16 years ago
  78. 065cb3d x86, suspend, acpi: correct and add comments about Big Real Mode by H. Peter Anvin · 16 years ago
  79. 3bf2e77 x86, suspend, acpi: enter Big Real Mode by H. Peter Anvin · 16 years ago
  80. 4c2a997 x86: add PCI ID for 6300ESB force hpet by Joe Buehler · 16 years ago
  81. 1c776bf x86: add another PCI ID for ICH6 force-hpet by Krzysztof Oledzki · 16 years ago
  82. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  83. 2387ce5 x86: make 64bit hpet_set_mapping to use ioremap too, v2 by Yinghai Lu · 16 years ago
  84. 87a1c44 x86: get x86_phys_bits early by Yinghai Lu · 16 years ago
  85. 32b23e9 x86: max_low_pfn_mapped fix #4 by Yinghai Lu · 16 years ago
  86. 11369f35 x86: change _node_to_cpumask_ptr to return const ptr by Mike Travis · 16 years ago
  87. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 16 years ago
  88. 3d88cca x86: fix numaq_tsc_disable calling by Yinghai Lu · 16 years ago
  89. 7b479be x86, e820: remove end_user_pfn by Yinghai Lu · 16 years ago
  90. 9958e81 x86: max_low_pfn_mapped fix, #3 by Yinghai Lu · 16 years ago
  91. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 16 years ago
  92. 7ab073b x86: max_low_pfn_mapped fix, #1 by Yinghai Lu · 16 years ago
  93. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  94. eca91e7 x86_64: fix delayed signals by Roland McGrath · 16 years ago
  95. da1f29f x86: remove conflicting nx6325 and nx6125 quirks by Rafael J. Wysocki · 16 years ago
  96. 6c82a00 Merge branch 'x86/generalize-visws' into x86/core by Ingo Molnar · 16 years ago
  97. 5b4d238 x86: Recover timer_ack lost in the merge of the NMI watchdog by Maciej W. Rozycki · 16 years ago
  98. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 16 years ago
  99. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 16 years ago
  100. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 16 years ago