1. fd8cb43 KVM: MMU: Expose the LA57 feature to VM. by Yu Zhang · 7 years ago
  2. 855feb6 KVM: MMU: Add 5 level EPT & Shadow page table support. by Yu Zhang · 7 years ago
  3. 2a7266a KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL. by Yu Zhang · 7 years ago
  4. d1cd3ce KVM: MMU: check guest CR3 reserved bits based on its physical address width. by Yu Zhang · 7 years ago
  5. e911eb3 KVM: x86: Add return value to kvm_cpuid(). by Yu Zhang · 7 years ago
  6. 3db1348 kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS by Paolo Bonzini · 7 years ago
  7. 75f4fc8 kvm: vmx: Raise #UD on unsupported RDSEED by Jim Mattson · 7 years ago
  8. 45ec368 kvm: vmx: Raise #UD on unsupported RDRAND by Jim Mattson · 7 years ago
  9. 80154d7 KVM: VMX: cache secondary exec controls by Paolo Bonzini · 7 years ago
  10. 640bd6e KVM: SVM: Enable Virtual GIF feature by Janakarajan Natarajan · 7 years ago
  11. d837312 KVM: SVM: Add Virtual GIF feature definition by Janakarajan Natarajan · 7 years ago
  12. 42aa53b KVM: VMX: always require WB memory type for EPT by David Hildenbrand · 7 years ago
  13. bb97a01 KVM: VMX: cleanup EPTP definitions by David Hildenbrand · 7 years ago
  14. 3f0d4db KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array) by Denys Vlasenko · 7 years ago
  15. 9034e6e KVM: x86: fix use of L1 MMIO areas in nested guests by Paolo Bonzini · 7 years ago
  16. 618232e KVM: x86: Avoid guest page table walk when gpa_available is set by Brijesh Singh · 7 years ago
  17. e08d26f KVM: x86: simplify ept_misconfig by Paolo Bonzini · 7 years ago
  18. 076b925 kvm: avoid uninitialized-variable warnings by Arnd Bergmann · 7 years ago
  19. d380228 kvm: x86: Disallow illegal IA32_APIC_BASE MSR values by Jim Mattson · 7 years ago
  20. 26eeb53 KVM: MMU: Bail out immediately if there is no available mmu page by Wanpeng Li · 7 years ago
  21. 42bcbeb KVM: MMU: Fix softlockup due to mmu_lock is held too long by Wanpeng Li · 7 years ago
  22. a057e0e KVM: nVMX: validate eptp pointer by David Hildenbrand · 7 years ago
  23. a170504 KVM: MAINTAINERS improvements by Andrew Jones · 7 years ago
  24. eebed24 kvm: nVMX: Add support for fast unprotection of nested guest page tables by Paolo Bonzini · 8 years ago
  25. 64531a3 KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest by Brijesh Singh · 7 years ago
  26. bbeac28 KVM: X86: Fix residual mmio emulation request to userspace by Wanpeng Li · 7 years ago
  27. f01fbd2 KVM: arm: implements the kvm_arch_vcpu_in_kernel() by Longpeng(Mike) · 7 years ago
  28. 0546c63 KVM: s390: implements the kvm_arch_vcpu_in_kernel() by Longpeng(Mike) · 7 years ago
  29. de63ad4 KVM: X86: implement the logic for spinlock optimization by Longpeng(Mike) · 7 years ago
  30. 199b576 KVM: add spinlock optimization framework by Longpeng(Mike) · 7 years ago
  31. 1b4d56b KVM: x86: use general helpers for some cpuid manipulation by Radim Krčmář · 7 years ago
  32. d6321d4 KVM: x86: generalize guest_cpuid_has_ helpers by Radim Krčmář · 7 years ago
  33. c6bd180 KVM: x86: X86_FEATURE_NRIPS is not scattered anymore by Radim Krčmář · 7 years ago
  34. 41ab937 KVM: nVMX: Emulate EPTP switching for the L1 hypervisor by Bandan Das · 7 years ago
  35. 27c42a1 KVM: nVMX: Enable VMFUNC for the L1 hypervisor by Bandan Das · 7 years ago
  36. 2a499e4 KVM: vmx: Enable VMFUNCs by Bandan Das · 7 years ago
  37. 53a70da KVM: nVMX: get rid of nested_release_page* by David Hildenbrand · 7 years ago
  38. 5e2f30b KVM: nVMX: get rid of nested_get_page() by David Hildenbrand · 7 years ago
  39. 90a2db6 KVM: nVMX: INVPCID support by Paolo Bonzini · 7 years ago
  40. 72c139b KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY by Ladi Prosek · 7 years ago
  41. aae4e7a Linux 4.13-rc4 by Linus Torvalds · 7 years ago
  42. acdae9e Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  43. ed66da1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  44. 6ea1bc9 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  45. fbb7761 Fix compat_sys_sigpending breakage by Dmitry V. Levin · 7 years ago
  46. 4e56201 ext4: fix copy paste error in ext4_swap_extents() by Maninder Singh · 7 years ago
  47. aec5175 ext4: fix overflow caused by missing cast in ext4_resize_fs() by Jerry Lee · 7 years ago
  48. c03b45b ext4, project: expand inode extra size if possible by Miao Xie · 7 years ago
  49. b640b2c ext4: cleanup ext4_expand_extra_isize_ea() by Miao Xie · 7 years ago
  50. cf0a5e8 ext4: restructure ext4_expand_extra_isize by Miao Xie · 7 years ago
  51. 3b10fdc ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize by Miao Xie · 7 years ago
  52. 9699d4f ext4: make xattr inode reads faster by Tahsin Erdogan · 7 years ago
  53. ec00022 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  54. 77a2e84 ext4: remove unused mode parameter by Tahsin Erdogan · 7 years ago
  55. 2df2c34 ext4: fix warning about stack corruption by Arnd Bergmann · 7 years ago
  56. c741489 ext4: fix dir_nlink behaviour by Andreas Dilger · 7 years ago
  57. 381cebf ext4: silence array overflow warning by Dan Carpenter · 7 years ago
  58. fcf5ea1 ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
  59. 946da69 platform/x86: intel-vbtn: match power button on press rather than release by Mario Limonciello · 7 years ago
  60. 0fdd951 Merge tag 'media/v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  61. e451057 ext4: release discard bio after sending discard commands by Daeho Jeong · 7 years ago
  62. aab7761 Merge tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  63. ef9ca02 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  64. 6999507 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  65. 0d5b994 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. d1faa3e Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 65f4740 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  68. b3c6858 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  69. 0a23ea6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  70. c63716a Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  71. a64c40e Merge tag 'sound-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  72. 83b89ea Merge tag 'iommu-fixes-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  73. 8145f37 Merge tag 'mmc-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  74. 47d4758 Merge tag 'drm-fixes-for-v4.13-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  75. 841fe95 Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  76. 0ede1c4 sparc64: Fix exception handling in UltraSPARC-III memcpy. by David S. Miller · 7 years ago
  77. 82cd588 arm64: avoid overflow in VA_START and PAGE_OFFSET by Nick Desaulniers · 7 years ago
  78. 6d33274 arm64: Fix potential race with hardware DBM in ptep_set_access_flags() by Catalin Marinas · 7 years ago
  79. 41c454f Merge tag 'davinci-fixes-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Arnd Bergmann · 7 years ago
  80. ae11985 Merge tag 'sunxi-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 7 years ago
  81. 3d8db0a Merge tag 'qcom-arm64-defconfig-fixes-for-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into fixes by Arnd Bergmann · 7 years ago
  82. 985333b ARM: dts: tango4: Request RGMII RX and TX clock delays by Marc Gonzalez · 7 years ago
  83. 2f4233e bus: uniphier-system-bus: set up registers when resuming by Masahiro Yamada · 7 years ago
  84. 264e22a Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 7 years ago
  85. 48cb953 Merge tag 'mvebu-fixes-4.13-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 7 years ago
  86. b99bba0 Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Arnd Bergmann · 7 years ago
  87. e86c86b Merge tag 'v4.13-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Arnd Bergmann · 7 years ago
  88. 3db40c3 powerpc/64: Fix __check_irq_replay missing decrementer interrupt by Nicholas Piggin · 7 years ago
  89. 09539f9 powerpc/perf: POWER9 PMU stops after idle workaround by Nicholas Piggin · 8 years ago
  90. 5669b998 Merge branch 'drm-fixes-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  91. 869c058 Merge tag 'vfio-v4.13-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  92. 995d03a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  93. 8d3fe85 Merge tag 'acpi-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  94. 73784fb Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  95. 3de559d Merge branches 'acpi-soc', 'acpi-wdat' and 'acpi-cppc' by Rafael J. Wysocki · 7 years ago
  96. 78aa904 Merge branches 'pm-core' and 'pm-misc' by Rafael J. Wysocki · 7 years ago
  97. 8a05c31 Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  98. 53a5abd Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  99. 3af4e41 KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg by Christoffer Dall · 7 years ago
  100. 6550c4d KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit" by Wanpeng Li · 7 years ago