Linux KVM
[Prev Page][Next Page]
- [PATCH v2] powerpc/inst: add PPC_TLBILX_LPID,
Nick Desaulniers
- [PATCH] powerpc/inst: add PPC_TLBILX_LPID,
ndesaulniers
- [PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code,
Daniel Henrique Barboza
- [PATCH v4 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown,
Daniel Henrique Barboza
- [PATCH v4 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable,
Daniel Henrique Barboza
- [PATCH v4 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z),
Daniel Henrique Barboza
- [PATCH v4 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG,
Daniel Henrique Barboza
- [PATCH v4 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once,
Daniel Henrique Barboza
- [PATCH v4 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val,
Daniel Henrique Barboza
- [PATCH v4 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val,
Daniel Henrique Barboza
- [PATCH v4 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val,
Daniel Henrique Barboza
- [PATCH v4 09/10] RISC-V: KVM: Improve vector save/restore errors,
Daniel Henrique Barboza
- [PATCH v4 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG,
Daniel Henrique Barboza
- Re: [PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code,
Andrew Jones
- Re: [PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code,
Anup Patel
- [PATCH] vfio: align capability structures,
Stefan Hajnoczi
- [PATCH v5 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
- [PATCH v3 0/7] smaps / mm/gup: fix gup_can_follow_protnone fallout,
David Hildenbrand
- [PATCH v3 00/10] RISC-V: KVM: change get_reg/set_reg error codes,
Daniel Henrique Barboza
- [PATCH v3 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable,
Daniel Henrique Barboza
- [PATCH v3 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown,
Daniel Henrique Barboza
- [PATCH v3 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z),
Daniel Henrique Barboza
- [PATCH v3 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once,
Daniel Henrique Barboza
- [PATCH v3 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG,
Daniel Henrique Barboza
- [PATCH v3 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val,
Daniel Henrique Barboza
- [PATCH v3 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val,
Daniel Henrique Barboza
- [PATCH v3 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val,
Daniel Henrique Barboza
- [PATCH v3 09/10] RISC-V: KVM: Improve vector save/restore errors,
Daniel Henrique Barboza
- [PATCH v3 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG,
Daniel Henrique Barboza
- Re: [PATCH v3 00/10] RISC-V: KVM: change get_reg/set_reg error codes,
Daniel Henrique Barboza
- [PATCH -next] kvm_host: Remove unused declarations kvm_device_get()/kvm_device_put(),
Yue Haibing
- [PATCH v5 00/19] Enable CET Virtualization,
Yang Weijiang
- [PATCH v5 01/19] x86/cpufeatures: Add CPU feature flags for shadow stacks,
Yang Weijiang
- [PATCH v5 02/19] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states,
Yang Weijiang
- [PATCH v5 05/19] KVM:x86: Initialize kvm_caps.supported_xss,
Yang Weijiang
- [PATCH v5 03/19] KVM:x86: Report XSS as to-be-saved if there are supported features,
Yang Weijiang
- [PATCH v5 04/19] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS,
Yang Weijiang
- [PATCH v5 11/19] KVM:VMX: Emulate read and write to CET MSRs,
Yang Weijiang
- [PATCH v5 07/19] KVM:x86: Add fault checks for guest CR4.CET setting,
Yang Weijiang
- [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed,
Yang Weijiang
- [PATCH v5 06/19] KVM:x86: Load guest FPU state when access XSAVE-managed MSRs,
Yang Weijiang
- [PATCH v5 08/19] KVM:x86: Report KVM supported CET MSRs as to-be-saved,
Yang Weijiang
- [PATCH v5 10/19] KVM:VMX: Introduce CET VMCS fields and control bits,
Yang Weijiang
- [PATCH v5 12/19] KVM:x86: Save and reload SSP to/from SMRAM,
Yang Weijiang
- [PATCH v5 13/19] KVM:VMX: Set up interception for CET MSRs,
Yang Weijiang
- [PATCH v5 14/19] KVM:VMX: Set host constant supervisor states to VMCS fields,
Yang Weijiang
- [PATCH v5 17/19] KVM:x86: Enable guest CET supervisor xstate bit support,
Yang Weijiang
- [PATCH v5 15/19] KVM:x86: Optimize CET supervisor SSP save/reload,
Yang Weijiang
- [PATCH v5 16/19] KVM:x86: Enable CET virtualization for VMX and advertise to userspace,
Yang Weijiang
- [PATCH v5 18/19] KVM:nVMX: Refine error code injection to nested VM,
Yang Weijiang
- [PATCH v5 19/19] KVM:nVMX: Enable CET support for nested VM,
Yang Weijiang
- [PATCH v18 00/30] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v18 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v18 04/30] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v18 01/30] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v18 02/30] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v18 05/30] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v18 06/30] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v18 07/30] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v18 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface,
Tianrui Zhao
- [PATCH v18 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v18 08/30] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v18 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
- [PATCH v18 12/30] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v18 11/30] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v18 13/30] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v18 15/30] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- [PATCH v18 20/30] LoongArch: KVM: Implement handle csr excption,
Tianrui Zhao
- [PATCH v18 21/30] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v18 16/30] LoongArch: KVM: Implement update VM id function,
Tianrui Zhao
- [PATCH v18 17/30] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v18 19/30] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v18 18/30] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v18 27/30] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v18 26/30] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v18 22/30] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
- [PATCH v18 23/30] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v18 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part,
Tianrui Zhao
- [PATCH v18 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM,
Tianrui Zhao
- [PATCH v18 28/30] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v18 24/30] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v18 25/30] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- Re: [PATCH v18 00/30] Add KVM LoongArch support,
bibo mao
- [PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace,
Oliver Upton
- [PATCH kvmtool v3 01/17] Import arm-smccc.h from Linux 6.5-rc1,
Oliver Upton
- [PATCH kvmtool v3 02/17] aarch64: Copy cputype.h from Linux 6.5-rc1,
Oliver Upton
- [PATCH kvmtool v3 07/17] arm: Generalize execution state specific VM initialization,
Oliver Upton
- [PATCH kvmtool v3 05/17] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs,
Oliver Upton
- [PATCH kvmtool v3 04/17] arm: Stash kvm_vcpu_init for later use,
Oliver Upton
- [PATCH kvmtool v3 03/17] Update psci.h to Linux 6.5-rc1,
Oliver Upton
- [PATCH kvmtool v3 06/17] aarch64: Expose ARM64_CORE_REG() for general use,
Oliver Upton
- [PATCH kvmtool v3 08/17] Add helpers to pause the VM from vCPU thread,
Oliver Upton
- [PATCH kvmtool v3 10/17] aarch64: Add skeleton implementation for PSCI,
Oliver Upton
- [PATCH kvmtool v3 09/17] aarch64: Add support for finding vCPU for given MPIDR,
Oliver Upton
- [PATCH kvmtool v3 13/17] aarch64: psci: Implement CPU_ON,
Oliver Upton
- [PATCH kvmtool v3 11/17] aarch64: psci: Implement CPU_SUSPEND,
Oliver Upton
- [PATCH kvmtool v3 14/17] aarch64: psci: Implement AFFINITY_INFO,
Oliver Upton
- [PATCH kvmtool v3 16/17] aarch64: psci: Implement SYSTEM_{OFF,RESET},
Oliver Upton
- [PATCH kvmtool v3 15/17] aarch64: psci: Implement MIGRATE_INFO_TYPE,
Oliver Upton
- [PATCH kvmtool v3 17/17] aarch64: smccc: Start sending PSCI to userspace,
Oliver Upton
- [PATCH kvmtool v3 12/17] aarch64: psci: Implement CPU_OFF,
Oliver Upton
- Re: [PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace,
Oliver Upton
- [PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support,
guoren
- [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock,
guoren
- [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h,
guoren
- [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup,
guoren
- [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support,
guoren
- [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock,
guoren
- [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line,
guoren
- [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK,
guoren
- [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock(),
guoren
- [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton,
guoren
- [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton,
guoren
- [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu(),
guoren
- [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter,
guoren
- [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg,
guoren
- [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory,
guoren
- [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support,
guoren
- [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation,
guoren
- [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry,
guoren
- [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support,
guoren
- [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait,
guoren
- [PATCH v1] KVM: x86/mmu: refactor kvm_tdp_mmu_map,
Wei Wang
- [PATCH] KVM: SVM: Add exception to disable objtool warning for kvm-amd.o,
Nikunj A Dadhania
- [PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix,
Like Xu
- Re: [PATCH 6.4 000/239] 6.4.8-rc1 review,
Naresh Kamboju
- [PATCH] KVM: x86: Advertise AMX-COMPLEX CPUID to userspace,
Tao Su
- [ANNOUNCE] PUCK Agenda - 2023.08.02 - CANCELED,
Sean Christopherson
- [PATCH v2 0/9] RISC-V: KVM: change get_reg/set_reg error codes,
Daniel Henrique Barboza
- [PATCH v2 1/9] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown,
Daniel Henrique Barboza
- [PATCH v2 2/9] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable,
Daniel Henrique Barboza
- [PATCH v2 3/9] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z),
Daniel Henrique Barboza
- [PATCH v2 4/9] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG,
Daniel Henrique Barboza
- [PATCH v2 5/9] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once,
Daniel Henrique Barboza
- [PATCH v2 6/9] RISC-V: KVM: avoid EBUSY when writing same ISA val,
Daniel Henrique Barboza
- [PATCH v2 7/9] RISC-V: KVM: avoid EBUSY when writing the same machine ID val,
Daniel Henrique Barboza
- [PATCH v2 8/9] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val,
Daniel Henrique Barboza
- [PATCH v2 9/9] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG,
Daniel Henrique Barboza
- Re: [PATCH v2 0/9] RISC-V: KVM: change get_reg/set_reg error codes,
Andrew Jones
- [PATCH for-8.1] Misc Xen-on-KVM fixes,
David Woodhouse
- [PATCH] vfio/type1: fix cap_migration information leak,
Stefan Hajnoczi
- VFIO_IOMMU_GET_INFO capability struct alignment,
Stefan Hajnoczi
- [PATCH v7 00/10] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3},
Jing Zhang
- [PATCH v7 01/10] KVM: arm64: Allow userspace to get the writable masks for feature ID registers,
Jing Zhang
- [PATCH v7 02/10] KVM: arm64: Document KVM_ARM_GET_FEATURE_ID_WRITABLE_MASKS,
Jing Zhang
- [PATCH v7 03/10] KVM: arm64: Use guest ID register values for the sake of emulation,
Jing Zhang
- [PATCH v7 05/10] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1,
Jing Zhang
- [PATCH v7 06/10] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8,
Jing Zhang
- [PATCH v7 07/10] KVM: arm64: Enable writable for ID_AA64PFR0_EL1,
Jing Zhang
- [PATCH v7 08/10] KVM: arm64: Refactor helper Macros for idreg desc,
Jing Zhang
- [PATCH v7 04/10] KVM: arm64: Reject attempts to set invalid debug arch version,
Jing Zhang
- [PATCH v7 09/10] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1,
Jing Zhang
- [PATCH v7 10/10] KVM: arm64: selftests: Test for setting ID register from usersapce,
Jing Zhang
- [RFC PATCH v1 0/2] vsock: handle writes to shutdowned socket,
Arseniy Krasnov
- [PATCH v6 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper,
ankita
- [PATCH v2 0/8] smaps / mm/gup: fix gup_can_follow_protnone fallout,
David Hildenbrand
- [PATCH] KVM: irqbypass: Convert producers/consumers single linked list to XArray,
Like Xu
- [PATCH v2 00/47] fbdev: Use I/O helpers,
Thomas Zimmermann
- [PATCH v2 03/47] fbdev/asiliantfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 01/47] media/vivid: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 04/47] fbdev/atmel_lcdfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 07/47] fbdev/chipsfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 02/47] fbdev/acornfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 05/47] fbdev/aty128fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 06/47] fbdev/carminefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 08/47] fbdev/da8xx-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 09/47] fbdev/efifb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 10/47] fbdev/fm2fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 21/47] fbdev/kyro: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 22/47] fbdev/macfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 32/47] fbdev/pmag-ba-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 28/47] fbdev/offb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 26/47] fbdev/mx3fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 14/47] fbdev/geode/gxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 16/47] fbdev/goldfishfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 27/47] fbdev/ocfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 35/47] fbdev/pxafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 31/47] fbdev/pmag-aa-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 36/47] fbdev/q40fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 23/47] fbdev/maxinefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 37/47] fbdev/s3cfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 30/47] fbdev/platinumfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 33/47] fbdev/pmagb-b-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 39/47] fbdev/simplefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 29/47] fbdev/omapfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 34/47] fbdev/pxa168fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 38/47] fbdev/sh7760fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 42/47] fbdev/sunxvr2500: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 40/47] fbdev/sstfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 44/47] fbdev/valkyriefb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 45/47] fbdev/vesafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 43/47] fbdev/uvesafb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 41/47] fbdev/sunxvr1000: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 46/47] fbdev/xilinxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 24/47] fbdev/mb862xxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 47/47] vfio-dev/mdpy-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 25/47] fbdev/mmpfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 12/47] fbdev/g364fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 15/47] fbdev/geode/lxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 20/47] fbdev/imxfb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 13/47] fbdev/geode/gx1fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 19/47] fbdev/i740fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 18/47] fbdev/gxt4500: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 17/47] fbdev/grvga: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH v2 11/47] fbdev/fsl-diu-fb: Use fbdev I/O helpers,
Thomas Zimmermann
- [PATCH 6.4 209/239] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
- [PATCH 6.1 200/228] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
- [PATCH RESEND v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts,
Xin Li
- [PATCH RESEND v9 00/36] x86: enable FRED for x86-64,
Xin Li
- [PATCH RESEND v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [PATCH RESEND v9 01/36] Documentation/x86/64: Add documentation for FRED,
Xin Li
- [PATCH RESEND v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled,
Xin Li
- [PATCH RESEND v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [PATCH RESEND v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED,
Xin Li
- [PATCH RESEND v9 08/36] x86/cpu: Add MSR numbers for FRED configuration,
Xin Li
- [PATCH RESEND v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS,
Xin Li
- [PATCH RESEND v9 07/36] x86/cpu: Add X86_CR4_FRED macro,
Xin Li
- [PATCH RESEND v9 11/36] x86/fred: Reserve space for the FRED stack frame,
Xin Li
- [PATCH RESEND v9 10/36] x86/fred: Add a new header file for FRED definitions,
Xin Li
- [PATCH RESEND v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [PATCH RESEND v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [PATCH RESEND v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [PATCH RESEND v9 14/36] x86/fred: Disallow the swapgs instruction when FRED is enabled,
Xin Li
- [PATCH RESEND v9 15/36] x86/fred: No ESPFIX needed when FRED is enabled,
Xin Li
- [PATCH RESEND v9 16/36] x86/fred: Allow single-step trap and NMI when starting a new task,
Xin Li
- [PATCH RESEND v9 17/36] x86/fred: Define a common function type fred_handler,
Xin Li
- [PATCH RESEND v9 18/36] x86/fred: Add a page fault entry stub for FRED,
Xin Li
- [PATCH RESEND v9 19/36] x86/fred: Add a debug fault entry stub for FRED,
Xin Li
- [PATCH RESEND v9 20/36] x86/fred: Add a NMI entry stub for FRED,
Xin Li
- [PATCH RESEND v9 22/36] x86/fred: Add a double fault entry stub for FRED,
Xin Li
- [PATCH RESEND v9 23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S,
Xin Li
- [PATCH RESEND v9 21/36] x86/fred: Add a machine check entry stub for FRED,
Xin Li
- [PATCH RESEND v9 25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch,
Xin Li
- [PATCH RESEND v9 24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handler type,
Xin Li
- [PATCH RESEND v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler,
Xin Li
- Re: [PATCH RESEND v9 00/36] x86: enable FRED for x86-64,
Peter Zijlstra
- [PATCH] KVM: eventfd: fix NULL deref irqbypass producer,
Like Xu
- [GIT PULL] KVM/arm64 fixes for 6.5, part #2,
Oliver Upton
- [PATCH 0/2] iommu: Make pasid array per device,
Lu Baolu
- Re: [PATCH 0/2] iommu: Make pasid array per device,
Jason Gunthorpe
[PATCH v2] Documentation: KVM: Add vPMU implementaion and gap document,
Xiong Zhang
[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change,
Like Xu
[PATCH -next] vfio/pci: Remove an unnecessary ternary operator,
Ruan Jinjie
[PATCH v1 0/4] selftests: kvm: Add LoongArch support,
Tianrui Zhao
[PATCH v3 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role,
Mingwei Zhang
[PATCH v4.1 0/3] KVM: selftests: Guest printf extra prep patches,
Sean Christopherson
[PATCH mm-unstable v8 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(),
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor},
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 13/31] x86: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 17/31] arm: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 18/31] arm64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 21/31] loongarch: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 22/31] m68k: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 23/31] mips: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 28/31] sparc64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
[RFC PATCH 00/19] QEMU gmem implemention,
Xiaoyao Li
Re: [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem,
David Hildenbrand
[RFC PATCH 09/19] i386/kvm: Create gmem fd for KVM_X86_SW_PROTECTED_VM,
Xiaoyao Li
[RFC PATCH 10/19] kvm: Introduce support for memory_attributes,
Xiaoyao Li
[RFC PATCH 11/19] kvm/memory: Introduce the infrastructure to set the default shared/private value,
Xiaoyao Li
[RFC PATCH 12/19] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM,
Xiaoyao Li
[RFC PATCH 13/19] physmem: replace function name with __func__ in ram_block_discard_range(),
Xiaoyao Li
[RFC PATCH 14/19] physmem: Add ram_block_convert_range,
Xiaoyao Li
[RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT,
Xiaoyao Li
[RFC PATCH 16/19] trace/kvm: Add trace for page convertion between shared and private,
Xiaoyao Li
[RFC PATCH 17/19] pci-host/q35: Move PAM initialization above SMRAM initialization,
Xiaoyao Li
[RFC PATCH 18/19] q35: Introduce smm_ranges property for q35-pci-host,
Xiaoyao Li
[RFC PATCH 19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM,
Xiaoyao Li
Re: [RFC PATCH 00/19] QEMU gmem implemention,
Daniel P. Berrangé
Re: [RFC PATCH 00/19] QEMU gmem implemention,
Isaku Yamahata
[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes,
Daniel Henrique Barboza
[PATCH] drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler,
Yan Zhao
[PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change,
Like Xu
[PATCH v9 30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
[PATCH v9 28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type,
Xin Li
[PATCH v9 29/36] x86/fred: FRED entry/exit and dispatch code,
Xin Li
[PATCH v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts,
Xin Li
[PATCH v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler,
Xin Li
[PATCH v9 00/36] x86: enable FRED for x86-64,
Xin Li
- [PATCH v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [PATCH v9 01/36] Documentation/x86/64: Add documentation for FRED,
Xin Li
- [PATCH v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled,
Xin Li
- [PATCH v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED,
Xin Li
- [PATCH v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [PATCH v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS,
Xin Li
- [PATCH v9 07/36] x86/cpu: Add X86_CR4_FRED macro,
Xin Li
- [PATCH v9 08/36] x86/cpu: Add MSR numbers for FRED configuration,
Xin Li
- [PATCH v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [PATCH v9 10/36] x86/fred: Add a new header file for FRED definitions,
Xin Li
- [PATCH v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [PATCH v9 11/36] x86/fred: Reserve space for the FRED stack frame,
Xin Li
- [PATCH v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [PATCH v9 14/36] x86/fred: Disallow the swapgs instruction when FRED is enabled,
Xin Li
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]