Lai Jiangshan ([email protected])

Number of posts: 1132 (0.35 per day)
First post: 2015-07-22 14:03:35
Last post: 2024-04-24 13:50:08

Date List Subject
2024-02-26 15:27:31 linux-kernel [RFC PATCH 72/73] x86/pvm: Use RDTSCP as default in vdso_read_cpunode()
2024-02-26 15:26:53 linux-kernel [RFC PATCH 17/73] KVM: x86/PVM: Implement module initialization related callbacks
2024-02-26 15:24:31 linux-kernel [RFC PATCH 28/73] KVM: x86/PVM: Handle syscall from user mode
2024-02-26 15:23:33 linux-kernel [RFC PATCH 26/73] KVM: x86/PVM: Implement event delivery flags related callbacks
2024-02-26 15:19:29 linux-kernel [RFC PATCH 19/73] x86/entry: Export 32-bit ignore syscall entry and __ia32_enabled variable
2024-02-26 15:17:56 linux-kernel [RFC PATCH 63/73] x86/pvm: Add hypercall support
2024-02-26 15:16:38 linux-kernel [RFC PATCH 14/73] KVM: x86: Create stubs for PVM module as a new vendor
2024-02-26 15:15:32 linux-kernel [RFC PATCH 65/73] x86/kvm: Patch KVM hypercall as PVM hypercall
2024-02-26 15:13:54 linux-kernel [RFC PATCH 09/73] KVM: x86: Add PVM virtual MSRs into emulated_msrs_all[]
2024-02-26 15:12:02 linux-kernel [RFC PATCH 04/73] x86/entry: Implement direct switching for the switcher
2024-02-26 15:11:26 linux-kernel [RFC PATCH 03/73] x86/entry: Implement switcher for PVM VM enter/exit
2024-02-26 15:09:04 linux-kernel [RFC PATCH 02/73] x86/ABI/PVM: Add PVM-specific ABI header file
2024-02-26 15:05:12 linux-kernel [RFC PATCH 59/73] x86/pti: Force enabling KPTI for PVM guest
2024-02-26 15:04:30 linux-kernel [RFC PATCH 56/73] x86/pvm: Relocate kernel image early in PVH entry
2024-02-26 15:04:25 linux-kernel [RFC PATCH 73/73] x86/pvm: Disable some unsupported syscalls and features
2024-02-26 15:04:08 linux-kernel [RFC PATCH 71/73] x86/pvm: Adapt pushf/popf in this_cpu_cmpxchg16b_emu()
2024-02-26 15:03:54 linux-kernel [RFC PATCH 54/73] x86/pvm: Detect PVM hypervisor support
2024-02-26 15:03:43 linux-kernel [RFC PATCH 68/73] x86/pvm: Implement irq related PVOPS
2024-02-26 15:03:31 linux-kernel [RFC PATCH 53/73] x86/pvm: Add Kconfig option and the CPU feature bit for PVM guest
2024-02-26 15:03:25 linux-kernel [RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM
2024-02-26 15:02:47 linux-kernel [RFC PATCH 51/73] x86/tools/relocs: Append relocations into input file
2024-02-26 15:01:56 linux-kernel [RFC PATCH 49/73] KVM: x86/PVM: Implement emulation for non-PVM mode
2024-02-26 15:00:48 linux-kernel [RFC PATCH 64/73] x86/pvm: Enable PVM event delivery
2024-02-26 15:00:06 linux-kernel [RFC PATCH 62/73] x86/pvm: Add early kernel event entry and dispatch code
2024-02-26 14:59:27 linux-kernel [RFC PATCH 60/73] x86/pvm: Add event entry/exit and dispatch code
2024-02-26 14:58:48 linux-kernel [RFC PATCH 58/73] x86/pvm: Relocate kernel address space layout
2024-02-26 14:58:28 linux-kernel [RFC PATCH 57/73] x86/pvm: Make cpu entry area and vmalloc area variable
2024-02-26 14:57:45 linux-kernel [RFC PATCH 55/73] x86/pvm: Relocate kernel image to specific virtual address range
2024-02-26 14:57:01 linux-kernel [RFC PATCH 52/73] x86/boot: Allow to do relocation for uncompressed kernel
2024-02-26 14:56:46 linux-kernel [RFC PATCH 41/73] KVM: x86/PVM: Allow to load guest TLS in host GDT
2024-02-26 14:56:18 linux-kernel [RFC PATCH 39/73] KVM: x86/PVM: Handle hypercall for CR3 switching
2024-02-26 14:55:51 linux-kernel [RFC PATCH 50/73] x86/tools/relocs: Cleanup cmdline options
2024-02-26 14:54:07 linux-kernel [RFC PATCH 46/73] KVM: x86/PVM: Support for CPUID faulting
2024-02-26 14:53:29 linux-kernel [RFC PATCH 44/73] KVM: x86/PVM: Implement TSC related callbacks
2024-02-26 14:53:24 linux-kernel [RFC PATCH 43/73] KVM: x86/PVM: Enable direct switching
2024-02-26 14:53:17 linux-kernel [RFC PATCH 42/73] KVM: x86/PVM: Support for kvm_exit() tracepoint
2024-02-26 14:51:57 linux-kernel [RFC PATCH 40/73] KVM: x86/PVM: Handle hypercall for loading GS selector
2024-02-26 14:51:13 linux-kernel [RFC PATCH 38/73] KVM: x86/PVM: Handle hypercalls for privilege instruction emulation
2024-02-26 14:50:53 linux-kernel [RFC PATCH 18/73] KVM: x86/PVM: Implement VM/VCPU initialization related callbacks
2024-02-26 14:50:52 linux-kernel [RFC PATCH 37/73] KVM: x86/PVM: Use host PCID to reduce guest TLB flushing
2024-02-26 14:50:27 linux-kernel [RFC PATCH 36/73] KVM: x86/PVM: Handle KVM hypercall
2024-02-26 14:50:07 linux-kernel [RFC PATCH 35/73] KVM: x86/PVM: Handle PVM_SYNTHETIC_CPUID synthetic instruction
2024-02-26 14:49:41 linux-kernel [RFC PATCH 34/73] KVM: x86/PVM: Handle ERETU/ERETS synthetic instruction
2024-02-26 14:49:24 linux-kernel [RFC PATCH 33/73] KVM: x86/PVM: Handle VM-exit due to hardware exceptions
2024-02-26 14:48:56 linux-kernel [RFC PATCH 32/73] KVM: x86/PVM: Enable guest debugging functions
2024-02-26 14:48:20 linux-kernel [RFC PATCH 30/73] KVM: x86/PVM: Implement segment related callbacks
2024-02-26 14:48:10 linux-kernel [RFC PATCH 27/73] KVM: x86/PVM: Implement event injection related callbacks
2024-02-26 14:48:09 linux-kernel [RFC PATCH 29/73] KVM: x86/PVM: Implement allowed range checking for #PF
2024-02-26 14:45:43 linux-kernel [RFC PATCH 25/73] KVM: x86/PVM: Implement APIC emulation related callbacks
2024-02-26 14:45:22 linux-kernel [RFC PATCH 24/73] KVM: x86/PVM: Introduce PVM mode switching
2024-02-26 14:45:00 linux-kernel [RFC PATCH 23/73] KVM: x86/PVM: Handle event handling related MSR read/write operation