1. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
  2. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 16 years ago
  3. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
  4. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  5. 66a45cc 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
  6. df6b079 xen_play_dead() is __cpuinit by Al Viro · 16 years ago
  7. 37af46e xen_setup_vcpu_info_placement() is not init on x86 by Al Viro · 16 years ago
  8. 86bbc2c xen: pin correct PGD on suspend by Ian Campbell · 16 years ago
  9. cb11017 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
  10. d05fdf3 xen: make sure stray alias mappings are gone before pinning by Jeremy Fitzhardinge · 16 years ago
  11. 47cb2ed x86, xen: fix use of pgd_page now that it really does return a page by Jeremy Fitzhardinge · 16 years ago
  12. e946217e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  13. 9f32d21 xen: fix Xen domU boot with batched mprotect by Chris Lalancette · 16 years ago
  14. debfcaf Merge branch 'tracing/ftrace' into tracing/urgent by Ingo Molnar · 16 years ago
  15. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
  17. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  18. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 16 years ago
  19. bf9d3cf xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1' by Alex Nixon · 16 years ago
  20. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 16 years ago
  21. 3807f34 x86: paravirt: factor out cpu_khz to common code by Glauber Costa · 16 years ago
  22. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  23. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  24. 5dc64a3 xen: do not reserve 2 pages of padding between hypervisor and fixmap. by Ian Campbell · 16 years ago
  25. eefb47f xen: use spin_lock_nest_lock when pinning a pagetable by Jeremy Fitzhardinge · 16 years ago
  26. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  27. db053b8 xen: clean up x86-64 warnings by Jeremy Fitzhardinge · 16 years ago
  28. 08115ab xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN by Chuck Ebbert · 16 years ago
  29. 07bbc16 Merge branch 'timers/urgent' into x86/xen by Ingo Molnar · 16 years ago
  30. 5670a43 xen: fix for xen guest with mem > 3.7G by Jeremy Fitzhardinge · 16 years ago
  31. 6a9e918 xen: fix pinning when not using split pte locks by Jeremy Fitzhardinge · 16 years ago
  32. 3ce9bcb Merge branch 'core/xen' into x86/xen by Ingo Molnar · 16 years ago
  33. f7d0b92 mm: define USE_SPLIT_PTLOCKS rather than repeating expression by Jeremy Fitzhardinge · 16 years ago
  34. 26fd105 xen: make CPU hotplug functions static by Alex Nixon · 16 years ago
  35. 2737146 x86, xen: fix build when !CONFIG_HOTPLUG_CPU by Alex Nixon · 16 years ago
  36. e4a6be4 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  37. d68d82a xen: implement CPU hotplugging by Alex Nixon · 16 years ago
  38. ee7686b x86: build fix in "xen spinlock updates and performance measurements" by Jeremy Fitzhardinge · 16 years ago
  39. f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
  40. f8eca41 xen: measure how long spinlocks spend blocking by Jeremy Fitzhardinge · 16 years ago
  41. 1e696f6 xen: allow interrupts to be enabled while doing a blocking spin by Jeremy Fitzhardinge · 16 years ago
  42. 994025c xen: add debugfs support by Jeremy Fitzhardinge · 16 years ago
  43. 168d2f4 xen: save previous spinlock when blocking by Jeremy Fitzhardinge · 16 years ago
  44. 7708ad6 xen: add xen_ prefixes to make tracing with ftrace easier by Jeremy Fitzhardinge · 16 years ago
  45. 11ad93e xen: clarify locking used when pinning a pagetable. by Jeremy Fitzhardinge · 16 years ago
  46. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  47. 169ad16 xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned long by Eduardo Habkost · 16 years ago
  48. cef43bf xen: fix allocation and use of large ldts, cleanup by Jeremy Fitzhardinge · 16 years ago
  49. 0d1edf4 xen: compile irq functions without -pg for ftrace by Jeremy Fitzhardinge · 16 years ago
  50. eac4345 Merge branch 'x86/spinlocks' into x86/xen by Ingo Molnar · 16 years ago
  51. d89961e xen: suppress known wrmsrs by Jeremy Fitzhardinge · 16 years ago
  52. a05d2eb xen: fix allocation and use of large ldts by Jeremy Fitzhardinge · 16 years ago
  53. b56afe1 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  54. c3cc99f Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  55. 10a010f Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  56. d5de884 x86: split spinlock implementations out into their own files by Jeremy Fitzhardinge · 16 years ago
  57. 38ffbe6 x86/paravirt/xen: properly fill out the ldt ops by Jeremy Fitzhardinge · 16 years ago
  58. 2dc1697 xen: don't use sysret for sysexit32 by Jeremy Fitzhardinge · 16 years ago
  59. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. 77be1fa x86: add PTE_FLAGS_MASK by Jeremy Fitzhardinge · 16 years ago
  61. 59438c9 x86: rename PTE_MASK to PTE_PFN_MASK by Jeremy Fitzhardinge · 16 years ago
  62. 76c3bb1 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  63. 2e2dcc7 Merge branch 'x86/paravirt-spinlocks' into x86/for-linus by Ingo Molnar · 16 years ago
  64. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
  65. caf43bf x86, xen: fix apic_ops build on UP by Ingo Molnar · 16 years ago
  66. 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 16 years ago
  67. a208f37a Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  68. 95c7c23 xen: report hypervisor version by Jeremy Fitzhardinge · 16 years ago
  69. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 16 years ago
  70. 93a0886 x86, xen, power: fix up config dependencies on PM by Jeremy Fitzhardinge · 16 years ago
  71. 2d9e1e2 xen: implement Xen-specific spinlocks by Jeremy Fitzhardinge · 16 years ago
  72. 56397f8 xen: use lock-byte spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  73. d5303b8 x86: xen: no need to disable vdso32 by Jeremy Fitzhardinge · 16 years ago
  74. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 16 years ago
  75. 71415c6 x86, xen, vdso: fix build error by Ingo Molnar · 16 years ago
  76. 62541c3 xen64: disable 32-bit syscall/sysenter if not supported. by Jeremy Fitzhardinge · 16 years ago
  77. b3fe124 xen64: fix build error on 32-bit + !HIGHMEM by Ingo Molnar · 16 years ago
  78. 51dd660 xen: update Kconfig to allow 64-bit Xen by Jeremy Fitzhardinge · 16 years ago
  79. 1153968 xen: implement Xen write_msr operation by Jeremy Fitzhardinge · 16 years ago
  80. bf18bf9 xen64: set up userspace syscall patch by Jeremy Fitzhardinge · 16 years ago
  81. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  82. d6182fb xen64: allocate and manage user pagetables by Jeremy Fitzhardinge · 16 years ago
  83. 8a95408 xen64: Clear %fs on xen_load_tls() by Eduardo Habkost · 16 years ago
  84. b7c3c5c xen: make sure the kernel command line is right by Jeremy Fitzhardinge · 16 years ago
  85. 5deb30d xen: rework pgd_walk to deal with 32/64 bit by Jeremy Fitzhardinge · 16 years ago
  86. a8fc108 xen64: implement xen_load_gs_index() by Eduardo Habkost · 16 years ago
  87. 0725cbb xen64: add identity irq->vector map by Jeremy Fitzhardinge · 16 years ago
  88. 88459d4 xen64: register callbacks in arch-independent way by Jeremy Fitzhardinge · 16 years ago
  89. 952d1d7 xen64: add pvop for swapgs by Jeremy Fitzhardinge · 16 years ago
  90. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  91. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  92. 836fe2f xen: use set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  93. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  94. 4560a29 xen: set num_processors by Jeremy Fitzhardinge · 16 years ago
  95. ce803e7 xen64: use arbitrary_virt_to_machine for xen_set_pmd by Jeremy Fitzhardinge · 16 years ago
  96. ebd879e xen: fix truncation of machine address by Jeremy Fitzhardinge · 16 years ago
  97. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  98. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  99. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  100. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago