1. e53d88af kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset by Jim Mattson · 6 years ago
  2. 3d82c56 kvm: vmx: add cpu into VMX preemption timer bug list by Wei Huang · 6 years ago
  3. d7b09c8 kvm: x86: Report STIBP on GET_SUPPORTED_CPUID by Eduardo Habkost · 6 years ago
  4. 87a8d79 x86/hyper-v: Stop caring about EOI for direct stimers by Vitaly Kuznetsov · 6 years ago
  5. 08a800a x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint() by Vitaly Kuznetsov · 6 years ago
  6. 8644f77 x86/kvm/hyper-v: direct mode for synthetic timers by Vitaly Kuznetsov · 6 years ago
  7. 6a058a1e x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  8. 0aa6725 x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  9. 2bc3997 x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID by Vitaly Kuznetsov · 6 years ago
  10. e2e871a x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper by Vitaly Kuznetsov · 6 years ago
  11. 220d658 x86/hyper-v: Drop HV_X64_CONFIGURE_PROFILER definition by Vitaly Kuznetsov · 6 years ago
  12. a4987de x86/hyper-v: Do some housekeeping in hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  13. ec08449 x86/hyper-v: Mark TLFS structures packed by Vitaly Kuznetsov · 6 years ago
  14. 7deec5e x86: kvm: hyperv: don't retry message delivery for periodic timers by Roman Kagan · 6 years ago
  15. 3a0e773 x86: kvm: hyperv: simplify SynIC message delivery by Roman Kagan · 6 years ago
  16. eb1ff0a kvm: x86: remove unnecessary recalculate_apic_map by Peng Hao · 6 years ago
  17. b2227dd kvm: svm: remove unused struct definition by Peng Hao · 6 years ago
  18. 84c8c5b kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCE by Jim Mattson · 6 years ago
  19. db31c8f kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entry by Jim Mattson · 6 years ago
  20. 898a811 kvm: vmx: Document the need for MSR_STAR in i386 builds by Jim Mattson · 6 years ago
  21. 0023ef3 kvm: vmx: Set IA32_TSC_AUX for legacy mode guests by Jim Mattson · 6 years ago
  22. 55d2375 KVM: nVMX: Move nested code to dedicated files by Sean Christopherson · 6 years ago
  23. 7c97fcb KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inline by Sean Christopherson · 6 years ago
  24. 97b7ead KVM: VMX: Expose various getters and setters to nested VMX by Sean Christopherson · 6 years ago
  25. cf3646e KVM: VMX: Expose misc variables needed for nested VMX by Sean Christopherson · 6 years ago
  26. ff24148 KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper function by Sean Christopherson · 6 years ago
  27. 3e8eacc KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is true by Sean Christopherson · 6 years ago
  28. e4027cf KVM: nVMX: Set callbacks for nested functions during hardware setup by Sean Christopherson · 6 years ago
  29. a320338 KVM: VMX: Move the hardware {un}setup functions to the bottom by Sean Christopherson · 6 years ago
  30. 5158917 KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL by Sean Christopherson · 6 years ago
  31. 944c346 KVM: VMX: Move nested hardware/vcpu {un}setup to helper functions by Sean Christopherson · 6 years ago
  32. 89b0c9f KVM: VMX: Move VMX instruction wrappers to a dedicated header file by Sean Christopherson · 6 years ago
  33. 75edce8 KVM: VMX: Move eVMCS code to dedicated files by Sean Christopherson · 6 years ago
  34. 8373d25 KVM: VMX: Add vmx.h to hold VMX definitions by Sean Christopherson · 6 years ago
  35. 609363c KVM: nVMX: Move vmcs12 code to dedicated files by Sean Christopherson · 6 years ago
  36. cb1d474 KVM: VMX: Move VMCS definitions to dedicated file by Sean Christopherson · 6 years ago
  37. 2c4fd91 KVM: VMX: Expose various module param vars via capabilities.h by Sean Christopherson · 6 years ago
  38. 3077c19 KVM: VMX: Move capabilities structs and helpers to dedicated file by Sean Christopherson · 6 years ago
  39. 7caaa71 KVM: VMX: Pass vmx_capability struct to setup_vmcs_config() by Sean Christopherson · 6 years ago
  40. c73da3f KVM: VMX: Properly handle dynamic VM Entry/Exit controls by Sean Christopherson · 6 years ago
  41. 71d9409 KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup() by Sean Christopherson · 6 years ago
  42. 4cebd74 KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h by Sean Christopherson · 6 years ago
  43. e012311 KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h by Sean Christopherson · 6 years ago
  44. a821bab KVM: VMX: Move VMX specific files to a "vmx" subdirectory by Sean Christopherson · 6 years ago
  45. 3592cda KVM: x86: Add requisite includes to hyperv.h by Sean Christopherson · 6 years ago
  46. 8ba2e52 KVM: x86: Add requisite includes to kvm_cache_regs.h by Sean Christopherson · 6 years ago
  47. 199b118 KVM: VMX: Alphabetize the includes in vmx.c by Sean Christopherson · 6 years ago
  48. dfae3c0 KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcs by Sean Christopherson · 6 years ago
  49. 1b3ab5a KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails by Sean Christopherson · 6 years ago
  50. 2a31b9d kvm: introduce manual dirty log reprotect by Paolo Bonzini · 6 years ago
  51. 8fe65a8 kvm: rename last argument to kvm_get_dirty_log_protect by Paolo Bonzini · 6 years ago
  52. e5d83c7 kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnostic by Paolo Bonzini · 8 years ago
  53. bb22dc1 Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest into HEAD by Paolo Bonzini · 6 years ago
  54. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  55. 8586ca8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. ebbd300 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 4b04e73 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 570c913 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  59. b8bf469 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  60. ac3e233 x86/vdso: Drop implicit common-page-size linker flag by Nick Desaulniers · 6 years ago
  61. b4aecf7 arm64: hibernate: Avoid sending cross-calling with interrupts disabled by Will Deacon · 6 years ago
  62. b72f711 Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  63. 7e40b56 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  64. 002f421 Merge tag 'csky-4.20-rc6' of github.com:c-sky/csky-linux by Linus Torvalds · 6 years ago
  65. 3a4d0c2 ARM: ensure that processor vtables is not lost after boot by Russell King · 6 years ago
  66. a50480c kprobes/x86: Blacklist non-attachable interrupt functions by Andrea Righi · 6 years ago
  67. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  68. 369af92 Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
  69. 25896d0 x86/build: Fix compiler support check for CONFIG_RETPOLINE by Masahiro Yamada · 6 years ago
  70. c2a3831 ARM: 8816/1: dma-mapping: fix potential uninitialized return by Nathan Jones · 6 years ago
  71. 3d0358d ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart by Vladimir Murzin · 6 years ago
  72. a1208f6 ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling by Chris Cole · 6 years ago
  73. a517af5 Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  74. 43a1b0c kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction by Masami Hiramatsu · 6 years ago
  75. 025dceb bpf: powerpc64: optimize JIT passes for bpf function calls by Sandipan Das · 6 years ago
  76. 9099ff7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 6 years ago
  77. 182ddd1 x86/boot: Clear RSDP address in boot_params for broken loaders by Juergen Gross · 6 years ago
  78. 63e19c8 csky: bugfix tlb_get_pgd error. by Guo Ren · 6 years ago
  79. 6a51272 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  80. 292974c Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  81. 1e8249b parisc: Enable -ffunction-sections for modules on 32-bit kernel by Helge Deller · 6 years ago
  82. 4b78317 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 6c7954b Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  84. 868dda0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  85. bfed4d7 Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  86. f614948 Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 6 years ago
  87. 89acb56 Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Olof Johansson · 6 years ago
  88. adb97bcd Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 6 years ago
  89. a8505b4 Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 6 years ago
  90. 9f60337 Merge tag 'at91-4.20-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into fixes by Olof Johansson · 6 years ago
  91. 1ec6357 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. a1b3cf6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  93. 10d4434 ARC: io.h: Implement reads{x}()/writes{x}() by Jose Abreu · 6 years ago
  94. b7cc40c ARC: change defconfig defaults to ARCv2 by Kevin Hilman · 6 years ago
  95. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  96. 79c2206 x86/earlyprintk/efi: Fix infinite loop on some screen widths by YiFei Zhu · 6 years ago
  97. b84a64f x86/efi: Allocate e820 buffer before calling efi_exit_boot_service by Eric Snowberg · 6 years ago
  98. 3578f19 Merge tag 's390-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  99. 1236641 Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" by Igor Druzhinin · 6 years ago
  100. a7b4031 xen/x86: add diagnostic printout to xen_mc_flush() in case of error by Juergen Gross · 6 years ago