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-06-17
KVM: x86: Remove guest mode check from kvm_check_nested_events
Jim Mattson
1
-3
/
+0
2021-06-17
KVM: nVMX: Enable nested TSC scaling
Ilias Stamatis
1
-6
/
+18
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
7
-25
/
+41
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
5
-43
/
+30
2021-06-17
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
2
-0
/
+27
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
5
-0
/
+44
2021-06-17
KVM: nVMX: Add a TSC multiplier field in VMCS12
Ilias Stamatis
2
-1
/
+4
2021-06-17
KVM: X86: Add a ratio parameter to kvm_scale_tsc()
Ilias Stamatis
2
-10
/
+19
2021-06-17
KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()
Ilias Stamatis
1
-5
/
+5
2021-06-17
KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
Ilias Stamatis
3
-6
/
+9
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
6
-8
/
+71
2021-06-17
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
3
-47
/
+71
2021-06-17
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
3
-5
/
+16
2021-06-17
KVM: x86/mmu: Factor out allocating memslot rmap
Ben Gardon
1
-10
/
+27
2021-06-17
KVM: x86/mmu: Deduplicate rmap freeing
Ben Gardon
1
-8
/
+11
2021-06-17
KVM: x86: Do not write protect huge page in initially-all-set mode
Keqian Zhu
2
-31
/
+36
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
5
-11
/
+22
2021-06-17
KVM: hyper-v: Advertise support for fast XMM hypercalls
Siddharth Chandrasekaran
2
-1
/
+7
2021-06-17
KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
Siddharth Chandrasekaran
2
-19
/
+74
2021-06-17
KVM: hyper-v: Collect hypercall params into struct
Siddharth Chandrasekaran
1
-68
/
+79
2021-06-17
KVM: x86: Move FPU register accessors into fpu.h
Siddharth Chandrasekaran
3
-122
/
+158
2021-06-17
KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
Shaokun Zhang
2
-9
/
+7
2021-06-17
perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
Kan Liang
4
-3
/
+37
2021-06-15
x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
Kai Huang
1
-0
/
+1
2021-06-15
x86/tsx: Clear CPUID bits when TSX always force aborts
Pawan Gupta
3
-3
/
+40
2021-06-15
x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprecated
Pawan Gupta
1
-1
/
+7
2021-06-15
x86/msr: Define new bits in TSX_FORCE_ABORT MSR
Pawan Gupta
2
-0
/
+5
2021-06-15
x86/sev: Propagate #GP if getting linear instruction address failed
Joerg Roedel
1
-1
/
+8
2021-06-15
x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
Joerg Roedel
3
-18
/
+16
2021-06-15
x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
Joerg Roedel
1
-7
/
+7
2021-06-15
x86/sev: Fix error message in runtime #VC handler
Joerg Roedel
1
-1
/
+1
2021-06-14
x86, lto: Enable Clang LTO for 32-bit as well
Nathan Chancellor
1
-2
/
+2
2021-06-12
Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+8
2021-06-11
x86, lto: Pass -stack-alignment only on LLD < 13.0.0
Tor Vic
1
-2
/
+3
2021-06-11
KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
Sean Christopherson
1
-1
/
+25
2021-06-11
KVM: X86: Fix x86_emulator slab cache leak
Wanpeng Li
1
-0
/
+1
2021-06-11
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
1
-5
/
+15
2021-06-11
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()
ChenXiaoSong
1
-1
/
+1
2021-06-11
crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
Hangbin Liu
1
-1
/
+1
2021-06-10
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
1
-1
/
+4
2021-06-10
KVM: x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2
-0
/
+2
2021-06-10
KVM: SVM: fix doc warnings
ChenXiaoSong
1
-3
/
+3
2021-06-10
x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUs
CodyYao-oc
1
-2
/
+2
2021-06-10
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
1
-11
/
+15
2021-06-10
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-06-09
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
1
-0
/
+3
2021-06-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-20
/
+42
2021-06-09
x86/fpu: Add address range checks to copy_user_to_xstate()
Andy Lutomirski
1
-3
/
+3
2021-06-09
x86/pkru: Write hardware init value to PKRU when xstate is init
Thomas Gleixner
1
-2
/
+9
2021-06-09
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
Thomas Gleixner
1
-1
/
+1
[prev]
[next]