1. 33a8475 xen: defer building p2m mfn structures until kernel is mapped by Jeremy Fitzhardinge · 14 years ago
  2. 1e17fc7 xen: remove noise about registering vcpu info by Jeremy Fitzhardinge · 14 years ago
  3. 26f0cf9 Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  4. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  5. 086748e xen/panic: use xen_reboot and fix smp_send_stop by Ian Campbell · 14 years ago
  6. f09f6d1 Xen: register panic notifier to take crashes of xen guests on panic by Donald Dutile · 14 years ago
  7. c06ee78 xen: support large numbers of CPUs with vcpu info placement by Mukesh Rathor · 14 years ago
  8. 8a22b99 xen: drop xen_sched_clock in favour of using plain wallclock time by Jeremy Fitzhardinge · 14 years ago
  9. ca65f9f Introduce CONFIG_XEN_PVHVM compile option by Stefano Stabellini · 14 years ago
  10. 5915100 x86: Call HVMOP_pagetable_dying on exit_mmap. by Stefano Stabellini · 14 years ago
  11. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  12. 409771d x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. by Stefano Stabellini · 14 years ago
  13. 016b6f5 xen: Add suspend/resume support for PV on HVM guests. by Stefano Stabellini · 14 years ago
  14. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  15. bee6ab5 x86: early PV on HVM features initialization. by Sheng Yang · 14 years ago
  16. 093d7b4 xen: release unused free memory by Miroslav Rezanina · 15 years ago
  17. 7347b40 xen: Allow unprivileged Xen domains to create iomap pages by Alex Nixon · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  19. 817a824 x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y by Ian Campbell · 14 years ago
  20. e68266b x86: xen: 64-bit kernel RPL should be 0 by Ian Campbell · 15 years ago
  21. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  22. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  23. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  25. 499d19b xen: register runstate info for boot CPU early by Jeremy Fitzhardinge · 15 years ago
  26. 3905bb2 xen: restore runstate_info even if !have_vcpu_info_placement by Jeremy Fitzhardinge · 15 years ago
  27. be01292 xen: re-register runstate area earlier on resume. by Ian Campbell · 15 years ago
  28. 4763ed4 x86, mm: Clean up and simplify NX enablement by H. Peter Anvin · 15 years ago
  29. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  30. 82d6469 xen: mask extended topology info in cpuid by Jeremy Fitzhardinge · 15 years ago
  31. 973df35 xen: set up mmu_ops before trying to set any ptes by Jeremy Fitzhardinge · 15 years ago
  32. 14c93e8 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  33. b75fe4e xen: check EFER for NX before setting up GDT mapping by Jeremy Fitzhardinge · 15 years ago
  34. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  36. b8cb48a 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
  37. c7208de Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. 577eebe xen: make -fstack-protector work under Xen by Jeremy Fitzhardinge · 15 years ago
  39. 0cc0213 x86, msr: Have the _safe MSR functions return -EIO, not -EFAULT by H. Peter Anvin · 15 years ago
  40. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  41. 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 15 years ago
  42. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  43. f1d7062 x86: Move xen_post_allocator_init into xen_pagetable_setup_done by Thomas Gleixner · 15 years ago
  44. 030cb6c x86: Move paravirt pagetable_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  45. 6f30c1a x86: Move paravirt banner printout to x86_init_ops by Thomas Gleixner · 15 years ago
  46. 42bbdb4 x86: Replace ARCH_SETUP by a proper x86_init_ops by Thomas Gleixner · 15 years ago
  47. 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  48. 7adb4df x86, xen: Initialize cx to suppress warning by H. Peter Anvin · 15 years ago
  49. d560bc6 x86, xen: Suppress WP test on Xen by Jeremy Fitzhardinge · 15 years ago
  50. cbcb340 Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent by Ingo Molnar · 15 years ago
  51. ce2eef3 xen: rearrange things to fix stackprotector by Jeremy Fitzhardinge · 15 years ago
  52. a789ed5 xen: cache cr0 value to avoid trap'n'emulate for read_cr0 by Jeremy Fitzhardinge · 15 years ago
  53. b80119b xen/x86-64: clean up warnings about IST-using traps by Jeremy Fitzhardinge · 15 years ago
  54. 6cac5a9 xen/x86-64: fix breakpoints and hardware watchpoints by Jeremy Fitzhardinge · 15 years ago
  55. 2b2a733 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  56. bc6081f xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  57. 191216b xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 15 years ago
  58. c667d5d xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 15 years ago
  59. a957fac xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 15 years ago
  60. c7da8c8 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 15 years ago
  61. 6d02c42 xen: clean up gate trap/interrupt constants by Jeremy Fitzhardinge · 15 years ago
  62. 707ebbc xen: set _PAGE_NX in __supported_pte_mask before pagetable construction by Jeremy Fitzhardinge · 15 years ago
  63. e826fe1 xen: mask XSAVE from cpuid by Jeremy Fitzhardinge · 15 years ago
  64. b4b7e58 xen: remove xen_load_gdt debug by Jeremy Fitzhardinge · 15 years ago
  65. 3ce5fa7 xen: make xen_load_gdt simpler by Jeremy Fitzhardinge · 15 years ago
  66. 6ed6bf42 xen: clean up xen_load_gdt by Jeremy Fitzhardinge · 15 years ago
  67. 224101e x86/paravirt: finish change from lazy cpu to context switch start/end by Jeremy Fitzhardinge · 15 years ago
  68. b407fc5 x86/paravirt: flush pending mmu updates on context switch by Jeremy Fitzhardinge · 15 years ago
  69. 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 15 years ago
  70. 9976b39 xen: deal with virtually mapped percpu data by Jeremy Fitzhardinge · 15 years ago
  71. 13b2eda Merge branch 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  72. 55d8085 xen: disable interrupts early, as start_kernel expects by Jeremy Fitzhardinge · 15 years ago
  73. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 15 years ago
  74. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 15 years ago
  75. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 15 years ago
  76. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  77. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  78. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 15 years ago
  79. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  80. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  81. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  82. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  83. ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
  84. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  85. 6dbde35 percpu: add optimized generic percpu accessors by Ingo Molnar · 16 years ago
  86. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  87. 4595f96 x86: change flush_tlb_others to take a const struct cpumask by Rusty Russell · 16 years ago
  88. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  89. f63c2f2 xen: whitespace/checkpatch cleanup by Tej · 16 years ago
  90. d05fdf3 xen: make sure stray alias mappings are gone before pinning by Jeremy Fitzhardinge · 16 years ago
  91. db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
  92. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  93. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  94. 5dc64a3 xen: do not reserve 2 pages of padding between hypervisor and fixmap. by Ian Campbell · 16 years ago
  95. 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
  96. db053b8 xen: clean up x86-64 warnings by Jeremy Fitzhardinge · 16 years ago
  97. 6a9e918 xen: fix pinning when not using split pte locks by Jeremy Fitzhardinge · 16 years ago
  98. e4a6be4 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  99. f863993 x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args by Eduardo Habkost · 16 years ago
  100. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago