Show patches with: none      |   111526 patches
« 1 2 ... 627 628 6291115 1116 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,29/29] KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,28/29] KVM: VMX: Make the vCPU-run asm routine callable from C KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,27/29] KVM: VMX: Use RAX as the scratch register during vCPU-run KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,26/29] KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run() KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,25/29] KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run() KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,24/29] KVM: VMX: Move vCPU-run code to a proper assembly routine KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,23/29] KVM: VMX: Create a stack frame in vCPU-run KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,22/29] KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,21/29] KVM: x86: Explicitly #define the VCPU_REGS_* indices KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,20/29] KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,19/29] KVM: VMX: Don't save guest registers after VM-Fail KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,18/29] KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,17/29] KVM: VMX: Pass "launched" directly to the vCPU-run asm blob KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,16/29] KVM: VMX: Update VMCS.HOST_RSP via helper C function KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,15/29] KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run() KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,14/29] KVM: nVMX: Cache host_rsp on a per-VMCS basis KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,13/29] KVM: nVMX: Let the compiler select the reg for holding HOST_RSP KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,12/29] KVM: nVMX: Reference vmx->loaded_vmcs->launched directly KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,11/29] KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,10/29] KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw() KVM: VMX: Move vCPU-run to proper asm sub-routine - - - --- 2019-01-24 Sean Christopherson New
[v2,09/29] KVM: nVMX: Explicitly reference the scratch reg in nested early checks KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,08/29] KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw() KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,07/29] KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw() KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,06/29] KVM: VMX: Let the compiler save/load RDX during vCPU-run KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,05/29] KVM: VMX: Manually load RDX in vCPU-run asm blob KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,04/29] KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob KVM: VMX: Move vCPU-run to proper asm sub-routine - 1 - --- 2019-01-24 Sean Christopherson New
[v2,03/29] KVM: VMX: Modify only RSP when creating a placeholder for guest's RCX KVM: VMX: Move vCPU-run to proper asm sub-routine - 2 - --- 2019-01-24 Sean Christopherson New
[v2,02/29] KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks KVM: VMX: Move vCPU-run to proper asm sub-routine - 2 - --- 2019-01-24 Sean Christopherson New
[v2,01/29] KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run KVM: VMX: Move vCPU-run to proper asm sub-routine - 2 - --- 2019-01-24 Sean Christopherson New
x86/kvm/hyper-v: tweak HYPERV_CPUID_ENLIGHTMENT_INFO x86/kvm/hyper-v: tweak HYPERV_CPUID_ENLIGHTMENT_INFO - - - --- 2019-01-24 Vitaly Kuznetsov New
x86/kvm/hyper-v: don't announce GUEST IDLE MSR support x86/kvm/hyper-v: don't announce GUEST IDLE MSR support - - - --- 2019-01-24 Vitaly Kuznetsov New
[14/14] KVM: arm/arm64: Move kvm_is_write_fault to header file KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[13/14] KVM: arm/arm64: Rework the timer code to use a timer_map KVM: arm/arm64: Various rework in preparation of nested virt support - - - --- 2019-01-24 Christoffer Dall New
[12/14] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems KVM: arm/arm64: Various rework in preparation of nested virt support - - - --- 2019-01-24 Christoffer Dall New
[11/14] KVM: arm/arm64: timer: Rework data structures for multiple timers KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[10/14] KVM: arm/arm64: consolidate arch timer trap handlers KVM: arm/arm64: Various rework in preparation of nested virt support - - - --- 2019-01-24 Christoffer Dall New
[09/14] KVM: arm64: Reuse sys_reg() macro when searching the trap table KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[08/14] KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming KVM: arm/arm64: Various rework in preparation of nested virt support - - - --- 2019-01-24 Christoffer Dall New
[07/14] KVM: arm/arm64: Simplify bg_timer programming KVM: arm/arm64: Various rework in preparation of nested virt support - - - --- 2019-01-24 Christoffer Dall New
[06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid KVM: arm/arm64: Various rework in preparation of nested virt support - 2 - --- 2019-01-24 Christoffer Dall New
[05/14] arm/arm64: KVM: Statically configure the host's view of MPIDR KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[04/14] ARM: KVM: Teach some form of type-safety to kvm_call_hyp KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[03/14] arm64: KVM: Drop VHE-specific HYP call stub KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[02/14] arm64: KVM: Allow for direct call of HYP functions when using VHE KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[01/14] arm/arm64: KVM: Introduce kvm_call_hyp_ret() KVM: arm/arm64: Various rework in preparation of nested virt support 1 - - --- 2019-01-24 Christoffer Dall New
[v6,13/13] KVM: s390: start using the GIB KVM: s390: make use of the GIB - 2 - --- 2019-01-24 Michael Mueller New
[v6,12/13] KVM: s390: add gib_alert_irq_handler() KVM: s390: make use of the GIB 1 1 - --- 2019-01-24 Michael Mueller New
[v6,11/13] KVM: s390: add functions to (un)register GISC with GISA KVM: s390: make use of the GIB 2 - - --- 2019-01-24 Michael Mueller New
[v6,10/13] KVM: s390: add kvm reference to struct sie_page2 KVM: s390: make use of the GIB - 4 - --- 2019-01-24 Michael Mueller New
[v6,09/13] KVM: s390: add the GIB and its related life-cyle functions KVM: s390: make use of the GIB 1 4 - --- 2019-01-24 Michael Mueller New
[v6,08/13] s390/cio: add function chsc_sgib() KVM: s390: make use of the GIB 3 3 - --- 2019-01-24 Michael Mueller New
[v6,07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt KVM: s390: make use of the GIB - 2 - --- 2019-01-24 Michael Mueller New
[v6,06/13] KVM: s390: remove kvm_s390_ from gisa static inline functions KVM: s390: make use of the GIB - 4 - --- 2019-01-24 Michael Mueller New
[v6,05/13] KVM: s390: use pending_irqs_no_gisa() where appropriate KVM: s390: make use of the GIB - 3 - --- 2019-01-24 Michael Mueller New
[v6,04/13] KVM: s390: coding style kvm_s390_gisa_init/clear() KVM: s390: make use of the GIB - 3 - --- 2019-01-24 Michael Mueller New
[v6,03/13] KVM: s390: move bitmap idle_mask into arch struct top level KVM: s390: make use of the GIB - 2 - --- 2019-01-24 Michael Mueller New
[v6,02/13] KVM: s390: make bitmap declaration consitent KVM: s390: make use of the GIB - 2 - --- 2019-01-24 Michael Mueller New
[v6,01/13] KVM: s390: drop obsolete else path KVM: s390: make use of the GIB - 2 - --- 2019-01-24 Michael Mueller New
[kvm-unit-tests,7/7] arm/arm64: Use argv_find() for test names arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,6/7] lib: argv: Implement argv_find() for test parameters arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,5/7] lib: arm: Fallback to psci_system_off() in exit() arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,4/7] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off() arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,3/7] lib: chr-testdev: Make chr_testdev_init() return status arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,2/7] lib: arm: Remove warning about uart0_base mismatch arm/arm64: Add support for running under kvmtool - - - --- 2019-01-24 Alexandru Elisei New
[kvm-unit-tests,1/7] lib: arm: Discover ns16550a UART arm/arm64: Add support for running under kvmtool - 1 - --- 2019-01-24 Alexandru Elisei New
[v2,3/3] KVM: MMU: fast cleanup D bit based on fast write protect KVM: MMU: fast cleanup D bit based on fast write protect - - - --- 2019-01-24 Zhuang Yanying New
[v2,2/3] KVM: MMU: introduce kvm_mmu_write_protect_all_pages KVM: MMU: fast cleanup D bit based on fast write protect - - - --- 2019-01-24 Zhuang Yanying New
[v2,1/3] KVM: MMU: introduce possible_writable_spte_bitmap KVM: MMU: fast cleanup D bit based on fast write protect - - - --- 2019-01-24 Zhuang Yanying New
[3/3] KVM: nVMX: Ignore limit checks on VMX instructions using flat segments KVM: nVMX: Fix address calculations for VMX instrs - 1 - --- 2019-01-23 Sean Christopherson New
[2/3] KVM: nVMX: Apply addr size mask to effective address for VMX instructions KVM: nVMX: Fix address calculations for VMX instrs - 1 - --- 2019-01-23 Sean Christopherson New
[1/3] KVM: nVMX: Sign extend displacements of VMX instr's mem operands KVM: nVMX: Fix address calculations for VMX instrs - 1 - --- 2019-01-23 Sean Christopherson New
[v4,9/9] RDMA/umem_odp: optimize out the case when a range is updated to read only mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,8/9] gpu/drm/i915: optimize out the case when a range is updated to read only mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,7/9] gpu/drm/amdgpu: optimize out the case when a range is updated to read only mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,6/9] gpu/drm/radeon: optimize out the case when a range is updated to read only mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,5/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,4/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,3/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,2/9] mm/mmu_notifier: contextual information for event triggering invalidation mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[v4,1/9] mm/mmu_notifier: contextual information for event enums mmu notifier provide context informations - - - --- 2019-01-23 Jerome Glisse New
[2/2] KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error KVM: x86: Fix PV IPIs for 32-bit KVM host - - - --- 2019-01-23 Sean Christopherson New
[1/2] KVM: x86: Fix PV IPIs for 32-bit KVM host KVM: x86: Fix PV IPIs for 32-bit KVM host - - - --- 2019-01-23 Sean Christopherson New
[RESEND,v2] uio/uio_pci_generic: Disable bus-mastering on release [RESEND,v2] uio/uio_pci_generic: Disable bus-mastering on release 1 2 - --- 2019-01-23 Venkatesh Srinivas New
[net-next,V4,5/5] vhost: access vq metadata through kernel virtual address vhost: accelerate metadata access through vmap() - - - --- 2019-01-23 Jason Wang New
[net-next,V4,4/5] vhost: introduce helpers to get the size of metadata area vhost: accelerate metadata access through vmap() - - - --- 2019-01-23 Jason Wang New
[net-next,V4,3/5] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() vhost: accelerate metadata access through vmap() - - - --- 2019-01-23 Jason Wang New
[net-next,V4,2/5] vhost: fine grain userspace memory accessors vhost: accelerate metadata access through vmap() - - - --- 2019-01-23 Jason Wang New
[net-next,V4,1/5] vhost: generalize adding used elem vhost: accelerate metadata access through vmap() - - - --- 2019-01-23 Jason Wang New
[kvm-unit-test,nVMX] If "enable EPT" is enabled in a test, EPT pointer must also be set up [kvm-unit-test,nVMX] If "enable EPT" is enabled in a test, EPT pointer must also be set up - 1 - --- 2019-01-23 Krish Sadhukhan New
[kernel] vfio-pci/nvlink2: Fix ancient gcc warnings [kernel] vfio-pci/nvlink2: Fix ancient gcc warnings - - - --- 2019-01-23 Alexey Kardashevskiy New
[2/2] x86/kvmclock: set_memory_decrypted() takes number of pages [1/2] dma-direct: set_memory_{en,de}crypted() take number of pages - - - --- 2019-01-22 Thiago Jung Bauermann New
[1/2] dma-direct: set_memory_{en,de}crypted() take number of pages [1/2] dma-direct: set_memory_{en,de}crypted() take number of pages - - - --- 2019-01-22 Thiago Jung Bauermann New
[v2,7/7] KVM:X86: Enable MSR_IA32_XSS bit 11 and 12 for CET xsaves/xrstors. This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,6/7] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,5/7] KVM:VMX: Pass through host CET related MSRs to Guest. This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,4/7] KVM:CPUID: Fix xsaves area size calculation for CPUID.(EAX=0xD,ECX=1). This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,3/7] KVM:CPUID: Add CPUID support for CET xsaves component query. This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,2/7] KVM:CPUID: Define CET CPUID bits and CR4.CET master enable bit. This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[v2,1/7] KVM:VMX: Define CET VMCS fields and bits This patch-set is to enable Guest CET support - - - --- 2019-01-22 Yang Weijiang New
[kvm-unit-test,nVMX] If "enable EPT" is enabled in a test, EPT pointer must also be set up [kvm-unit-test,nVMX] If "enable EPT" is enabled in a test, EPT pointer must also be set up - - - --- 2019-01-22 Krish Sadhukhan New
« 1 2 ... 627 628 6291115 1116 »