Show patches with: State = Action Required       |    Archived = No       |   953 patches
« 1 2 ... 7 8 9 10 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,2/4] KVM: PPC: Book3S HV: Delay setting of kvm ops KVM: PPC: KVM module exit fixes - - - - --- 2022-01-25 Fabiano Rosas New
[v3,3/4] KVM: PPC: Book3S HV: Free allocated memory if module init fails KVM: PPC: KVM module exit fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[v3,4/4] KVM: PPC: Decrement module refcount if init_vm fails KVM: PPC: KVM module exit fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[v5,1/5] KVM: PPC: Book3S HV: Stop returning internal values to userspace KVM: PPC: MMIO fixes - - 1 - --- 2022-01-25 Fabiano Rosas 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,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,4/5] KVM: PPC: mmio: Return to guest after emulation failure KVM: PPC: MMIO fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[v5,5/5] KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure KVM: PPC: MMIO fixes - - 1 - --- 2022-01-25 Fabiano Rosas New
[RFC] KVM: PPC: Book3s HV: Allow setting GTSE for the nested guest [RFC] KVM: PPC: Book3s HV: Allow setting GTSE for the nested guest - 1 - - --- 2022-03-04 Fabiano Rosas New
[RFC] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_GTSE [RFC] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_GTSE - 1 - - --- 2022-03-09 Fabiano Rosas New
KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint - 1 1 - --- 2022-03-28 Fabiano Rosas New
KVM: PPC: Book3S HV: Initialize AMOR in nested entry KVM: PPC: Book3S HV: Initialize AMOR in nested entry - - 1 - --- 2022-04-25 Fabiano Rosas New
KVM: PPC: Align pt_regs in kvm_vcpu_arch structure KVM: PPC: Align pt_regs in kvm_vcpu_arch structure - - - - --- 2022-05-25 Fabiano Rosas New
[1/5] KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timings KVM: PPC: Book3S HV: Update debug timing code - - - - --- 2022-05-25 Fabiano Rosas New
[2/5] KVM: PPC: Book3S HV: Add a new config for P8 debug timing KVM: PPC: Book3S HV: Update debug timing code - - - - --- 2022-05-25 Fabiano Rosas New
[3/5] KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry path KVM: PPC: Book3S HV: Update debug timing code - - - - --- 2022-05-25 Fabiano Rosas New
[4/5] KVM: PPC: Book3S HV: Expose timing functions to module code KVM: PPC: Book3S HV: Update debug timing code - - - - --- 2022-05-25 Fabiano Rosas New
[5/5] KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry path KVM: PPC: Book3S HV: Update debug timing code - - - - --- 2022-05-25 Fabiano Rosas New
KVM: PPC: Book3S HV: tracing: Add missing hcall names KVM: PPC: Book3S HV: tracing: Add missing hcall names - - - - --- 2022-06-14 Fabiano Rosas New
[v2] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure [v2] KVM: PPC: Align pt_regs in kvm_vcpu_arch structure - - - - --- 2022-06-24 Fabiano Rosas New
KVM: PPC: Book3S HV: Fix decrementer migration KVM: PPC: Book3S HV: Fix decrementer migration - 1 - - --- 2022-08-16 Fabiano Rosas New
[1/6] KVM: x86/mmu: release audited pfns KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[2/6] KVM: mmu: also return page from gfn_to_pfn KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[3/6] KVM: x86/mmu: avoid struct page in MMU KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[4/6] KVM: arm64/mmu: avoid struct page in MMU KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[5/6] KVM: mmu: remove over-aggressive warnings KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn KVM: Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-24 David Stevens New
[v2,1/5] KVM: do not allow mapping valid but non-refcounted pages Remove uses of struct page from x86 and arm64 MMU - - 1 - --- 2021-06-25 David Stevens New
[v2,2/5] KVM: mmu: introduce new gfn_to_pfn_page functions Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-25 David Stevens New
[v2,3/5] KVM: x86/mmu: use gfn_to_pfn_page Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-25 David Stevens New
[v2,4/5] KVM: arm64/mmu: use gfn_to_pfn_page Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-25 David Stevens New
[v2,5/5] KVM: mmu: remove over-aggressive warnings Remove uses of struct page from x86 and arm64 MMU - - - - --- 2021-06-25 David Stevens New
[v2,1/7] KVM: Rename lru_slot to last_used_slot Improve gfn-to-memslot performance during page faults - - - - --- 2021-08-04 David Matlack New
[v2,2/7] KVM: Move last_used_slot logic out of search_memslots Improve gfn-to-memslot performance during page faults - - - - --- 2021-08-04 David Matlack New
[v2,3/7] KVM: Cache the last used slot index per vCPU Improve gfn-to-memslot performance during page faults - - - - --- 2021-08-04 David Matlack New
[v2,4/7] KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_level Improve gfn-to-memslot performance during page faults - - - - --- 2021-08-04 David Matlack New
[v2,5/7] KVM: x86/mmu: Leverage vcpu->last_used_slot for rmap_add and rmap_recycle Improve gfn-to-memslot performance during page faults - - 1 - --- 2021-08-04 David Matlack New
[v2,6/7] KVM: x86/mmu: Rename __gfn_to_rmap to gfn_to_rmap Improve gfn-to-memslot performance during page faults - - 1 - --- 2021-08-04 David Matlack New
[v2,7/7] KVM: selftests: Support multiple slots in dirty_log_perf_test Improve gfn-to-memslot performance during page faults - - - - --- 2021-08-04 David Matlack New
[1/2] KVM: PPC: Book3S HV: XIVE: Add a 'flags' field KVM: PPC: Book3S HV: XIVE: Improve guest entries and exits - - - - --- 2021-07-20 Cédric Le Goater New
[2/2] KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore KVM: PPC: Book3S HV: XIVE: Improve guest entries and exits - - - - --- 2021-07-20 Cédric Le Goater New
[kvm-unit-tests,v2,1/7] README.md: add guideline for header guards format unify header guards - - 2 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,2/7] lib: unify header guards unify header guards - - 1 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,3/7] asm-generic: unify header guards unify header guards - - 2 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,4/7] arm: unify header guards unify header guards - - 1 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,5/7] powerpc: unify header guards unify header guards - - 2 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,6/7] s390x: unify header guards unify header guards - - 1 - --- 2021-06-09 Cornelia Huck New
[kvm-unit-tests,v2,7/7] x86: unify header guards unify header guards - - 1 - --- 2021-06-09 Cornelia Huck New
[v6,1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-03-11 Bharata B Rao New
[v6,2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def Support for H_RPT_INVALIDATE in PowerPC KVM - - - - --- 2021-03-11 Bharata B Rao New
[v6,3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-03-11 Bharata B Rao New
[v6,4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-03-11 Bharata B Rao New
[v6,5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-03-11 Bharata B Rao New
[v6,6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM Support for H_RPT_INVALIDATE in PowerPC KVM - - 2 - --- 2021-03-11 Bharata B Rao New
[v7,1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-05-05 Bharata B Rao New
[v7,2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-05-05 Bharata B Rao New
[v7,3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-05-05 Bharata B Rao New
[v7,4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - - - - --- 2021-05-05 Bharata B Rao New
[v7,5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-05-05 Bharata B Rao New
[v7,6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM Support for H_RPT_INVALIDATE in PowerPC KVM - - 2 - --- 2021-05-05 Bharata B Rao New
[v8,1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-06-21 Bharata B Rao New
[v8,2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-06-21 Bharata B Rao New
[v8,3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - - - - --- 2021-06-21 Bharata B Rao New
[v8,4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE Support for H_RPT_INVALIDATE in PowerPC KVM - 1 - - --- 2021-06-21 Bharata B Rao New
[v8,5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability Support for H_RPT_INVALIDATE in PowerPC KVM - - 1 - --- 2021-06-21 Bharata B Rao New
[v8,6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM Support for H_RPT_INVALIDATE in PowerPC KVM - - 2 - --- 2021-06-21 Bharata B Rao New
[RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 [RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 - - - - --- 2021-08-05 Bharata B Rao New
[RFC,v0,2/5] KVM: PPC: Add support for KVM_REQ_ESN_EXIT [RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 - - - - --- 2021-08-05 Bharata B Rao New
[RFC,v0,3/5] KVM: PPC: Book3S: Enable setting SRR1 flags for DSI [RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 - - - - --- 2021-08-05 Bharata B Rao New
[RFC,v0,4/5] KVM: PPC: BOOK3S HV: Async PF support [RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 - - - - --- 2021-08-05 Bharata B Rao New
[RFC,v0,5/5] pseries: Asynchronous page fault support [RFC,v0,1/5] powerpc: Define Expropriation interrupt bit to VPA byte offset 0xB9 - - - - --- 2021-08-05 Bharata B Rao New
[v5,02/12] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-08-03 Andreas Gruenbacher New
[v6,02/19] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-08-19 Andreas Gruenbacher New
[v7,02/19] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-08-27 Andreas Gruenbacher New
[v8,01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value gfs2: Fix mmap + page fault deadlocks - - 1 - --- 2021-10-19 Andreas Gruenbacher New
[v8,02/17] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-10-19 Andreas Gruenbacher New
[v8,03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,05/17] iov_iter: Introduce fault_in_iov_iter_writeable gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,06/17] gfs2: Add wrapper for iomap_file_buffered_write gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,07/17] gfs2: Clean up function may_grant gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,08/17] gfs2: Introduce flag for glock holder auto-demotion gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,10/17] gfs2: Eliminate ip->i_gh gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,12/17] iomap: Fix iomap_dio_rw return value for user copies gfs2: Fix mmap + page fault deadlocks - - 2 - --- 2021-10-19 Andreas Gruenbacher New
[v8,13/17] iomap: Support partial direct I/O on user copy failures gfs2: Fix mmap + page fault deadlocks - - 1 - --- 2021-10-19 Andreas Gruenbacher New
[v8,14/17] iomap: Add done_before argument to iomap_dio_rw gfs2: Fix mmap + page fault deadlocks - - 1 - --- 2021-10-19 Andreas Gruenbacher New
[v8,15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,16/17] iov_iter: Introduce nofault flag to disable page faults gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v8,17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-10-19 Andreas Gruenbacher New
[v9,01/17] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value gfs2: Fix mmap + page fault deadlocks - - 1 - --- 2021-11-02 Andreas Gruenbacher New
[v9,02/17] powerpc/kvm: Fix kvm_use_magic_page gfs2: Fix mmap + page fault deadlocks - 1 - - --- 2021-11-02 Andreas Gruenbacher New
[v9,03/17] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,05/17] iov_iter: Introduce fault_in_iov_iter_writeable gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,06/17] gfs2: Add wrapper for iomap_file_buffered_write gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,07/17] gfs2: Clean up function may_grant gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,08/17] gfs2: Introduce flag for glock holder auto-demotion gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
[v9,09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write gfs2: Fix mmap + page fault deadlocks - - - - --- 2021-11-02 Andreas Gruenbacher New
« 1 2 ... 7 8 9 10 »