Linux KVM
[Prev Page][Next Page]
- [PATCH v9 20/36] x86/fred: Add a NMI entry stub for FRED, (continued)
- [PATCH] KVM: selftests: use unified time type for comparison,
Bibo Mao
- [GIT PULL] KVM x86 fixes for Linux 6.5-rc4,
Paolo Bonzini
- [PATCH net-next v5 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations,
Arseniy Krasnov
- [Question] int3 instruction generates a #UD in SEV VM,
wuzongyong
- [PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Sean Christopherson
- [PATCH v4 03/29] drm/i915/gvt: Verify hugepages are contiguous in physical address space,
Sean Christopherson
- [PATCH v4 02/29] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn,
Sean Christopherson
- [PATCH v4 01/29] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page",
Sean Christopherson
- [PATCH v4 04/29] drm/i915/gvt: Don't try to unpin an empty page range,
Sean Christopherson
- [PATCH v4 05/29] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn(),
Sean Christopherson
- [PATCH v4 07/29] drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type,
Sean Christopherson
- [PATCH v4 08/29] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT,
Sean Christopherson
- [PATCH v4 06/29] drm/i915/gvt: Explicitly check that vGPU is attached before shadowing,
Sean Christopherson
- [PATCH v4 09/29] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns,
Sean Christopherson
- [PATCH v4 10/29] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt(),
Sean Christopherson
- [PATCH v4 11/29] drm/i915/gvt: Protect gfn hash table with vgpu_lock,
Sean Christopherson
- [PATCH v4 12/29] KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c,
Sean Christopherson
- [PATCH v4 13/29] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change,
Sean Christopherson
- [PATCH v4 14/29] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs,
Sean Christopherson
- [PATCH v4 16/29] KVM: x86: Reject memslot MOVE operations if KVMGT is attached,
Sean Christopherson
- [PATCH v4 15/29] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook,
Sean Christopherson
- [PATCH v4 25/29] KVM: x86/mmu: Assert that correct locks are held for page write-tracking,
Sean Christopherson
- [PATCH v4 18/29] KVM: x86: Add a new page-track hook to handle memslot deletion,
Sean Christopherson
- [PATCH v4 20/29] KVM: x86: Remove the unused page-track hook track_flush_slot(),
Sean Christopherson
- [PATCH v4 22/29] KVM: x86/mmu: Use page-track notifiers iff there are external users,
Sean Christopherson
- [PATCH v4 17/29] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot,
Sean Christopherson
- [PATCH v4 19/29] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region(),
Sean Christopherson
- [PATCH v4 27/29] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs,
Sean Christopherson
- [PATCH v4 21/29] KVM: x86/mmu: Move KVM-only page-track declarations to internal header,
Sean Christopherson
- [PATCH v4 26/29] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled,
Sean Christopherson
- [PATCH v4 28/29] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers,
Sean Christopherson
- [PATCH v4 29/29] drm/i915/gvt: Drop final dependencies on KVM internal details,
Sean Christopherson
- [PATCH v4 24/29] KVM: x86/mmu: Rename page-track APIs to reflect the new reality,
Sean Christopherson
- [PATCH v4 23/29] KVM: x86/mmu: Drop infrastructure for multiple page-track modes,
Sean Christopherson
- Re: [PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Sean Christopherson
- [PATCH v2 00/21] KVM: x86: Add "governed" X86_FEATURE framework,
Sean Christopherson
- [PATCH v2 01/21] KVM: nSVM: Check instead of asserting on nested TSC scaling support,
Sean Christopherson
- [PATCH v2 02/21] KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state,
Sean Christopherson
- [PATCH v2 05/21] KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks,
Sean Christopherson
- [PATCH v2 07/21] KVM: x86: Add a framework for enabling KVM-governed x86 features,
Sean Christopherson
- [PATCH v2 06/21] KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loaded,
Sean Christopherson
- [PATCH v2 03/21] KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO,
Sean Christopherson
- [PATCH v2 04/21] KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIO,
Sean Christopherson
- [PATCH v2 08/21] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled",
Sean Christopherson
- [PATCH v2 09/21] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update,
Sean Christopherson
- [PATCH v2 10/21] KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling,
Sean Christopherson
- [PATCH v2 12/21] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled",
Sean Christopherson
- [PATCH v2 11/21] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ",
Sean Christopherson
- [PATCH v2 13/21] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled",
Sean Christopherson
- [PATCH v2 14/21] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled",
Sean Christopherson
- [PATCH v2 15/21] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled",
Sean Christopherson
- [PATCH v2 21/21] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled,
Sean Christopherson
- [PATCH v2 18/21] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled",
Sean Christopherson
- [PATCH v2 20/21] KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled",
Sean Christopherson
- [PATCH v2 16/21] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled",
Sean Christopherson
- [PATCH v2 19/21] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled",
Sean Christopherson
- [PATCH v2 17/21] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled",
Sean Christopherson
- Re: [PATCH v2 00/21] KVM: x86: Add "governed" X86_FEATURE framework,
Sean Christopherson
- [PATCH v2 0/5] KVM: x86/mmu: Don't synthesize triple fault on bad root,
Sean Christopherson
- [PATCH v3 00/12] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage,
Sean Christopherson
- [PATCH v3 01/12] KVM: x86/mmu: Delete pgprintk() and all its usage,
Sean Christopherson
- [PATCH v3 02/12] KVM: x86/mmu: Delete rmap_printk() and all its usage,
Sean Christopherson
- [PATCH v3 04/12] KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs,
Sean Christopherson
- [PATCH v3 08/12] KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled,
Sean Christopherson
- [PATCH v3 03/12] KVM: x86/mmu: Delete the "dbg" module param,
Sean Christopherson
- [PATCH v3 06/12] KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON(),
Sean Christopherson
- [PATCH v3 07/12] KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE(),
Sean Christopherson
- [PATCH v3 09/12] KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig,
Sean Christopherson
- [PATCH v3 05/12] KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free,
Sean Christopherson
- [PATCH v3 11/12] KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove(),
Sean Christopherson
- [PATCH v3 10/12] KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub,
Sean Christopherson
- [PATCH v3 12/12] KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y,
Sean Christopherson
- Re: [PATCH v3 00/12] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage,
Sean Christopherson
- [PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union,
Sean Christopherson
- [PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul,
Sean Christopherson
- [PATCH v4 01/34] KVM: selftests: Rename the ASSERT_EQ macro,
Sean Christopherson
- [PATCH v4 03/34] KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall,
Sean Christopherson
- [PATCH v4 05/34] KVM: selftests: Add guest_snprintf() to KVM selftests,
Sean Christopherson
- [PATCH v4 04/34] KVM: selftests: Add strnlen() to the string overrides,
Sean Christopherson
- [PATCH v4 02/34] KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT(),
Sean Christopherson
- [PATCH v4 06/34] KVM: selftests: Add additional pages to the guest to accommodate ucall,
Sean Christopherson
- [PATCH v4 07/34] KVM: selftests: Add string formatting options to ucall,
Sean Christopherson
- [PATCH v4 08/34] KVM: selftests: Add formatted guest assert support in ucall framework,
Sean Christopherson
- [PATCH v4 11/34] KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 09/34] KVM: selftests: Add a selftest for guest prints and formatted asserts,
Sean Christopherson
- [PATCH v4 10/34] KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 12/34] KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 17/34] KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 16/34] KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 13/34] KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 14/34] KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 15/34] KVM: selftests: Convert the memslot performance test to printf guest asserts,
Sean Christopherson
- [PATCH v4 19/34] KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 18/34] KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 24/34] KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest asserts,
Sean Christopherson
- [PATCH v4 22/34] KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 21/34] KVM: selftests: Convert the Hyper-V extended hypercalls test to printf asserts,
Sean Christopherson
- [PATCH v4 23/34] KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 20/34] KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT,
Sean Christopherson
- [PATCH v4 25/34] KVM: selftests: Convert x86's nested exceptions test to printf guest asserts,
Sean Christopherson
- [PATCH v4 31/34] KVM: selftests: Convert x86's XCR0 test to use printf-based guest asserts,
Sean Christopherson
- [PATCH v4 26/34] KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts,
Sean Christopherson
- [PATCH v4 28/34] KVM: selftests: Convert x86's TSC MSRs test to use printf guest asserts,
Sean Christopherson
- [PATCH v4 30/34] KVM: selftests: Convert VMX's PMU capabilities test to printf guest asserts,
Sean Christopherson
- [PATCH v4 29/34] KVM: selftests: Convert the x86 userspace I/O test to printf guest assert,
Sean Christopherson
- [PATCH v4 27/34] KVM: selftests: Convert the nSVM software interrupt test to printf guest asserts,
Sean Christopherson
- [PATCH v4 32/34] KVM: selftests: Rip out old, param-based guest assert macros,
Sean Christopherson
- [PATCH v4 33/34] KVM: selftests: Print out guest RIP on unhandled exception,
Sean Christopherson
- [PATCH v4 34/34] KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpers,
Sean Christopherson
- Re: [PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul,
Sean Christopherson
- [PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode,
Daniel Henrique Barboza
- [PATCH 00/47] fbdev: Use I/O helpers,
Thomas Zimmermann
- [PATCH 16/47] fbdev/goldfishfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 21/47] fbdev/kyro: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 08/47] fbdev/da8xx-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 15/47] fbdev/geode/lxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 26/47] fbdev/mx3fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 13/47] fbdev/geode/gx1fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 04/47] fbdev/atmel_lcdfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 20/47] fbdev/imxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 37/47] fbdev/s3cfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 07/47] fbdev/chipsfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 14/47] fbdev/geode/gxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 05/47] fbdev/aty128fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 02/47] fbdev/acornfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 01/47] media/vivid: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 30/47] fbdev/platinumfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 09/47] fbdev/efifb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 11/47] fbdev/fsl-diu-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 06/47] fbdev/carminefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 36/47] fbdev/q40fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 12/47] fbdev/g364fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 42/47] fbdev/sunxvr2500: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 03/47] fbdev/asiliantfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 23/47] fbdev/maxinefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 27/47] fbdev/ocfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 25/47] fbdev/mmpfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 10/47] fbdev/fm2fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 44/47] fbdev/valkyriefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 38/47] fbdev/sh7760fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 18/47] fbdev/gxt4500: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 28/47] fbdev/offb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 17/47] fbdev/grvga: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 24/47] fbdev/mb862xxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 32/47] fbdev/pmag-ba-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 43/47] fbdev/uvesafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 22/47] fbdev/macfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 40/47] fbdev/sstfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 41/47] fbdev/sunxvr1000: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 34/47] fbdev/pxa168fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 35/47] fbdev/pxafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 39/47] fbdev/simplefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 29/47] fbdev/omapfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 45/47] fbdev/vesafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 46/47] fbdev/xilinxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 47/47] vfio-dev/mdpy-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 19/47] fbdev/i740fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 33/47] fbdev/pmag-b-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 31/47] fbdev/pmag-aa-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- Re: [PATCH 00/47] fbdev: Use I/O helpers,
Sam Ravnborg
- Re: [PATCH 00/47] fbdev: Use I/O helpers,
Helge Deller
- Re: [PATCH 00/47] fbdev: Use I/O helpers,
Sam Ravnborg
- [PATCH v2 0/5] KVM: arm64: PMU: Fix PMUver related handling for vPMU support,
Reiji Watanabe
- KVM PCI Passthrough IRQ issues,
Normand Leclerc
- [PATCH v2 0/3] KVM: s390: Enable AP instructions for pv-guests,
Steffen Eiden
- [PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure,
Marc Zyngier
- [PATCH v2 03/26] arm64: Add missing DC ZVA/GVA/GZVA encodings,
Marc Zyngier
- [PATCH v2 05/26] arm64: Add AT operation encodings,
Marc Zyngier
- [PATCH v2 01/26] arm64: Add missing VA CMO encodings,
Marc Zyngier
- [PATCH v2 02/26] arm64: Add missing ERX*_EL1 encodings,
Marc Zyngier
- [PATCH v2 07/26] arm64: Add missing BRB/CFP/DVP/CPP instructions,
Marc Zyngier
- [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2,
Marc Zyngier
- [PATCH v2 04/26] arm64: Add TLBI operation encodings,
Marc Zyngier
- [PATCH v2 08/26] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts,
Marc Zyngier
- [PATCH v2 09/26] arm64: Add feature detection for fine grained traps,
Marc Zyngier
- [PATCH v2 12/26] KVM: arm64: nv: Add FGT registers,
Marc Zyngier
- [PATCH v2 18/26] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2,
Marc Zyngier
- [PATCH v2 14/26] KVM: arm64: nv: Add trap forwarding infrastructure,
Marc Zyngier
- [PATCH v2 26/26] KVM: arm64: nv: Add support for HCRX_EL2,
Marc Zyngier
- [PATCH v2 17/26] KVM: arm64: nv: Add trap forwarding for MDCR_EL2,
Marc Zyngier
- [PATCH v2 11/26] KVM: arm64: Add missing HCR_EL2 trap bits,
Marc Zyngier
- [PATCH v2 25/26] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems,
Marc Zyngier
- [PATCH v2 16/26] KVM: arm64: nv: Expose FEAT_EVT to nested guests,
Marc Zyngier
- [PATCH v2 23/26] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR,
Marc Zyngier
- [PATCH v2 19/26] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2,
Marc Zyngier
- [PATCH v2 22/26] KVM: arm64: nv: Add SVC trap forwarding,
Marc Zyngier
- [PATCH v2 21/26] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2,
Marc Zyngier
- [PATCH v2 10/26] KVM: arm64: Correctly handle ACCDATA_EL1 traps,
Marc Zyngier
- [PATCH v2 20/26] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2,
Marc Zyngier
- [PATCH v2 24/26] KVM: arm64: nv: Expose FGT to nested guests,
Marc Zyngier
- [PATCH v2 13/26] KVM: arm64: Restructure FGT register switching,
Marc Zyngier
- [PATCH v2 15/26] KVM: arm64: nv: Add trap forwarding for HCR_EL2,
Marc Zyngier
- [kvm-unit-tests PATCH] x86/access: Use HVMOP_flush_tlbs hypercall instead of invlpg() for Xen,
Metin Kaya
- [PATCH] KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv,
Hao Peng
- [PATCH v11 0/7] Add IO page table replacement support,
Nicolin Chen
- [PATCH 0/2] sync_regs() TOCTOU issues,
Michal Luczaj
- [PATCH net-next v4 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations,
Arseniy Krasnov
- [PATCH v10 0/6] Add IO page table replacement support,
Nicolin Chen
- [PATCH] KVM: s390: fix sthyi error handling,
Heiko Carstens
- [PATCH 0/3] KVM: s390: Enable AP instructions for pv-guests,
Steffen Eiden
- [PATCH v7 2/5] target/riscv: check the in-kernel irqchip support,
Yong-Xuan Wang
- [PATCH v7 3/5] target/riscv: Create an KVM AIA irqchip,
Yong-Xuan Wang
- [PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v3 01/49] binder: fix memory leak in binder_init(),
Qi Zheng
- [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file,
Qi Zheng
- [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h,
Qi Zheng
- [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker,
Qi Zheng
- [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations,
Qi Zheng
- [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker,
Qi Zheng
- [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker,
Qi Zheng
- [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker,
Qi Zheng
- [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker,
Qi Zheng
- [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker,
Qi Zheng
- [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers,
Qi Zheng
- [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker,
Qi Zheng
- [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker,
Qi Zheng
- [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers,
Qi Zheng
- [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker,
Qi Zheng
- [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker,
Qi Zheng
- [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker,
Qi Zheng
- [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker,
Qi Zheng
- [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker,
Qi Zheng
- [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker,
Qi Zheng
- [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker,
Qi Zheng
- [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker,
Qi Zheng
- [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker,
Qi Zheng
- [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker,
Qi Zheng
- [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker,
Qi Zheng
- [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker,
Qi Zheng
- [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker,
Qi Zheng
- [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker,
Qi Zheng
- [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker,
Qi Zheng
- [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker,
Qi Zheng
- [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker,
Qi Zheng
- [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker,
Qi Zheng
- [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker,
Qi Zheng
- [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker,
Qi Zheng
- [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker,
Qi Zheng
- [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker,
Qi Zheng
- [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker,
Qi Zheng
- [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker,
Qi Zheng
- [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker,
Qi Zheng
- [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker,
Qi Zheng
- [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker,
Qi Zheng
- [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex,
Qi Zheng
- [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred,
Qi Zheng
- [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink,
Qi Zheng
- [PATCH v3 43/49] mm: shrinker: remove old APIs,
Qi Zheng
- [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem,
Qi Zheng
- [PATCH v3 47/49] mm: shrinker: make memcg slab shrink lockless,
Qi Zheng
- [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred},
Qi Zheng
- [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless,
Qi Zheng
- [no subject],
Yikebaer Aizezi
- [PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64,
Akihiko Odaki
- [PATCH v9 0/6] cover-letter: Add IO page table replacement support,
Nicolin Chen
- [PATCH 0/4] RISCV: Add kvm Sstc timer selftest,
Haibo Xu
- [PATCH v2 00/12] iommu: Prepare to deliver page faults to user space,
Lu Baolu
- [PATCH v2 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting,
Lu Baolu
- [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h,
Lu Baolu
- [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf(),
Lu Baolu
- [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get(),
Lu Baolu
- [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF,
Lu Baolu
- [PATCH v2 06/12] iommu: Make dev->fault_param static,
Lu Baolu
- [PATCH v2 03/12] iommu: Remove unrecoverable fault data,
Lu Baolu
- [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler(),
Lu Baolu
- [PATCH v2 10/12] iommu: Make iommu_queue_iopf() more generic,
Lu Baolu
- [PATCH v2 12/12] iommu: Add helper to set iopf handler for domain,
Lu Baolu
- [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c,
Lu Baolu
- [PATCH v2 11/12] iommu: Separate SVA and IOPF in Makefile and Kconfig,
Lu Baolu
- Pre-populate TDP table to avoid page faults at VM boot,
Federico Parola
- KVM_EXIT_FAIL_ENTRY with hardware_entry_failure_reason = 7,
Yahya Sohail
- Re: [Question] int3_selftest() generates a #UD instead of a #BP when create a SEV VM,
Tom Lendacky
- [PATCH v2 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue,
Maxim Levitsky
- [PATCH v1] KVM: arm64: selftests: Test pointer authentication support in KVM guest,
Jing Zhang
- [ANNOUNCE] PUCK Agenda - 2023.07.19 - No topic,
Sean Christopherson
- [RFC PATCH v4 00/16] KVM TDX: TDP MMU: large page support,
isaku . yamahata
- [RFC PATCH v4 01/16] KVM: TDP_MMU: Go to next level if smaller private mapping exists,
isaku . yamahata
- [RFC PATCH v4 02/16] KVM: TDX: Pass page level to cache flush before TDX SEAMCALL,
isaku . yamahata
- [RFC PATCH v4 03/16] KVM: TDX: Pass KVM page level to tdh_mem_page_add() and tdh_mem_page_aug(),
isaku . yamahata
- [RFC PATCH v4 04/16] KVM: TDX: Pass size to tdx_measure_page(),
isaku . yamahata
- [RFC PATCH v4 05/16] KVM: TDX: Pass size to reclaim_page(),
isaku . yamahata
- [RFC PATCH v4 06/16] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page,
isaku . yamahata
- [RFC PATCH v4 07/16] KVM: MMU: Introduce level info in PFERR code,
isaku . yamahata
- [RFC PATCH v4 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs,
isaku . yamahata
- [RFC PATCH v4 10/16] KVM: x86/tdp_mmu: Allocate private page table for large page split,
isaku . yamahata
- [RFC PATCH v4 09/16] KVM: TDX: Pass desired page level in err code for page fault handler,
isaku . yamahata
- [RFC PATCH v4 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf,
isaku . yamahata
- [RFC PATCH v4 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared,
isaku . yamahata
- [RFC PATCH v4 15/16] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot,
isaku . yamahata
- [RFC PATCH v4 14/16] KVM: x86/tdp_mmu: TDX: Implement merge pages into a large page,
isaku . yamahata
- [RFC PATCH v4 13/16] KVM: x86/tdp_mmu: Try to merge pages into a large page,
isaku . yamahata
- [RFC PATCH v4 16/16] KVM: TDX: Allow 2MB large page for TD GUEST,
isaku . yamahata
- [PATCH v15 000/115] KVM TDX basic feature support,
isaku . yamahata
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]