1. ee42d66 xen/pvhvm: run xen_vcpu_setup() for the boot CPU by Vitaly Kuznetsov · 8 years ago
  2. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  3. 70e6119 xen: move p2m list if conflicting with e820 map by Juergen Gross · 9 years ago
  4. 6c2681c xen: add explicit memblock_reserve() calls for special pages by Juergen Gross · 9 years ago
  5. 04414ba xen: check pre-allocated page tables for conflict with memory map by Juergen Gross · 9 years ago
  6. 9ddac5b xen: find unused contiguous memory area by Juergen Gross · 9 years ago
  7. e612b4a xen: check memory area against e820 map by Juergen Gross · 9 years ago
  8. 6b476e1 Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  9. fc5fee8 x86/xen: build "Xen PV" APIC driver for domU as well by Jason A. Donenfeld · 9 years ago
  10. aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 9 years ago
  11. f0feed1 x86/xen: cleanup arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  12. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  13. 054954e xen: switch to linear virtual mapped sparse p2m list by Juergen Gross · 10 years ago
  14. 5b8e7d8 xen: Delay invalidating extra memory by Juergen Gross · 10 years ago
  15. 1f3ac86 xen: Delay remapping memory of pv-domain by Juergen Gross · 10 years ago
  16. 47591df xen: Support Xen pv-domains using PAT by Juergen Gross · 10 years ago
  17. 76f09aa Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. c7341d6 arch/x86/xen: Silence compiler warnings by Daniel Kiper · 10 years ago
  19. abacaad x86/xen: fix memory setup for PVH dom0 by David Vrabel · 10 years ago
  20. aa8532c xen: refactor suspend pre/post hooks by David Vrabel · 10 years ago
  21. c9f6e99 xen/pvh: Set X86_CR0_WP and others in CR0 (v2) by Roger Pau Monne · 11 years ago
  22. 5840c84 xen/pvh: Secondary VCPU bringup (non-bootup CPUs) by Mukesh Rathor · 11 years ago
  23. eb86b5f x86/asmlinkage: Fix warning in xen asmlinkage change by Andi Kleen · 11 years ago
  24. 9a55fdb x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops by Andi Kleen · 11 years ago
  25. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  26. e9daff2 Revert "xen PVonHVM: use E820_Reserved area for shared_info" by Konrad Rzeszutek Wilk · 11 years ago
  27. 9d02b43 xen PVonHVM: use E820_Reserved area for shared_info by Olaf Hering · 12 years ago
  28. 0ec53ec xen/arm: receive Xen events on ARM by Stefano Stabellini · 12 years ago
  29. 357a3cf xen/p2m: Add logic to revector a P2M tree to use __va leafs. by Konrad Rzeszutek Wilk · 12 years ago
  30. 3699aad xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything. by Konrad Rzeszutek Wilk · 12 years ago
  31. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  32. 83d51ab xen/setup: update VA mapping when releasing memory during setup by David Vrabel · 12 years ago
  33. 31b3c9d xen/x86: Implement x86_apic_ops by Konrad Rzeszutek Wilk · 12 years ago
  34. f7fdd84 Merge branch 'stable/vga.support' into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
  35. c2419b4 xen: allow enable use of VGA console on dom0 by Jeremy Fitzhardinge · 13 years ago
  36. ad7ba09 arch/x86/xen/xen-ops: Cleanup code/data sections definitions by Daniel Kiper · 13 years ago
  37. 99bbb3a xen: PV on HVM: support PV spinlocks and IPIs by Stefano Stabellini · 14 years ago
  38. 512b109 xen: unplug the emulated devices at resume time by Stefano Stabellini · 14 years ago
  39. 41f2e47 xen: add support for PAT by Jeremy Fitzhardinge · 14 years ago
  40. 2f7acb2 xen: make sure xen_max_p2m_pfn is up to date by Jeremy Fitzhardinge · 14 years ago
  41. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  42. f09f6d1 Xen: register panic notifier to take crashes of xen guests on panic by Donald Dutile · 14 years ago
  43. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  44. 409771d x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. by Stefano Stabellini · 14 years ago
  45. 016b6f5 xen: Add suspend/resume support for PV on HVM guests. by Stefano Stabellini · 14 years ago
  46. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  47. fa24ba6 xen: correctly restore pfn_to_mfn_list_list after resume by Ian Campbell · 15 years ago
  48. be01292 xen: re-register runstate area earlier on resume. by Ian Campbell · 15 years ago
  49. f1d7062 x86: Move xen_post_allocator_init into xen_pagetable_setup_done by Thomas Gleixner · 15 years ago
  50. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  51. b4ecc12 x86: Fix performance regression caused by paravirt_ops on native kernels by Jeremy Fitzhardinge · 15 years ago
  52. b96229b xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  53. 4185f35 xen/mmu: some early pagetable cleanups by Jeremy Fitzhardinge · 15 years ago
  54. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 15 years ago
  55. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 15 years ago
  56. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  57. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 16 years ago
  58. 37af46e xen_setup_vcpu_info_placement() is not init on x86 by Al Viro · 16 years ago
  59. 26fd105 xen: make CPU hotplug functions static by Alex Nixon · 16 years ago
  60. d68d82a xen: implement CPU hotplugging by Alex Nixon · 16 years ago
  61. ee7686b x86: build fix in "xen spinlock updates and performance measurements" by Jeremy Fitzhardinge · 16 years ago
  62. 0d1edf4 xen: compile irq functions without -pg for ftrace by Jeremy Fitzhardinge · 16 years ago
  63. d5de884 x86: split spinlock implementations out into their own files by Jeremy Fitzhardinge · 16 years ago
  64. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  65. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  66. c7b7594 xen64: smp.c compile hacking by Jeremy Fitzhardinge · 16 years ago
  67. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  68. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  69. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  70. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 16 years ago
  71. 3b16cf8 x86: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  72. d07af1f xen: resume timers on all vcpus by Jeremy Fitzhardinge · 16 years ago
  73. 9c7a794 xen: restore vcpu_info mapping by Jeremy Fitzhardinge · 16 years ago
  74. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  75. d5edbc1 xen: add p2m mfn_list_list by Jeremy Fitzhardinge · 16 years ago
  76. a0d695c xen: make dummy_shared_info non-static by Jeremy Fitzhardinge · 16 years ago
  77. d451bb7 xen: make phys_to_machine structure dynamic by Jeremy Fitzhardinge · 16 years ago
  78. e04d0d0 xen: move events.c to drivers/xen for IA64/Xen support by Isaku Yamahata · 16 years ago
  79. ee523ca xen: implement a debug-interrupt handler by Jeremy Fitzhardinge · 16 years ago
  80. e2a81ba xen: support sysenter/sysexit if hypervisor does by Jeremy Fitzhardinge · 16 years ago
  81. 81e103f xen: use iret instruction all the time by Jeremy Fitzhardinge · 16 years ago
  82. 9f79991 xen: deal with stale cr3 values when unpinning pagetables by Jeremy Fitzhardinge · 17 years ago
  83. f0d7339 xen: yield to IPI target if necessary by Jeremy Fitzhardinge · 17 years ago
  84. 8965c1c paravirt: clean up lazy mode handling by Jeremy Fitzhardinge · 17 years ago
  85. 9702785 i386: move xen by Thomas Gleixner · 17 years ago[Renamed from arch/i386/xen/xen-ops.h]
  86. 9ec2b80 xen: use iret directly when possible by Jeremy Fitzhardinge · 17 years ago
  87. 6487673 xen: Attempt to patch inline versions of common operations by Jeremy Fitzhardinge · 17 years ago
  88. 60223a3 xen: Place vcpu_info structure into per-cpu memory by Jeremy Fitzhardinge · 17 years ago
  89. f87e4ca xen: SMP guest support by Jeremy Fitzhardinge · 17 years ago
  90. ab55028 xen: Implement sched_clock by Jeremy Fitzhardinge · 17 years ago
  91. f4f97b3 xen: Complete pagetable pinning by Jeremy Fitzhardinge · 17 years ago
  92. 5ead97c xen: Core Xen implementation by Jeremy Fitzhardinge · 17 years ago