Show patches with: State = Action Required       |   3943 patches
« 1 2 ... 3 4 539 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,02/48] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-05 Nicholas Piggin New
[v6,02/19] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-08-19 Andreas Gruenbacher New
[v6,01/48] KVM: PPC: Book3S HV: Nested move LPCR sanitising to sanitise_hv_regs KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-05 Nicholas Piggin New
[v5] KVM: Use minimum and maximum address mapped by TLB1 - - - - --- 2012-03-23 Bharat Bhushan New
[v5] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state - - - - --- 2013-10-23 Tiejun Chen New
[v5] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state - - - - --- 2013-12-18 Alexander Graf New
[v5.5,30/30] KVM: Dynamically allocate "new" memslots from the get-go KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,28/30] KVM: Optimize overlapping memslots check KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range() KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,26/30] KVM: Keep memslots in tree-based structures instead of array-based ones KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,25/30] KVM: s390: Introduce kvm_s390_get_gfn_end() KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,24/30] KVM: Use interval tree to do fast hva lookup in memslots KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,23/30] KVM: Resolve memslot ID via a hash table instead of via a static array KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,22/30] KVM: Move WARN on invalid memslot index to update_memslots() KVM: Scalable memslots implementation - - 2 - --- 2021-11-04 Sean Christopherson New
[v5.5,21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots() KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region() KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,13/30] KVM: RISC-V: Use "new" memslot instead of userspace memory region KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,12/30] KVM: x86: Use "new" memslot instead of userspace memory region KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,11/30] KVM: s390: Use "new" memslot instead of userspace memory region KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem" KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,08/30] KVM: arm64: Use "new" memslot instead of userspace memory region KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,07/30] KVM: Let/force architectures to deal with arch specific memslot data KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,06/30] KVM: Use "new" memslot's address space ID instead of dedicated param KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired KVM: Scalable memslots implementation - - - - --- 2021-11-04 Sean Christopherson New
[v5.5,04/30] KVM: Open code kvm_delete_memslot() into its only caller KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,03/30] KVM: Require total number of memslot pages to fit in an unsigned long KVM: Scalable memslots implementation - - 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,02/30] KVM: Disallow user memslot with size that exceeds "unsigned long" KVM: Scalable memslots implementation - 1 1 - --- 2021-11-04 Sean Christopherson New
[v5.5,01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data KVM: Scalable memslots implementation - 1 - - --- 2021-11-04 Sean Christopherson New
[v5.1,4/6] KVM: PPC: Book3S: modify kvmppc_need_byteswap() for little endian host - - - - --- 2013-11-08 Cédric Le Goater New
[v5,6/6] KVM: PPC: Book3S: modify byte loading when guest uses Split Little Endian - - - - --- 2013-11-05 Cédric Le Goater New
[v5,5/6] powerpc: add Split Little Endian bit to MSR - - - - --- 2013-11-05 Cédric Le Goater New
[v5,5/5] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation - - - - --- 2014-07-17 Mihai Caraman New
[v5,5/5] KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure KVM: PPC: MMIO fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[v5,48/48] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,47/48] KVM: PPC: Book3S HV P9: implement hash host / hash guest support KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,46/48] KVM: PPC: Book3S HV P9: implement hash guest support KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,45/48] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,44/48] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,43/48] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,42/48] KVM: PPC: Book3S HV: Radix guests should not have userspace hcalls reflected to them KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,41/48] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,40/48] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,4/6] KVM: PPC: Book3S: modify kvmppc_need_byteswap() for little endian host - - - - --- 2013-11-05 Cédric Le Goater New
[v5,4/5] KVM: PPC: mmio: Return to guest after emulation failure KVM: PPC: MMIO fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[v5,4/5] KVM: PPC: Alow kvmppc_get_last_inst() to fail - - - - --- 2014-07-17 Mihai Caraman New
[v5,4/4] powerpc/eeh: Avoid event on passed PE - - - - --- 2014-05-21 Gavin Shan New
[v5,4/4] KVM: selftests: Add selftest for KVM statistics data binary interface KVM statistics data fd-based binary interface - - - - --- 2021-05-17 Jing Zhang New
[v5,4/4] KVM: PPC: epapr: Update other hypercall invoking - - - - --- 2012-02-21 Liu Yu-B13201 New
[v5,39/48] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,38/48] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9 KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,37/48] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,36/48] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,35/48] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,34/48] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,33/48] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,32/48] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0 KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,31/48] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9 KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,30/48] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,3/6] KVM: PPC: Book3S: MMIO emulation support for little endian guests - - - - --- 2013-11-05 Cédric Le Goater New
[v5,3/5] KVM: PPC: mmio: Reject instructions that access more than mmio.data size KVM: PPC: MMIO fixes - - 2 - --- 2022-01-25 Fabiano Rosas New
[v5,3/5] KVM: PPC: Book3s: Remove kvmppc_read_inst() function - - - - --- 2014-07-17 Mihai Caraman New
[v5,3/4] drivers/vfio: EEH support for VFIO PCI device - - - - --- 2014-05-21 Gavin Shan New
[v5,3/4] KVM: stats: Add documentation for statistics data binary interface KVM statistics data fd-based binary interface - - - - --- 2021-05-17 Jing Zhang New
[v5,3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest - - - - --- 2012-02-21 Liu Yu-B13201 New
[v5,3/3] spapr: nvdimm: Introduce spapr-nvdimm device spapr: nvdimm: Introduce spapr-nvdimm device - - - - --- 2021-05-18 Shivaprasad G Bhat New
[v5,3/3] KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas - - - - --- 2012-09-26 Paul Mackerras New
[v5,29/48] powerpc: add set_dec_or_work API for safely updating decrementer KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,28/48] KMV: PPC: Book3S HV: Use set_dec to set decrementer to host KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,27/48] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,26/48] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,25/48] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,24/48] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,23/48] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 2 - --- 2021-04-01 Nicholas Piggin New
[v5,22/48] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 2 - --- 2021-04-01 Nicholas Piggin New
[v5,21/48] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,20/48] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 2 - --- 2021-04-01 Nicholas Piggin New
[v5,2/6] KVM: PPC: Book3S: add helper routines to detect endian - - - - --- 2013-11-05 Cédric Le Goater New
[v5,2/5] KVM: PPC: Fix vmx/vsx mixup in mmio emulation KVM: PPC: MMIO fixes - 1 1 - --- 2022-01-25 Fabiano Rosas New
[v5,2/5] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1 - - - - --- 2014-07-17 Mihai Caraman New
[v5,2/4] powerpc/eeh: Flags for passed device and PE - - - - --- 2014-05-21 Gavin Shan New
[v5,2/4] KVM: stats: Add fd-based API to read binary stats data KVM statistics data fd-based binary interface - - - - --- 2021-05-17 Jing Zhang New
[v5,2/4] KVM: PPC: epapr: Add idle hcall support for host - - - - --- 2012-02-21 Liu Yu-B13201 New
[v5,2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall spapr: nvdimm: Introduce spapr-nvdimm device - - - - --- 2021-05-18 Shivaprasad G Bhat New
[v5,2/3] KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface - - - - --- 2012-09-26 Paul Mackerras New
[v5,2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1 KVM: PPC: Book3S HV: Nested guest state sanitising changes - - 1 - --- 2021-07-26 Fabiano Rosas New
[v5,19/48] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,18/48] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,17/48] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 1 - --- 2021-04-01 Nicholas Piggin New
[v5,16/48] KVM: PPC: Book3S 64: Move interrupt early register setup to KVM KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,15/48] KVM: PPC: Book3S 64: Move hcall early register setup to KVM KVM: PPC: Book3S: C-ify the P9 entry/exit code - - - - --- 2021-04-01 Nicholas Piggin New
[v5,14/48] KVM: PPC: Book3S 64: add hcall interrupt handler KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 2 - --- 2021-04-01 Nicholas Piggin New
[v5,13/48] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM KVM: PPC: Book3S: C-ify the P9 entry/exit code - - 2 - --- 2021-04-01 Nicholas Piggin New
« 1 2 ... 3 4 539 40 »