Show patches with: none      |   110939 patches
« 1 2 ... 712 713 7141109 1110 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,2/4] i386/kvm: set tsc_khz before configuring Hyper-V CPUID - - - --- 2017-08-07 Ladi Prosek New
[v2,1/4] i386/kvm: use a switch statement for MSR detection - - - --- 2017-08-07 Ladi Prosek New
[3/3] KVM: implement spinlock optimization logic for arm/s390 - - - --- 2017-08-07 Longpeng(Mike) New
[2/3] KVM: X86: implement the logic for spinlock optimization - - - --- 2017-08-07 Longpeng(Mike) New
[1/3] KVM: add spinlock-exiting optimize framework - - - --- 2017-08-07 Longpeng(Mike) New
[RFC,v5,5/5] vfio-pci: Allow to expose MSI-X table to userspace when safe - 1 - --- 2017-08-07 Alexey Kardashevskiy New
[RFC,v5,4/5] powerpc/iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX - - - --- 2017-08-07 Alexey Kardashevskiy New
[RFC,v5,3/5] iommu/intel/amd: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if IRQ remapping is enabled - - - --- 2017-08-07 Alexey Kardashevskiy New
[RFC,v5,2/5] iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if MSI controller enables IRQ remapping - - - --- 2017-08-07 Alexey Kardashevskiy New
[RFC,v5,1/5] iommu: Add capabilities to a group - 1 - --- 2017-08-07 Alexey Kardashevskiy New
[15/15] ARM: l2c: replace open coded VA->PA calculation - - - --- 2017-08-05 Ard Biesheuvel New
[14/15] arm-soc: shmobile: replace open coded VA->PA calculation - - - --- 2017-08-05 Ard Biesheuvel New
[13/15] arm-soc: various: replace open coded VA->PA calculation of pen_release - - - --- 2017-08-05 Ard Biesheuvel New
[12/15] arm-soc: omap: replace open coded VA->PA calculations - - - --- 2017-08-05 Ard Biesheuvel New
[11/15] arm-soc: mvebu: replace open coded VA->PA conversion - - - --- 2017-08-05 Ard Biesheuvel New
[10/15] arm-soc: exynos: replace open coded VA->PA conversions - - - --- 2017-08-05 Ard Biesheuvel New
[09/15] ARM: kvm: replace open coded VA->PA calculations with adr_l call - - - --- 2017-08-05 Ard Biesheuvel New
[08/15] ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET - - - --- 2017-08-05 Ard Biesheuvel New
[07/15] ARM: head.S: use PC-relative insn sequences for __fixup_pv_table - - - --- 2017-08-05 Ard Biesheuvel New
[06/15] ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash - - - --- 2017-08-05 Ard Biesheuvel New
[05/15] ARM: head: use PC-relative insn sequence for __smp_alt - - - --- 2017-08-05 Ard Biesheuvel New
[04/15] ARM: head.S: use PC-relative insn sequence for secondary_data - - - --- 2017-08-05 Ard Biesheuvel New
[03/15] ARM: head-common.S: use PC-relative insn sequence for __turn_mmu_on - - - --- 2017-08-05 Ard Biesheuvel New
[02/15] ARM: head-common.S: use PC-relative insn sequence for __proc_info - - - --- 2017-08-05 Ard Biesheuvel New
[01/15] ARM: assembler: introduce adr_l, ldr_l and str_l macros - - - --- 2017-08-05 Ard Biesheuvel New
KVM: nVMX: Fix windows guest BSOD due to fail Intel FlexPriority - - - --- 2017-08-04 Wanpeng Li New
[v2,3/3] KVM: x86: use general helpers for some cpuid manipulation - 1 - --- 2017-08-04 Radim Krčmář New
[v2,2/3] KVM: x86: generalize guest_cpuid_has_ helpers - 1 - --- 2017-08-04 Radim Krčmář New
[v2,1/3] KVM: x86: X86_FEATURE_NRIPS is not scattered anymore - 1 - --- 2017-08-04 Radim Krčmář New
[v7,3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor - - - --- 2017-08-04 David Hildenbrand New
[v1,13/13] KVM: x86: allow setting identity map addr with no vcpus only - - - --- 2017-08-04 David Hildenbrand New
[v1,12/13] KVM: x86: document special identity map address value - - - --- 2017-08-04 David Hildenbrand New
[v1,11/13] KVM: VMX: cleanup init_rmode_identity_map() - - - --- 2017-08-04 David Hildenbrand New
[v1,10/13] KVM: nVMX: no need to set vcpu->cpu when switching vmcs - - - --- 2017-08-04 David Hildenbrand New
[v1,09/13] KVM: VMX: drop unnecessary function declarations - - - --- 2017-08-04 David Hildenbrand New
[v1,08/13] KVM: VMX: call ept_sync_global() with enable_ept only - - - --- 2017-08-04 David Hildenbrand New
[v1,07/13] KVM: VMX: drop enable_ept check from ept_sync_context() - - - --- 2017-08-04 David Hildenbrand New
[v1,06/13] KVM: x86: no need to inititalize vcpu members to 0 - - - --- 2017-08-04 David Hildenbrand New
[v1,05/13] KVM: VMX: vmx_vcpu_setup() cannot fail - - - --- 2017-08-04 David Hildenbrand New
[v1,04/13] KVM: x86: drop BUG_ON(vcpu->kvm) - - - --- 2017-08-04 David Hildenbrand New
[v1,03/13] KVM: x86: mmu: free_page can handle NULL - - - --- 2017-08-04 David Hildenbrand New
[v1,02/13] KVM: x86: mmu: use for_each_shadow_entry_lockless() - - - --- 2017-08-04 David Hildenbrand New
[v1,01/13] KVM: x86: mmu: returning void in a void function is strange - - - --- 2017-08-04 David Hildenbrand New
[3/3] i386/kvm: advertise Hyper-V frequency MSRs - - - --- 2017-08-04 Ladi Prosek New
[2/3] i386/kvm: set tsc_khz before configuring Hyper-V CPUID - - - --- 2017-08-04 Ladi Prosek New
[1/3] i386/kvm: use a switch statement for MSR detection - 1 - --- 2017-08-04 Ladi Prosek New
[v3,51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling - - - --- 2017-08-04 Marc Zyngier New
[kvm-unit-tests,RFC,3/3] x86/pmu: Create AMD PMU test code - - - --- 2017-08-04 Wei Huang New
[kvm-unit-tests,RFC,2/3] x86/pmu: Rename pmu.c code to intel_pmu.c - - - --- 2017-08-04 Wei Huang New
[kvm-unit-tests,RFC,1/3] x86/pmu: Move common x86 PMU definitions to pmu.h - 1 - --- 2017-08-04 Wei Huang New
[v7,3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor - - - --- 2017-08-03 Bandan Das New
[v7,2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor - - - --- 2017-08-03 Bandan Das New
[v7,1/3] KVM: vmx: Enable VMFUNCs - - - --- 2017-08-03 Bandan Das New
[v2,2/2] KVM: nVMX: get rid of nested_release_page* - 1 - --- 2017-08-03 David Hildenbrand New
[v2,1/2] KVM: nVMX: get rid of nested_get_page() - 1 - --- 2017-08-03 David Hildenbrand New
[v1,1/2] KVM: nVMX: get rid of nested_get_page() - - - --- 2017-08-03 Radim Krčmář New
[4/4] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg 1 - - --- 2017-08-03 Marc Zyngier New
[3/4] KVM: arm/arm64: Handle hva aging while destroying the vm - 1 - --- 2017-08-03 Marc Zyngier New
[2/4] KVM: arm/arm64: PMU: Fix overflow interrupt injection - 1 - --- 2017-08-03 Marc Zyngier New
[1/4] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability - - - --- 2017-08-03 Marc Zyngier New
[PULL,4/8] mips: Add KVM T&E segment support for TCG - 1 - --- 2017-08-03 Yongbok Kim New
[PULL,3/8] mips: Improve segment defs for KVM T&E guests - 1 - --- 2017-08-03 Yongbok Kim New
[v1,2/2] KVM: nVMX: get rid of nested_release_page* - - - --- 2017-08-03 David Hildenbrand New
[v1,1/2] KVM: nVMX: get rid of nested_get_page() - - - --- 2017-08-03 David Hildenbrand New
[v13,5/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ - - - --- 2017-08-03 Wang, Wei W New
[v13,4/5] mm: support reporting free page blocks - - - --- 2017-08-03 Wang, Wei W New
[v13,3/5] virtio-balloon: VIRTIO_BALLOON_F_SG - - - --- 2017-08-03 Wang, Wei W New
[v13,2/5] xbitmap: add xb_find_next_bit() and xb_zero() - - - --- 2017-08-03 Wang, Wei W New
[v13,1/5] Introduce xbitmap - - - --- 2017-08-03 Wang, Wei W New
[kvm-unit-tests] arm64: timer: Use correct counter for !pending_before - - - --- 2017-08-03 Christoffer Dall New
[RFC,2/2] KVM: x86: use general helpers for some cpuid manipulation - - - --- 2017-08-02 Radim Krčmář New
[RFC,1/2] KVM: x86: generalize guest_cpuid_has_ helpers - - - --- 2017-08-02 Radim Krčmář New
KVM: X86: init irq->level in kvm_pv_kick_cpu_op - - - --- 2017-08-02 Radim Krčmář New
KVM: svm: support single stepping over emulated instructions - - - --- 2017-08-02 Paolo Bonzini New
KVM: avoid using rcu_dereference_protected - - - --- 2017-08-02 Paolo Bonzini New
target-i386 : reduce rtc 0x70 access vm-exit time - 1 - --- 2017-08-02 Peng Hao New
kvm: x86: reduce rtc 0x70 access vm-exit time - 1 - --- 2017-08-02 Peng Hao New
[v2,kvmtool,07/10] vfio-pci: add MSI-X support - - - --- 2017-08-02 Jean-Philippe Brucker New
[v4,10/10] kvmclock: implement the extended reading function - - - --- 2017-08-02 Denis Plotnikov New
[v4,09/10] pvclock: add clocksource change notification on changing of tsc stable bit - - - --- 2017-08-02 Denis Plotnikov New
[v4,08/10] pvclock: add parameters to store stamp data in pvclock reading function - - - --- 2017-08-02 Denis Plotnikov New
[v4,07/10] KVM: x86: remove not used pvclock_gtod_copy - - - --- 2017-08-02 Denis Plotnikov New
[v4,06/10] timekeeper: add clocksource change notifier - - - --- 2017-08-02 Denis Plotnikov New
[v4,05/10] KVM: x86: switch to masterclock update using timekeeper functionality - - - --- 2017-08-02 Denis Plotnikov New
[v4,04/10] tsc: implement the extended tsc reading function - - - --- 2017-08-02 Denis Plotnikov New
[v4,03/10] timekeeper: use the extended reading function on snapshot acquiring - - - --- 2017-08-02 Denis Plotnikov New
[v4,02/10] timekeeper: introduce boot field in system_time_snapshot - - - --- 2017-08-02 Denis Plotnikov New
[v4,01/10] timekeeper: introduce extended clocksource reading callback - - - --- 2017-08-02 Denis Plotnikov New
KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg 1 - - --- 2017-08-02 Christoffer Dall New
[v3] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrup… - - - --- 2017-08-02 Wanpeng Li New
[v4] vfio: platform: reset: Add Broadcom FlexRM reset module - 3 - --- 2017-08-02 Anup Patel New
KVM: X86: init irq->level in kvm_pv_kick_cpu_op - - - --- 2017-08-02 Longpeng(Mike) New
[3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor - - - --- 2017-08-01 Bandan Das New
[v6,2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor - - - --- 2017-08-01 Bandan Das New
[v6,1/3] KVM: vmx: Enable VMFUNCs - - - --- 2017-08-01 Bandan Das New
[v2] KVM: X86: Fix loss of pending INIT due to race - 1 - --- 2017-08-01 Wanpeng Li New
[2/2] KVM: nVMX: mark vmcs12 pages dirty on L2 exit - 1 - --- 2017-08-01 David Matlack New
[1/2] kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardown - 1 - --- 2017-08-01 David Matlack New
[3/3] KVM: Adding tracepoints for guest page hinting - - - --- 2017-08-01 Nitesh Lal New
[2/3] KVM: Guest page hinting functionality - - - --- 2017-08-01 Nitesh Lal New
« 1 2 ... 712 713 7141109 1110 »