1. c025311 kexec: allow kdump with crash_kexec_post_notifiers by Petr Tesarik · 8 years ago
  2. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  4. ee42d66 xen/pvhvm: run xen_vcpu_setup() for the boot CPU by Vitaly Kuznetsov · 8 years ago
  5. e15a862 x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_info by Vitaly Kuznetsov · 8 years ago
  6. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 8 years ago
  7. 88e957d xen: introduce xen_vcpu_id mapping by Vitaly Kuznetsov · 8 years ago
  8. 7a2463d x86/xen: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  9. 585423c x86/xen: Use DIV_ROUND_UP by Amitoj Kaur Chawla · 8 years ago
  10. 99158f1 x86/xen: Simplify set_aliased_prot() by Andy Lutomirski · 8 years ago
  11. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 8 years ago
  13. 8d152e7 x86/rtc: Replace paravirt rtc check with platform legacy quirk by Luis R. Rodriguez · 8 years ago
  14. ea17948 x86/xen: Use X86_SUBARCH_XEN for PV guest boots by Luis R. Rodriguez · 8 years ago
  15. dd2f4a0 x86/paravirt: Add paravirt_{read,write}_msr() by Andy Lutomirski · 8 years ago
  16. c2ee03b x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks by Andy Lutomirski · 8 years ago
  17. d8d1c35 Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base by Ingo Molnar · 8 years ago
  18. 16bf922 x86/cpufeature: Remove cpu_has_pse by Borislav Petkov · 8 years ago
  19. c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 8 years ago
  20. 88ba281 x86/xen, pat: Remove PAT table init code from Xen by Toshi Kani · 8 years ago
  21. 02f037d x86/mm/pat: Add support of non-default PAT MSR setting by Toshi Kani · 8 years ago
  22. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. b7a58459 x86/iopl/64: Properly context-switch IOPL on Xen PV by Andy Lutomirski · 8 years ago
  25. 983bb6d x86/xen: Mark xen_cpuid() stack frame as non-standard by Josh Poimboeuf · 8 years ago
  26. 16aaa53 x86/cpufeature: Use enum cpuid_leafs instead of magic numbers by Huaitong Han · 9 years ago
  27. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  28. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  29. 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. cfafae9 xen: rename dom0_op to platform_op by Stefano Stabellini · 9 years ago
  31. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  32. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
  33. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  34. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  35. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  36. 4609586 x86/paravirt: Remove unused pv_apic_ops structure by Juergen Gross · 9 years ago
  37. a314e3e xen/arm: Enable cpu_hotplug.c by Stefano Stabellini · 9 years ago
  38. 0b34a16 x86/xen: Support kexec/kdump in HVM guests by doing a soft reset by Vitaly Kuznetsov · 9 years ago
  39. 2ecf91b xen/x86: Don't try to write syscall-related MSRs for PV guests by Boris Ostrovsky · 9 years ago
  40. 752240e Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  41. 3375d82 xen/x86: Don't try to set PCE bit in CR4 by Boris Ostrovsky · 9 years ago
  42. 6b08cd6 xen/PMU: Intercept PMU-related MSR and APIC accesses by Boris Ostrovsky · 9 years ago
  43. 65d0cf0 xen/PMU: Initialization code for Xen PMU by Boris Ostrovsky · 9 years ago
  44. 6c2681c xen: add explicit memblock_reserve() calls for special pages by Juergen Gross · 9 years ago
  45. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  46. aa1acff x86/xen: Probe target addresses in set_aliased_prot() before the hypercall by Andy Lutomirski · 9 years ago
  47. 9261e05 x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks by Andy Lutomirski · 9 years ago
  48. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. 7ef3d7d Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates by Ingo Molnar · 9 years ago
  50. 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 9 years ago
  51. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 9 years ago
  52. 3a9c4b0 x86/fpu: Rename fpu_init() to fpu__cpu_init() by Ingo Molnar · 9 years ago
  53. 7ae383b Merge branch 'linus' into x86/asm, before applying dependent patch by Ingo Molnar · 9 years ago
  54. a71dbda hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests by Boris Ostrovsky · 9 years ago
  55. aac82d3 x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop by Andy Lutomirski · 9 years ago
  56. 497a5df Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  57. feb44f1 x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs by Konrad Rzeszutek Wilk · 9 years ago
  58. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 9 years ago
  59. 5054daa x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests by Boris Ostrovsky · 9 years ago
  60. 31795b47 x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not set by Boris Ostrovsky · 9 years ago
  61. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  62. 613d4ce Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  63. f221b04 x86/xen: properly retrieve NMI reason by Jan Beulich · 10 years ago
  64. 47591df xen: Support Xen pv-domains using PAT by Juergen Gross · 10 years ago
  65. 2c18568 x86/xen: delay construction of mfn_list_list by Juergen Gross · 10 years ago
  66. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  67. a2ef5dc x86/xen: Set EFER.NX and EFER.SCE in PVH guests by Mukesh Rathor · 10 years ago
  68. d1e9abd xen: eliminate scalability issues from initrd handling by Juergen Gross · 10 years ago
  69. f955371 x86: remove the Xen-specific _PAGE_IOMAP PTE flag by David Vrabel · 11 years ago
  70. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  71. e306e3b Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  72. 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
  73. c7341d6 arch/x86/xen: Silence compiler warnings by Daniel Kiper · 10 years ago
  74. be81c8a xen: Put EFI machinery in place by Daniel Kiper · 10 years ago
  75. 8d693b9 xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests. by Konrad Rzeszutek Wilk · 10 years ago
  76. 3d09c62 Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  77. abacaad x86/xen: fix memory setup for PVH dom0 by David Vrabel · 10 years ago
  78. 9f888b3 Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into next by Linus Torvalds · 10 years ago
  79. bc5eb20 xen/x86: set panic notifier priority to minimum by Radim Krčmář · 10 years ago
  80. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  81. afca501 xen/pvh: set CR4 flags for APs by Mukesh Rathor · 11 years ago
  82. c9f6e99 xen/pvh: Set X86_CR0_WP and others in CR0 (v2) by Roger Pau Monne · 11 years ago
  83. 5602aba xen/pvh: remove duplicated include from enlighten.c by Wei Yongjun · 11 years ago
  84. 2771374 xen/pvh: Piggyback on PVHVM for event channels (v2) by Mukesh Rathor · 11 years ago
  85. 5840c84 xen/pvh: Secondary VCPU bringup (non-bootup CPUs) by Mukesh Rathor · 11 years ago
  86. 8d656bb xen/pvh: Load GDT/GS in early PV bootup code for BSP. by Mukesh Rathor · 11 years ago
  87. 696fd7c xen/pvh: Don't setup P2M tree. by Konrad Rzeszutek Wilk · 11 years ago
  88. d285d68 xen/pvh: Early bootup changes in PV code (v4). by Mukesh Rathor · 11 years ago
  89. a60d4b9 Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  90. 1fb3a8b xen/spinlock: Fix locking path engaging too soon under PVHVM. by Konrad Rzeszutek Wilk · 11 years ago
  91. cf39c8e Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  92. 669b0ae xen/pvhvm: Initialize xen panic handler for PVHVM guests by Vaughan Cao · 11 years ago
  93. 6efa20e xen: Support 64-bit PV guest receiving NMIs by Konrad Rzeszutek Wilk · 11 years ago
  94. 9df56f1 x86: Correctly detect hypervisor by Jason Wang · 11 years ago
  95. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  96. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 11 years ago
  97. 607eeb0 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  98. 4ea9b9a xen: mask x2APIC feature in PV by Zhenzhong Duan · 11 years ago
  99. d5b17db xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_info by Konrad Rzeszutek Wilk · 11 years ago
  100. a520996 xen/vcpu: Document the xen_vcpu_info and xen_vcpu by Konrad Rzeszutek Wilk · 11 years ago