1. 90a2282 x86/irq: Call irq_force_move_complete with irq descriptor by Thomas Gleixner · 9 years ago
  2. 4eaffdd x86/mm: Improve switch_mm() barrier comments by Andy Lutomirski · 9 years ago
  3. e27d90e lguest: Map switcher text R/O by Rusty Russell · 9 years ago
  4. 394db20 x86/fpu: Disable AVX when eagerfpu is off by yu-cheng yu · 9 years ago
  5. a5fe93a x86/fpu: Disable MPX when eagerfpu is off by yu-cheng yu · 9 years ago
  6. c0c5701 Merge commit 'linus' into x86/urgent, to pick up recent x86 changes by Ingo Molnar · 9 years ago
  7. ae8a521 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 6896d9f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 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
  11. 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
  12. 4f19b88 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  13. 4bd20db Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  14. 5cb52b5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  15. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. 8c31902 x86/boot: Double BOOT_HEAP_SIZE to 64KB by H.J. Lu · 9 years ago
  17. 71b3c12 x86/mm: Add barriers and document switch_mm()-vs-flush synchronization by Andy Lutomirski · 9 years ago
  18. 8705d60 x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n by Andy Lutomirski · 9 years ago
  19. c8f3e51 x86/irq: Export functions to allow MSI domains in modules by Jake Oshins · 9 years ago
  20. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  21. 4baf7fe x86/mm: Align macro defines by Borislav Petkov · 9 years ago
  22. 6e1315f x86/cpu: Provide a config option to disable static_cpu_has by Borislav Petkov · 9 years ago
  23. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  24. 39c06df x86/cpufeature: Cleanup get_cpu_cap() by Borislav Petkov · 9 years ago
  25. 2ccd71f x86/cpufeature: Move some of the scattered feature bits to x86_capability by Borislav Petkov · 9 years ago
  26. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
  27. b279d67 x86/nmi: Save regs in crash dump on external NMI by Hidehiro Kawai · 9 years ago
  28. b7c4948 x86/apic: Introduce apic_extnmi command line parameter by Hidehiro Kawai · 9 years ago
  29. d267b8d Merge branch 'linus' into x86/apic by Thomas Gleixner · 9 years ago
  30. 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  31. 057032e Merge tag 'v4.4-rc5' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  32. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  33. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  34. 7f47d8c x86, tracing, perf: Add trace point for MSR accesses by Andi Kleen · 9 years ago
  35. 153a433 x86/headers: Don't include asm/processor.h in asm/atomic.h by Andi Kleen · 9 years ago
  36. 70f15287 x86/mm: Fix regression with huge pages on PAE by Kirill A. Shutemov · 9 years ago
  37. d6b56b0 x86/platform/calgary: Constify cal_chipset_ops structures by Julia Lawall · 9 years ago
  38. 7a9c2dd x86/pm: Introduce quirk framework to save/restore extra MSR registers around suspend/resume by Chen Yu · 9 years ago
  39. d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
  40. 2671c3e4 x86/asm: Add asm macros for static keys/jump labels by Andy Lutomirski · 9 years ago
  41. c284543 x86/asm: Error out if asm/jump_label.h is included inappropriately by Andy Lutomirski · 9 years ago
  42. b7106fa x86/fpu: Get rid of xstate_fault() by Borislav Petkov · 9 years ago
  43. b74a0cf x86/fpu: Add an XSTATE_OP() macro by Borislav Petkov · 9 years ago
  44. 679bcea x86/MSR: Chop off lower 32-bit value by Borislav Petkov · 9 years ago
  45. ae8b787 x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR by Borislav Petkov · 9 years ago
  46. 99f925c x86/cpu: Unify CPU family, model, stepping calculation by Borislav Petkov · 9 years ago
  47. c0ec382 x86/RAS: Remove mce.usable_addr by Borislav Petkov · 9 years ago
  48. 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
  49. 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago
  50. 5fdf5d3 x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
  51. d780453 locking/pvqspinlock, x86: Optimize the PV unlock code path by Waiman Long · 9 years ago
  52. 24cc12b perf/x86/intel/pt: Add interface to stop Intel PT logging by Takao Indoh · 9 years ago
  53. 10013eb x86: Add an inlined __copy_from_user_nmi() variant by Andi Kleen · 9 years ago
  54. 4609586 x86/paravirt: Remove unused pv_apic_ops structure by Juergen Gross · 9 years ago
  55. 2f7a3f8 x86/tsc: Remove unused tsc_pre_init() hook by Thomas Gleixner · 9 years ago
  56. ed29210 x86: Remove unused function cpu_has_ht_siblings() by Juergen Gross · 9 years ago
  57. d9f67db Merge branch 'pm-tools' by Rafael J. Wysocki · 9 years ago
  58. bba072d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 5369a21 x86: remove unused definition of MSR_NHM_PLATFORM_INFO by Len Brown · 9 years ago
  60. 3370b69 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  61. a96036b KVM: x86: rename update_db_bp_intercept to update_bp_intercept by Paolo Bonzini · 9 years ago
  62. 54a2055 KVM: x86: work around infinite loop in microcode when #AC is delivered by Eric Northup · 9 years ago
  63. 64903d6 KVM: VMX: Enable and initialize VMX TSC scaling by Haozhong Zhang · 9 years ago
  64. 4ba7653 KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() by Haozhong Zhang · 9 years ago
  65. 58ea676 KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() by Haozhong Zhang · 9 years ago
  66. 07c1419 KVM: x86: Replace call-back compute_tsc_offset() with a common function by Haozhong Zhang · 9 years ago
  67. 381d585 KVM: x86: Replace call-back set_tsc_khz() with a common function by Haozhong Zhang · 9 years ago
  68. 35181e8 KVM: x86: Add a common TSC scaling function by Haozhong Zhang · 9 years ago
  69. ad72188 KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch by Haozhong Zhang · 9 years ago
  70. bc9b961 KVM: x86: Collect information for setting TSC scaling ratio by Haozhong Zhang · 9 years ago
  71. 893590c KVM: x86: declare a few variables as __read_mostly by Paolo Bonzini · 9 years ago
  72. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
  73. 79f1d83 x86/paravirt: Kill some unused patching functions by Borislav Petkov · 9 years ago
  74. 8c058b0 x86/irq: Probe for PIC presence before allocating descs for legacy IRQs by Vitaly Kuznetsov · 9 years ago
  75. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  76. 7e29393 x86/apic: Provide default send single IPI wrapper by Thomas Gleixner · 9 years ago
  77. 53be0fa x86/apic: Implement default single target IPI function by Thomas Gleixner · 9 years ago
  78. 539da78 x86/apic: Add a single-target IPI function to the apic by Linus Torvalds · 9 years ago
  79. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  80. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  81. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  82. c75efa9 drivers/hv: share Hyper-V SynIC constants with userspace by Andrey Smetanin · 9 years ago
  83. 7a036a6 KVM: x86: add read_phys to x86_emulate_ops by Radim Krčmář · 9 years ago
  84. 197a4f4 Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 years ago
  85. 66ef349 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. f323c49 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. 378e4e9 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. a75a3f6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. d2bea73 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. b831ef2 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. f5a8160 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. 7b2a430 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. 69f8947 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  99. 2167cea x86/cpu: Add CLZERO detection by Wan Zongshun · 9 years ago
  100. c7f54d2 x86/mce: Add a Scalable MCA vendor flags bit by Aravind Gopalakrishnan · 9 years ago