Show patches with: State = Action Required       |   111029 patches
« 1 2 ... 695 696 6971110 1111 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[kvm-unit-tests,v2,06/11] s390x: detect installed memory - 1 - --- 2018-01-12 David Hildenbrand New
[kvm-unit-tests,v2,05/11] s390x: rename sclp_setup() to sclp_ascii_setup() - 1 - --- 2018-01-12 David Hildenbrand New
[kvm-unit-tests,v2,04/11] s390x: add missing sclp definitions from QEMU - 1 - --- 2018-01-12 David Hildenbrand New
[kvm-unit-tests,v2,03/11] s390x: set initital stack pointer to stackptr, not stacktop - 1 - --- 2018-01-12 David Hildenbrand New
[kvm-unit-tests,v2,02/11] s390x: use highest addresses for PGM_ADDRESSING errors - 1 - --- 2018-01-12 David Hildenbrand New
[kvm-unit-tests,v2,01/11] s390x: fix TEST BLOCK tests - 1 - --- 2018-01-12 David Hildenbrand New
[PULL,2/2] KVM: arm64: Fix GICv4 init when called from vgic_its_create - - - --- 2018-01-12 Christoffer Dall New
[PULL,1/2] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2 - 1 - --- 2018-01-12 Christoffer Dall New
[v3,41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs - 1 - --- 2018-01-12 Christoffer Dall New
[v3,40/41] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load - - - --- 2018-01-12 Christoffer Dall New
[v3,39/41] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE - - - --- 2018-01-12 Christoffer Dall New
[v3,38/41] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 - 1 - --- 2018-01-12 Christoffer Dall New
[v3,37/41] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code - - - --- 2018-01-12 Christoffer Dall New
[v3,36/41] KVM: arm/arm64: Get rid of vgic_elrsr - - - --- 2018-01-12 Christoffer Dall New
[v3,35/41] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE - - - --- 2018-01-12 Christoffer Dall New
[v3,34/41] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE - - - --- 2018-01-12 Christoffer Dall New
[v3,33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put - 1 - --- 2018-01-12 Christoffer Dall New
[v3,32/41] KVM: arm64: Move common VHE/non-VHE trap config in separate functions - 1 - --- 2018-01-12 Christoffer Dall New
[v3,31/41] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put - - - --- 2018-01-12 Christoffer Dall New
[v3,30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers - 1 - --- 2018-01-12 Christoffer Dall New
[v3,29/41] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE - - - --- 2018-01-12 Christoffer Dall New
[v3,28/41] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1 - - - --- 2018-01-12 Christoffer Dall New
[v3,27/41] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 - - - --- 2018-01-12 Christoffer Dall New
[v3,26/41] KVM: arm64: Introduce framework for accessing deferred sysregs - 1 - --- 2018-01-12 Christoffer Dall New
[v3,25/41] KVM: arm64: Rewrite system register accessors to read/write functions - - - --- 2018-01-12 Christoffer Dall New
[v3,24/41] KVM: arm64: Change 32-bit handling of VM system registers - 2 - --- 2018-01-12 Christoffer Dall New
[v3,23/41] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems - 1 - --- 2018-01-12 Christoffer Dall New
[v3,22/41] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions - 2 - --- 2018-01-12 Christoffer Dall New
[v3,21/41] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe 1 - - --- 2018-01-12 Christoffer Dall New
[v3,20/41] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions - 2 - --- 2018-01-12 Christoffer Dall New
[v3,19/41] KVM: arm64: Rewrite sysreg alternatives to static keys 1 - - --- 2018-01-12 Christoffer Dall New
[v3,18/41] KVM: arm64: Move userspace system registers into separate function - 1 - --- 2018-01-12 Christoffer Dall New
[v3,17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch 1 - - --- 2018-01-12 Christoffer Dall New
[v3,16/41] KVM: arm64: Don't deactivate VM on VHE systems 1 1 - --- 2018-01-12 Christoffer Dall New
[v3,15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function - 2 - --- 2018-01-12 Christoffer Dall New
[v3,14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run - 1 - --- 2018-01-12 Christoffer Dall New
[v3,13/41] KVM: arm64: Factor out fault info population and gic workarounds - 1 - --- 2018-01-12 Christoffer Dall New
[v3,12/41] KVM: arm64: Improve debug register save/restore flow - 1 - --- 2018-01-12 Christoffer Dall New
[v3,11/41] KVM: arm64: Slightly improve debug save/restore functions - 1 - --- 2018-01-12 Christoffer Dall New
[v3,10/41] KVM: arm64: Move debug dirty flag calculation out of world switch - 2 - --- 2018-01-12 Christoffer Dall New
[v3,09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put - 2 - --- 2018-01-12 Christoffer Dall New
[v3,08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit - 2 - --- 2018-01-12 Christoffer Dall New
[v3,07/41] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs 1 1 - --- 2018-01-12 Christoffer Dall New
[v3,06/41] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines 1 2 - --- 2018-01-12 Christoffer Dall New
[v3,05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag - 1 - --- 2018-01-12 Christoffer Dall New
[v3,04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE 1 - - --- 2018-01-12 Christoffer Dall New
[v3,03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack - 1 - --- 2018-01-12 Christoffer Dall New
[v3,02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init - 1 - --- 2018-01-12 Christoffer Dall New
[v3,01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN - 1 - --- 2018-01-12 Christoffer Dall New
KVM: PPC: Book3S HV: Enable migration of decrementer register - - - --- 2018-01-12 Paul Mackerras New
[v4,6/6] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v4,5/6] powerpc/kvm/xive: Make xive_pushed a byte, not a word - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v4,4/6] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v4,3/6] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v4,2/6] powerpc/kvm/xive: Enable use of the new "single escalation" feature - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v4,1/6] powerpc/kvm/xive: Add more debugfs queues info - - - --- 2018-01-12 Benjamin Herrenschmidt New
[v2] KVM: arm/arm64: vgic-its: Fix vgicv4 init - - - --- 2018-01-11 Christoffer Dall New
KVM: x86: Add memory barrier on vmcs field lookup - 1 - --- 2018-01-11 Jim Mattson New
[26/26] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl - - - --- 2018-01-11 simon New
[25/26] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM. - - - --- 2018-01-11 simon New
[24/26] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transaction… - - - --- 2018-01-11 simon New
[23/26] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest - - - --- 2018-01-11 simon New
[22/26] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM. - - - --- 2018-01-11 simon New
[21/26] KVM: PPC: Book3S PR: adds emulation for treclaim. - - - --- 2018-01-11 simon New
[20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at guest privilege state - 1 - --- 2018-01-11 simon New
[19/26] KVM: PPC: Book3S PR: always fail transaction in guest privilege state - - - --- 2018-01-11 simon New
[18/26] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs - - - --- 2018-01-11 simon New
[17/26] KVM: PPC: Book3S PR: add math support for PR KVM HTM - - - --- 2018-01-11 simon New
[16/26] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM - - - --- 2018-01-11 simon New
[15/26] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs - 1 - --- 2018-01-11 simon New
[14/26] KVM: PPC: Book3S PR: export tm_enable()/tm_disable/tm_abort() APIs - 1 - --- 2018-01-11 simon New
[13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM. - 1 - --- 2018-01-11 simon New
[12/26] powerpc: export symbol msr_check_and_set(). - 1 - --- 2018-01-11 simon New
[11/26] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr() - 1 - --- 2018-01-11 simon New
[10/26] KVM: PPC: Book3S PR: set MSR HV bit accordingly for PPC970 and others. - 1 - --- 2018-01-11 simon New
[09/26] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0 - 1 - --- 2018-01-11 simon New
[08/26] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest - 1 - --- 2018-01-11 simon New
[07/26] KVM: PPC: Book3S PR: add TEXASR related macros - 1 - --- 2018-01-11 simon New
[06/26] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr. - 1 - --- 2018-01-11 simon New
[05/26] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt. - 1 - --- 2018-01-11 simon New
[04/26] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm() - - - --- 2018-01-11 simon New
[03/26] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm() - 1 - --- 2018-01-11 simon New
[02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm() - - - --- 2018-01-11 simon New
[01/26] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file - 1 - --- 2018-01-11 simon New
[v3,16/16] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,15/16] powerpc/kvm: Store the MMU mode in the PACA on KVM exit - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,14/16] powerpc: Remove useless EXC_COMMON_HV - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,13/16] powerpc: Use the TRAP macro whenever comparing a trap number - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,12/16] powerpc/kvm: Make "no_xive:" label local - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,11/16] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,10/16] powerpc/xive: Add interrupt flag to disable automatic EOI - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,09/16] powerpc/xive: Move definition of ESB bits - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,08/16] powerpc/kvm/xive: Make xive_pushed a byte, not a word - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,07/16] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,06/16] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,05/16] powerpc/kvm/xive: Enable use of the new "single escalation" feature - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,04/16] powerpc/kvm/xive: Add more debugfs queues info - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,03/16] powerpc: Reduce log level of "OPAL detected !" message - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,02/16] powerpc: Remove DEBUG define in 64-bit early setup code - - - --- 2018-01-11 Benjamin Herrenschmidt New
[v3,01/16] powerpc/xive: Remove incorrect debug code - - - --- 2018-01-11 Benjamin Herrenschmidt New
« 1 2 ... 695 696 6971110 1111 »