index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INIT
Sean Christopherson
1
-7
/
+5
2021-09-30
KVM: x86: WARN on non-zero CRs at RESET to detect improper initalization
Sean Christopherson
1
-0
/
+10
2021-09-30
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
3
-16
/
+21
2021-09-30
KVM: VMX: Move RESET emulation to vmx_vcpu_reset()
Sean Christopherson
1
-31
/
+32
2021-09-30
KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation
Sean Christopherson
1
-5
/
+1
2021-09-30
KVM: x86: Fold fx_init() into kvm_arch_vcpu_create()
Sean Christopherson
1
-12
/
+4
2021-09-30
KVM: x86: Remove defunct setting of XCR0 for guest during vCPU create
Sean Christopherson
1
-6
/
+1
2021-09-30
KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU create
Sean Christopherson
1
-2
/
+0
2021-09-30
KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT
Sean Christopherson
2
-2
/
+3
2021-09-30
KVM: x86: Simplify retrieving the page offset when loading PDTPRs
Sean Christopherson
1
-2
/
+2
2021-09-30
KVM: x86: Subsume nested GPA read helper into load_pdptrs()
Sean Christopherson
2
-41
/
+18
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
4
-5
/
+5
2021-09-30
Revert "x86/kvm: fix vcpu-id indexed array sizes"
Juergen Gross
2
-3
/
+3
2021-09-30
KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask
Vitaly Kuznetsov
3
-13
/
+2
2021-09-30
KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
Vitaly Kuznetsov
2
-2
/
+2
2021-09-30
KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
Vitaly Kuznetsov
1
-6
/
+9
2021-09-30
KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.
Vitaly Kuznetsov
2
-0
/
+2
2021-09-30
KVM: nVMX: Use INVALID_GPA for pointers used in nVMX.
Yu Zhang
2
-32
/
+32
2021-09-30
KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks
Sean Christopherson
1
-2
/
+2
2021-09-30
x86/kvmclock: Move this_cpu_pvti into kvmclock.h
Zelin Deng
2
-11
/
+16
2021-09-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-2
/
+3
2021-09-29
x86/boot: Fix make hdimage with older versions of mtools
H. Peter Anvin (Intel)
2
-9
/
+11
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-18
/
+48
2021-09-28
bpf, x86: Fix bpf mapping of atomic fetch implementation
Johan Almbladh
1
-5
/
+8
2021-09-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-171
/
+267
2021-09-27
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
Zhenzhong Duan
1
-1
/
+1
2021-09-27
x86/softirq: Disable softirq stacks on PREEMPT_RT
Thomas Gleixner
2
-0
/
+5
2021-09-26
Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-25
/
+35
2021-09-25
Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
5
-18
/
+12
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
3
-0
/
+5
2021-09-25
x86/umip: Downgrade warning messages to debug loglevel
Borislav Petkov
1
-4
/
+4
2021-09-24
x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses
Numfor Mbiziwo-Tiapo
1
-2
/
+2
2021-09-24
crypto: x86/sm4 - Fix frame pointer stack corruption
Josh Poimboeuf
1
-2
/
+3
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-20
/
+67
2021-09-23
KVM: X86: Synchronize the shadow pagetable before link it
Lai Jiangshan
2
-9
/
+31
2021-09-23
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
Lai Jiangshan
1
-21
/
+2
2021-09-23
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
1
-1
/
+0
2021-09-23
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
Maxim Levitsky
1
-0
/
+4
2021-09-23
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
1
-0
/
+2
2021-09-23
x86/mce: Sort mca_config members to get rid of unnecessary padding
Borislav Petkov
1
-6
/
+6
2021-09-23
x86/mce: Get rid of the ->quirk_no_way_out() indirect call
Borislav Petkov
2
-34
/
+35
2021-09-23
x86/mce: Get rid of msr_ops
Borislav Petkov
3
-75
/
+42
2021-09-23
x86/mce: Get rid of machine_check_vector
Borislav Petkov
5
-55
/
+53
2021-09-23
x86/mce: Get rid of the mce_severity function pointer
Borislav Petkov
4
-11
/
+6
2021-09-23
x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog()
Anders Roxell
1
-1
/
+1
2021-09-22
x86/asm: Fix SETZ size enqcmds() build failure
Kees Cook
1
-1
/
+1
2021-09-22
kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
Fares Mehanna
1
-0
/
+7
2021-09-22
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
Maxim Levitsky
3
-4
/
+7
2021-09-22
KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry
Maxim Levitsky
2
-2
/
+10
2021-09-22
KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state
Maxim Levitsky
1
-3
/
+14
[prev]
[next]