1. 0da029e KVM: x86: rename quirk constants to KVM_X86_QUIRK_* by Paolo Bonzini · 9 years ago
  2. fb279950 KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED by Xiao Guangrong · 9 years ago
  3. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  4. 3e5d2fd KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type by Xiao Guangrong · 9 years ago
  5. 10dc331 KVM: MTRR: fix memory type handling if MTRR is completely disabled by Xiao Guangrong · 9 years ago
  6. 0e1dbcc Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. f79a17b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  8. 59ee762 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
  10. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  11. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  12. a97439a x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code by Andy Lutomirski · 9 years ago
  13. 36f1a77 x86/nmi/64: Make the "NMI executing" variable more consistent by Andy Lutomirski · 9 years ago
  14. 23a781e x86/nmi/64: Minor asm simplification by Andy Lutomirski · 9 years ago
  15. 810bc07 x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection by Andy Lutomirski · 9 years ago
  16. a27507c x86/nmi/64: Reorder nested NMI checks by Andy Lutomirski · 9 years ago
  17. 0b22930 x86/nmi/64: Improve nested NMI comments by Andy Lutomirski · 9 years ago
  18. 9b6e6a8 x86/nmi/64: Switch stacks on userspace NMI entry by Andy Lutomirski · 9 years ago
  19. 0e181bb x86/nmi/64: Remove asm code that saves CR2 by Andy Lutomirski · 9 years ago
  20. 9d05041 x86/nmi: Enable nested do_nmi() handling for 64-bit kernels by Andy Lutomirski · 9 years ago
  21. 3e87ee0 Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  22. df14a68 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  23. ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 9 years ago
  24. 1daa1cf Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  25. ee4100d kvm: x86: fix load xsave feature warning by Wanpeng Li · 9 years ago
  26. fd717f1 KVM: x86: apply guest MTRR virtualization on host reserved pages by Paolo Bonzini · 9 years ago
  27. e098223 KVM: SVM: Sync g_pat with guest-written PAT value by Jan Kiszka · 9 years ago
  28. 3c2e7f7 KVM: SVM: use NPT page attributes by Paolo Bonzini · 9 years ago
  29. 5544eb9 KVM: count number of assigned devices by Paolo Bonzini · 9 years ago
  30. 370777d KVM: VMX: fix vmwrite to invalid VMCS by Radim Krčmář · 9 years ago
  31. d1fe921 KVM: x86: reintroduce kvm_is_mmio_pfn by Paolo Bonzini · 9 years ago
  32. 5d75a74 x86: hyperv: add CPUID bit for crash handlers by Paolo Bonzini · 9 years ago
  33. a833581 x86, perf: Fix static_key bug in load_mm_cr4() by Peter Zijlstra · 9 years ago
  34. 0294100 intel_pmc_ipc: Update kerneldoc formatting by qipeng.zha · 9 years ago
  35. 69711ca x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text by Sébastien Hinderer · 9 years ago
  36. 09cf92b x86/irq: Retrieve irq data after locking irq_desc by Thomas Gleixner · 9 years ago
  37. cbb24dc x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable() by Thomas Gleixner · 9 years ago
  38. 5a3f75e x86/irq: Plug irq vector hotplug race by Thomas Gleixner · 9 years ago
  39. 827a82f x86/earlyprintk: Allow early_printk() to use console style parameters like '115200n8' by Steven Rostedt · 9 years ago
  40. 20d5e4a x86/espfix: Init espfix on the boot CPU side by Zhu Guihua · 9 years ago
  41. 1db8756 x86/espfix: Add 'cpu' parameter to init_espfix_ap() by Zhu Guihua · 9 years ago
  42. d6f2d75 x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig by Andrey Ryabinin · 9 years ago
  43. 8515522 x86/kasan: Add message about KASAN being initialized by Andrey Ryabinin · 9 years ago
  44. d4f86be x86/kasan: Fix boot crash on AMD processors by Andrey Ryabinin · 9 years ago
  45. 241d2c5 x86/kasan: Flush TLBs after switching CR3 by Andrey Ryabinin · 9 years ago
  46. 5d5aa3c x86/kasan: Fix KASAN shadow region page tables by Alexander Popov · 9 years ago
  47. d0f77d4 x86/init: Clear 'init_level4_pgt' earlier by Andrey Ryabinin · 9 years ago
  48. ebf2d26 perf/x86: Fix copy_from_user_nmi() return if range is not ok by Yann Droneaud · 9 years ago
  49. 5aac644 x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate() by Adrian Hunter · 9 years ago
  50. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  51. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  52. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  55. a88464a kvm: add hyper-v crash msrs values by Andrey Smetanin · 9 years ago
  56. b0996ae KVM: x86: remove data variable from kvm_get_msr_common by Nicolas Iooss · 9 years ago
  57. 59fd132 KVM: x86: keep track of LVT0 changes under APICv by Radim Krčmář · 9 years ago
  58. db13856 KVM: x86: properly restore LVT0 by Radim Krčmář · 9 years ago
  59. 4272013 KVM: x86: make vapics_in_nmi_mode atomic by Radim Krčmář · 9 years ago
  60. a611fb7 Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  61. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  62. 2d44070 Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  63. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  64. 8fff775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  65. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  66. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  67. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 9 years ago
  68. a846f47 x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line. by KarimAllah Ahmed · 9 years ago
  69. 3b242c6 x86: mm: enable deferred struct page initialisation on x86-64 by Mel Gorman · 9 years ago
  70. 93472af perf/x86: Fix 'active_events' imbalance by Peter Zijlstra · 9 years ago
  71. dc5fb57 Merge branch 'x86/boot' into x86/urgent by Ingo Molnar · 9 years ago
  72. db52ef7 x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabled by Ingo Molnar · 9 years ago
  73. 0a8b835 intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver by qipeng.zha · 9 years ago
  74. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  75. 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 9 years ago
  76. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  77. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  78. d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  79. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  80. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  81. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  82. 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
  83. 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
  84. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  85. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 9 years ago
  87. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  88. 45471cd Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  89. 9f53f9f libnvdimm, pmem: add libnvdimm support to the pmem driver by Dan Williams · 9 years ago
  90. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 9 years ago
  91. fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 9 years ago
  92. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  93. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 9 years ago
  94. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  95. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  96. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  97. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  98. 0faef83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  99. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  100. 6912ac3 KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs by Wei Huang · 9 years ago