1. c71e6d8 xen: make xen_flush_tlb_all() static by Juergen Gross · 8 years ago
  2. 989513a xen: cleanup pvh leftovers from pv-only sources by Juergen Gross · 8 years ago
  3. 69861e0 xen: adjust early dom0 p2m handling to xen hypervisor behavior by Juergen Gross · 8 years ago
  4. def9331 x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen by Juergen Gross · 8 years ago
  5. d162809 xen/x86: Do not call xen_init_time_ops() until shared_info is initialized by Boris Ostrovsky · 8 years ago
  6. 40f4ac0 x86/xen: fix xsave capability setting by Juergen Gross · 8 years ago
  7. 3dbd820 xen: Move xen_have_vector_callback definition to enlighten.c by Boris Ostrovsky · 8 years ago
  8. e371fd7 xen: Implement EFI reset_system callback by Julien Grall · 8 years ago
  9. 5d9404e xen: Export xen_reboot by Julien Grall · 8 years ago
  10. f31b969 xen/x86: Call xen_smp_intr_init_pv() on BSP by Boris Ostrovsky · 8 years ago
  11. 84d582d xen: Revert commits da72ff5bfcb0 and 72a9b186292d by Boris Ostrovsky · 8 years ago
  12. 5f6a161 xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams() by Boris Ostrovsky · 8 years ago
  13. 6807cf6 x86/xen: use capabilities instead of fake cpuid values for xsave by Juergen Gross · 8 years ago
  14. e657fcc x86/xen: use capabilities instead of fake cpuid values for x2apic by Juergen Gross · 8 years ago
  15. ea01598 x86/xen: use capabilities instead of fake cpuid values for mwait by Juergen Gross · 8 years ago
  16. b778d6bf x86/xen: use capabilities instead of fake cpuid values for acpi by Juergen Gross · 8 years ago
  17. aa10715 x86/xen: use capabilities instead of fake cpuid values for acc by Juergen Gross · 8 years ago
  18. 88f3256 x86/xen: use capabilities instead of fake cpuid values for mtrr by Juergen Gross · 8 years ago
  19. fd9145f x86/xen: use capabilities instead of fake cpuid values for aperf by Juergen Gross · 8 years ago
  20. 3ee99df x86/xen: don't indicate DCA support in pv domains by Juergen Gross · 8 years ago
  21. 0808e80 xen: set cpu capabilities from xen_start_kernel() by Juergen Gross · 8 years ago
  22. 29985b0 xen,kdump: handle pv domain in paddr_vmcoreinfo_note() by Juergen Gross · 8 years ago
  23. ab1570a x86/xen: remove unused static function from smp_pv.c by Juergen Gross · 8 years ago
  24. 8cb6de3 x86/xen: rename some PV-only functions in smp_pv.c by Vitaly Kuznetsov · 8 years ago
  25. 33af746 x86/xen: enable PVHVM-only builds by Vitaly Kuznetsov · 8 years ago
  26. c504b2f x86/xen: define startup_xen for XEN PV only by Vitaly Kuznetsov · 8 years ago
  27. 50a1062 x86/xen: put setup.c, pmu.c and apic.c under CONFIG_XEN_PV by Vitaly Kuznetsov · 8 years ago
  28. 9963236 x86/xen: split suspend.c for PV and PVHVM guests by Vitaly Kuznetsov · 8 years ago
  29. 7e0563d x86/xen: split off mmu_pv.c by Vitaly Kuznetsov · 8 years ago
  30. feef87e x86/xen: split off mmu_hvm.c by Vitaly Kuznetsov · 8 years ago
  31. 83b9679 x86/xen: split off smp_pv.c by Vitaly Kuznetsov · 8 years ago
  32. a52482d x86/xen: split off smp_hvm.c by Vitaly Kuznetsov · 8 years ago
  33. aa1c84e x86/xen: split xen_cpu_die() by Vitaly Kuznetsov · 8 years ago
  34. a2d1078 x86/xen: split xen_smp_prepare_boot_cpu() by Vitaly Kuznetsov · 8 years ago
  35. 04e9576 x86/xen: split xen_smp_intr_init()/xen_smp_intr_free() by Vitaly Kuznetsov · 8 years ago
  36. e1dab14 x86/xen: split off enlighten_pv.c by Vitaly Kuznetsov · 8 years ago
  37. 98f2a47 x86/xen: split off enlighten_hvm.c by Vitaly Kuznetsov · 8 years ago
  38. 481d663 x86/xen: split off enlighten_pvh.c by Vitaly Kuznetsov · 8 years ago
  39. 5e57f1d x86/xen: add CONFIG_XEN_PV to Kconfig by Vitaly Kuznetsov · 8 years ago
  40. 52519f2 x86/xen: globalize have_vcpu_info_placement by Vitaly Kuznetsov · 8 years ago
  41. 0991d22 x86/xen: separate PV and HVM hypervisors by Vitaly Kuznetsov · 8 years ago
  42. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. a52bbaf Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. 16b7629 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. 3d18d66 x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  46. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  47. 4729277 Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch by Ingo Molnar · 8 years ago
  48. 73fa136 Merge branch 'x86/cpu' into x86/mm, before applying dependent patch by Ingo Molnar · 8 years ago
  49. f2a6a70 x86: Convert the rest of the code to support p4d_t by Kirill A. Shutemov · 8 years ago
  50. 907cd43 x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d by Xiong Zhang · 8 years ago
  51. b23adb7 x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup by Andy Lutomirski · 8 years ago
  52. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  53. 6415813 x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  54. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  55. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  56. 687d77a x86/xen: Update e820 table handling to the new core x86 E820 code by Ingo Molnar · 8 years ago
  57. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  58. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  59. 252b95c Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  60. 7a1c44e xen/pvh: Use Xen's emergency_restart op for PVH guests by Boris Ostrovsky · 8 years ago
  61. bcc57df xen/pvh: PVH guests always have PV devices by Boris Ostrovsky · 8 years ago
  62. 5adad16 xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI by Boris Ostrovsky · 8 years ago
  63. 7243b93 xen/pvh: Bootstrap PVH guest by Boris Ostrovsky · 8 years ago
  64. 063334f xen/x86: Remove PVH support by Boris Ostrovsky · 8 years ago
  65. cc27216 x86/xen: Fix APIC id mismatch warning on Intel by Mohit Gambhir · 8 years ago
  66. f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
  67. e7dbf7a xen, x86/boot/e820: Simplify Xen's xen_e820_table construct by Ingo Molnar · 8 years ago
  68. 08b46d5 x86/boot/e820: Clean up the E820 table size define names by Ingo Molnar · 8 years ago
  69. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  70. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  71. f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
  72. bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
  73. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  74. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  75. 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
  76. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  77. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  78. aef591c locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabled by Waiman Long · 8 years ago
  79. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  80. 383378d Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  81. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  84. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  85. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  86. 7ecec85 xen/setup: Don't relocate p2m over existing one by Ross Lagerwall · 8 years ago
  87. ae7871b swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  88. 1bbb05f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  90. b5cab0d Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  91. 9d85eb9 x86/smpboot: Make logical package management more robust by Thomas Gleixner · 8 years ago
  92. 518bacf Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 738662c xen/x86: Increase xen_e820_map to E820_X_MAX possible entries by Alex Thorlton · 8 years ago
  94. 3cded41 x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted() by Peter Zijlstra · 8 years ago
  95. de7689c x86/xen: Support the vCPU preemption check by Juergen Gross · 8 years ago
  96. 7641842 swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function by Alexander Duyck · 8 years ago
  97. af25ed5 x86/fpu: Remove clts() by Andy Lutomirski · 8 years ago
  98. aa34e07 Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  99. cb5f7e7 x86: xen: move cpu_up functions out of ifdef by Arnd Bergmann · 8 years ago
  100. 541efb7 Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago