riscv: Fix udelay in RV32.
[platform/kernel/linux-rpi.git] / arch / x86 / kvm /
2019-07-10 Wanpeng LiKVM: LAPIC: Fix pending interrupt in IRR blocked by...
2019-07-10 Paolo BonziniKVM: x86: degrade WARN to pr_warn_ratelimited
2019-07-03 Sean ChristophersonKVM: x86/mmu: Allocate PAE root array when using SVM...
2019-06-19 Paolo BonziniKVM: x86/pmu: do not mask the value that is written...
2019-06-19 Paolo BonziniKVM: x86/pmu: mask the result of rdpmc according to...
2019-06-09 Thomas HuthKVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_...
2019-06-04 Masahiro Yamadajump_label: move 'asm goto' support test to Kconfig
2019-05-31 Suthikulpanit, Suraveekvm: svm/avic: fix off-by-one in checking host APIC ID
2019-05-31 Paolo BonziniKVM: x86: fix return value for reserved EFER
2019-05-25 Vitaly Kuznetsovx86: kvm: hyper-v: deal with buggy TLB flush requests...
2019-05-22 Sean ChristophersonKVM: lapic: Busy wait for timer to expire when using...
2019-05-22 Sean ChristophersonKVM: x86: Skip EFER vs. guest CPUID checks for host...
2019-05-16 Vitaly KuznetsovKVM: x86: avoid misreporting level-triggered irqs as...
2019-05-16 Paolo BonziniKVM: fix spectrev1 gadgets
2019-05-14 Thomas GleixnerDocumentation: Move L1TF to separate directory
2019-05-14 Thomas Gleixnerx86/kvm/vmx: Add MDS protection when L1D Flush is not...
2019-05-14 Andi Kleenx86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
2019-05-14 Eduardo Habkostkvm: x86: Report STIBP on GET_SUPPORTED_CPUID
2019-05-08 David RientjesKVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
2019-05-05 Jim MattsonKVM: nVMX: Fix size checks in vmx_set_nested_state
2019-05-05 Sean ChristophersonKVM: x86: Whitelist port 0x7e for pre-incrementing...
2019-04-27 Suthikulpanit, SuraveeRevert "svm: Fix AVIC incomplete IPI emulation"
2019-04-27 Vitaly KuznetsovKVM: x86: svm: make sure NMI is injected after nmi_sing...
2019-04-27 Sean ChristophersonKVM: x86: Don't clear EFER during SMM transitions for...
2019-04-20 Sean ChristophersonKVM: nVMX: restore host state in nested_vmx_vmexit...
2019-04-17 Marc OrrKVM: x86: nVMX: fix x2APIC VTPR read intercept
2019-04-17 Marc OrrKVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE...
2019-04-17 David Rientjeskvm: svm: fix potential get_num_contig_pages overflow
2019-04-17 Jim Mattsonkvm: nVMX: NMI-window and interrupt-window exiting...
2019-04-03 Sean ChristophersonKVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD...
2019-04-03 Sean ChristophersonKVM: x86: update %rip after emulating IO
2019-03-23 Sean ChristophersonKVM: nVMX: Ignore limit checks on VMX instructions...
2019-03-23 Sean ChristophersonKVM: nVMX: Apply addr size mask to effective address...
2019-03-23 Sean ChristophersonKVM: nVMX: Sign extend displacements of VMX instr's...
2019-03-23 Sean ChristophersonKVM: x86/mmu: Do not cache MMIO accesses while memslots...
2019-03-23 Sean ChristophersonKVM: x86/mmu: Detect MMIO generation wrap in any addres...
2019-03-23 Sean ChristophersonKVM: Call kvm_arch_memslots_updated() before updating...
2019-03-05 Vitaly KuznetsovKVM: nSVM: clear events pending from svm_complete_inter...
2019-03-05 Suravee Suthikulpanitsvm: Fix AVIC incomplete IPI emulation
2019-02-27 Yu Zhangkvm: x86: Return LA57 feature based on hardware capability
2019-02-20 Xiaoyao Likvm: vmx: Fix entry number check for add_atomic_switch_...
2019-02-20 Vitaly Kuznetsovx86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2...
2019-02-20 David Rientjeskvm: sev: Fail KVM_SEV_INIT if already initialized
2019-02-12 Josh Poimboeufcpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
2019-02-12 Peter ShierKVM: nVMX: unconditionally cancel preemption timer...
2019-02-12 Paolo BonziniKVM: x86: work around leak of uninitialized stack conte...
2019-02-12 Vitaly KuznetsovKVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
2019-01-31 KarimAllah AhmedKVM/nVMX: Do not validate that posted_intr_desc_addr...
2019-01-31 Tom Roederkvm: x86/vmx: Use kzalloc for cached_vmcs12
2019-01-31 Sean ChristophersonKVM: x86: Fix PV IPIs for 32-bit KVM host
2019-01-31 Alexander PopovKVM: x86: Fix single-step debugging
2019-01-09 Sean ChristophersonKVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm...
2018-12-29 Cfir CohenKVM: Fix UAF in nested posted interrupt processing
2018-12-29 Eduardo Habkostkvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
2018-12-29 Wanpeng LiKVM: X86: Fix NULL deref in vcpu_scan_ioapic
2018-12-17 Yi Wangx86/kvm/vmx: fix old-style function declaration
2018-12-17 Yi WangKVM: x86: fix empty-body warnings
2018-12-17 Liran AlonKVM: VMX: Update shared MSRs to be saved/restored on...
2018-12-08 Wei Wangsvm: Add mutex_lock to protect apic_access_page_done...
2018-12-05 Luiz CapitulinoKVM: VMX: re-add ple_gap module parameter
2018-12-05 Wanpeng LiKVM: X86: Fix scan ioapic use-before-initialization
2018-12-05 Wanpeng LiKVM: LAPIC: Fix pv ipis use-before-initialization
2018-12-05 Liran AlonKVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING...
2018-12-05 Leonid ShatzKVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offse...
2018-12-05 Jim Mattsonkvm: svm: Ensure an IBPB on all affected CPUs when...
2018-12-05 Junaid Shahidkvm: mmu: Fix race in emulated page table writes
2018-11-13 Jim MattsonKVM: nVMX: Clear reserved bits of #DB exit qualification
2018-11-13 Vitaly Kuznetsovx86/kvm/nVMX: allow bare VMXON state migration
2018-10-20 Greg Kroah-HartmanMerge branch 'sched-urgent-for-linus' of git://git...
2018-10-20 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8-2' of git://git./linux/kerne...
2018-10-20 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-20 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-19' of git://anongit...
2018-10-19 Greg Kroah-HartmanMerge tag 'usb-4.19-final' of git://git./linux/kernel...
2018-10-19 Greg Kroah-HartmanMerge tag 'for-linus-20181019' of git://git.kernel...
2018-10-19 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/net
2018-10-19 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-19 Dave AirlieMerge tag 'drm-misc-fixes-2018-10-18' of git://anongit...
2018-10-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2018-10-18 Ingo MolnarMerge tag 'perf-urgent-for-mingo-4.19-20181017' of...
2018-10-18 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc8' of git://git./linux/kernel...
2018-10-17 Greg Kroah-HartmanMerge branch 'parisc-4.19-3' of git://git./linux/kernel...
2018-10-17 Greg Kroah-HartmanMerge tag 'clk-fixes-for-linus' of git://git./linux...
2018-10-16 Greg Kroah-HartmanMerge git://git./linux/kernel/git/davem/sparc
2018-10-16 Greg Kroah-HartmanMerge tag 'selinux-pr-20181015' of git://git./linux...
2018-10-14 Greg Kroah-HartmanMerge tag 'libnvdimm-fixes-4.19-rc8' of git://git....
2018-10-14 Greg Kroah-HartmanMerge branch 'i2c/for-current' of git://git./linux...
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus' of git://git./virt/kvm/kvm
2018-10-13 Vitaly KuznetsovKVM: vmx: hyper-v: don't pass EPT configuration info...
2018-10-13 Greg Kroah-HartmanMerge tag 'for-linus-20181012' of git://git.kernel...
2018-10-12 Greg Kroah-HartmanMerge tag 'armsoc-fixes-4.19' of git://git./linux/kerne...
2018-10-12 Greg Kroah-HartmanMerge tag 'for-gkh' of git://git./linux/kernel/git...
2018-10-12 Greg Kroah-HartmanMerge branch 'for-linus' of git://git./linux/kernel...
2018-10-11 Greg Kroah-HartmanMerge branch 'for-4.19-fixes' of git://git./linux/kerne...
2018-10-11 Greg Kroah-HartmanMerge tag 'kbuild-fixes-v4.19-2' of git://git./linux...
2018-10-11 Greg Kroah-HartmanMerge tag 'alloc-args-v4.19-rc8' of https://git./linux...
2018-10-11 Greg Kroah-HartmanMerge branch 'perf-urgent-for-linus' of git://git....
2018-10-11 David S. MillerMerge tag 'rxrpc-fixes-20181008' of git://git./linux...
2018-10-11 Greg Kroah-HartmanMerge tag 'xfs-fixes-for-4.19-rc7' of git://git./fs...
2018-10-10 Greg Kroah-HartmanMerge tag 'trace-v4.19-rc5' of git://git./linux/kernel...
2018-10-10 Greg Kroah-HartmanMerge tag 'devicetree-fixes-for-4.19-3' of git://git...
next