Kyle Huey ([email protected])

Number of posts: 306 (0.09 per day)
First post: 2015-06-15 18:46:21
Last post: 2024-04-13 14:17:42

Date List Subject
2017-03-11 19:48:29 linux-kernel [PATCH v15 8/9] KVM: x86: virtualize cpuid faulting
2017-03-11 19:48:19 linux-kernel [PATCH v15 4/9] x86/syscalls/32: Wire up arch_prctl on x86-32
2017-03-11 19:48:08 linux-kernel [PATCH v15 1/9] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
2017-03-11 19:47:56 linux-kernel [PATCH v15 2/9] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
2017-03-11 19:47:34 linux-kernel [PATCH v15 3/9] x86/arch_prctl: Add do_arch_prctl_common
2017-03-11 19:47:18 linux-kernel [PATCH v15 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2017-03-08 22:08:04 linux-kernel Re: [PATCH v2 0/3] x86/process: Optimize __switch_to_xtra()
2016-12-06 23:04:53 linux-kernel [PATCH] x86: Optimize TIF checking in __switch_to_xtra.
2016-12-03 15:55:23 linux-kernel Re: [PATCH v13 0/8] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-30 18:52:57 linux-kernel Re: [PATCH v2 0/5] KVM: VMX: Fix single stepping with emulated instructions
2016-11-29 20:42:20 linux-kernel [PATCH v2 1/5] KVM: x86: Add a return value to kvm_emulate_cpuid
2016-11-29 20:42:10 linux-kernel [PATCH v2 2/5] KVM: VMX: Reorder some skip_emulated_instruction calls
2016-11-29 20:41:32 linux-kernel [PATCH v2 5/5] KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.
2016-11-29 20:41:23 linux-kernel [PATCH v2 3/5] KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12
2016-11-29 20:41:09 linux-kernel [PATCH v2 4/5] KVM: x86: Add kvm_skip_emulated_instruction and use it.
2016-11-29 20:40:55 linux-kernel [PATCH v2 0/5] KVM: VMX: Fix single stepping with emulated instructions
2016-11-28 18:34:17 linux-kernel Re: [PATCH 5/5] KVM: VMX: Handle RFLAGS.TF in skip_emulated_instruction
2016-11-28 16:14:00 linux-kernel Re: [PATCH v13 6/8] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
2016-11-28 16:13:34 linux-kernel Re: [PATCH 5/5] KVM: VMX: Handle RFLAGS.TF in skip_emulated_instruction
2016-11-28 04:20:20 linux-kernel [PATCH 2/5] KVM: VMX: Reorder some skip_emulated_instruction calls
2016-11-28 04:20:08 linux-kernel [PATCH 1/5] KVM: x86: Add a return value to kvm_emulate_cpuid
2016-11-28 04:19:57 linux-kernel [PATCH 5/5] KVM: VMX: Handle RFLAGS.TF in skip_emulated_instruction
2016-11-28 04:19:51 linux-kernel [PATCH 4/5] KVM: x86: Add a return value to skip_emulated_instruction and propagate it.
2016-11-28 04:19:40 linux-kernel [PATCH 3/5] KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12
2016-11-28 04:19:26 linux-kernel [PATCH 0/5] KVM: VMX: Fix single stepping with emulated instructions.
2016-11-28 03:07:59 linux-kernel [PATCH v13 3/8] x86/arch_prctl: Add do_arch_prctl_common
2016-11-28 03:07:48 linux-kernel [PATCH v13 4/8] x86/syscalls/32: Wire up arch_prctl on x86-32
2016-11-28 03:07:38 linux-kernel [PATCH v13 5/8] x86/cpufeature: Detect CPUID faulting support
2016-11-28 03:06:57 linux-kernel [PATCH v13 6/8] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
2016-11-28 03:06:47 linux-kernel [PATCH v13 8/8] KVM: x86: virtualize cpuid faulting
2016-11-28 03:06:41 linux-kernel [PATCH v13 7/8] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID
2016-11-28 03:06:18 linux-kernel [PATCH v13 1/8] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
2016-11-28 03:06:08 linux-kernel [PATCH v13 2/8] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
2016-11-28 03:05:49 linux-kernel [PATCH v13 0/8] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-18 16:39:21 linux-kernel Re: [PATCH v12 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
2016-11-18 15:55:43 linux-kernel Re: [PATCH v12 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
2016-11-17 02:08:49 linux-kernel [PATCH v12 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
2016-11-17 02:08:14 linux-kernel [PATCH v12 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
2016-11-17 02:07:46 linux-kernel [PATCH v12 5/7] x86/cpufeature: Detect CPUID faulting support
2016-11-17 02:07:10 linux-kernel [PATCH v12 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
2016-11-17 02:06:53 linux-kernel [PATCH v12 7/7] KVM: x86: virtualize cpuid faulting
2016-11-17 02:06:37 linux-kernel [PATCH v12 3/7] x86/arch_prctl: Add do_arch_prctl_common
2016-11-17 02:06:35 linux-kernel [PATCH v12 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
2016-11-17 02:06:29 linux-kernel [PATCH v12 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-17 01:59:36 linux-kernel Re: [PATCH v11 7/7] KVM: x86: virtualize cpuid faulting
2016-11-16 16:40:14 linux-kernel Re: [PATCH v11 7/7] KVM: x86: virtualize cpuid faulting
2016-11-11 01:31:45 linux-kernel Re: [PATCH v11 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
2016-11-10 23:43:15 linux-kernel [PATCH v11 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
2016-11-10 23:42:50 linux-kernel [PATCH v11 3/7] x86/arch_prctl: Add do_arch_prctl_common
2016-11-10 23:41:51 linux-kernel [PATCH v11 5/7] x86/cpufeature: Detect CPUID faulting support
2016-11-10 23:41:49 linux-kernel [PATCH v11 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID