Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
434a1e94469d3b603f1efabfb044182de4cf88ef
/
arch
/
x86
434a1e9
KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm
by Sean Christopherson
· 7 years ago
3184a99
KVM: nVMX: fix vmentry failure code when L2 state would require emulation
by Paolo Bonzini
· 7 years ago
e40ff1d
KVM: nVMX: Do not load EOI-exitmap while running L2
by Liran Alon
· 7 years ago
35060ed
x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE
by Vitaly Kuznetsov
· 7 years ago
42b933b
x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread
by Vitaly Kuznetsov
· 7 years ago
b31c114
KVM: X86: Provide a capability to disable PAUSE intercepts
by Wanpeng Li
· 7 years ago
caa057a
KVM: X86: Provide a capability to disable HLT intercepts
by Wanpeng Li
· 7 years ago
4d5422c
KVM: X86: Provide a capability to disable MWAIT intercepts
by Wanpeng Li
· 7 years ago
2d7921c
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
by Arbel Moshe
· 7 years ago
9718420
KVM: x86: SVM: Intercept #GP to support access to VMware backdoor ports
by Liran Alon
· 7 years ago
9e86948
KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports
by Liran Alon
· 7 years ago
04789b6
KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
by Liran Alon
· 7 years ago
e236617
KVM: x86: Add emulation_type to not raise #UD on emulation failure
by Liran Alon
· 7 years ago
9a29d449
KVM: x86: Always allow access to VMware backdoor I/O ports
by Liran Alon
· 7 years ago
c4ae60e
KVM: x86: Add module parameter for supporting VMware backdoor
by Liran Alon
· 7 years ago
dca7f12
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
by Sean Christopherson
· 7 years ago
432baf6
KVM: VMX: use kvm_fast_pio_in for handling IN I/O
by Sean Christopherson
· 7 years ago
2bb8caf
KVM: vVMX: signal failure for nested VMEntry if emulation_required
by Sean Christopherson
· 7 years ago
e1de91c
KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest
by Sean Christopherson
· 7 years ago
b4d1851
KVM: VMX: give unrestricted guest full control of CR3
by Sean Christopherson
· 7 years ago
5dc1f04
KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest
by Sean Christopherson
· 7 years ago
1706bd0
KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST
by Sean Christopherson
· 7 years ago
e90008d
KVM: VMX: don't configure EPT identity map for unrestricted guest
by Sean Christopherson
· 7 years ago
f7eaeb0
KVM: VMX: don't configure RM TSS for unrestricted guest
by Sean Christopherson
· 7 years ago
915e6f7
x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked
by Vitaly Kuznetsov
· 7 years ago
98f65ad
x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change
by Vitaly Kuznetsov
· 7 years ago
a2e164e
x86/kvm/hyper-v: add reenlightenment MSRs support
by Vitaly Kuznetsov
· 7 years ago
ddd6f0e
KVM: x86: Update the exit_qualification access bits while walking an address
by KarimAllah Ahmed
· 7 years ago
1df372f
KVM: x86: Make enum conversion explicit in kvm_pdptr_read()
by Matthias Kaehlcke
· 7 years ago
0bcc3fb
KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
by Vitaly Kuznetsov
· 8 years ago
c51eb52
KVM: x86: Add support for AMD Core Perf Extension in guest
by Janakarajan Natarajan
· 8 years ago
e84b711
x86/msr: Add AMD Core Perf Extension MSRs
by Janakarajan Natarajan
· 8 years ago
0c7f650
KVM: nVMX: Enforce NMI controls on vmentry of L2 guests
by Krish Sadhukhan
· 7 years ago
1389309
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace
by Paolo Bonzini
· 7 years ago
6677f3d
KVM: nVMX: introduce struct nested_vmx_msrs
by Paolo Bonzini
· 7 years ago
6beacf7
KVM: X86: Don't use PV TLB flush with dedicated physical CPUs
by Wanpeng Li
· 8 years ago
b2798ba
KVM: X86: Choose qspinlock when dedicated physical CPUs are available
by Wanpeng Li
· 8 years ago
a4429e5
KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED
by Wanpeng Li
· 8 years ago
01643c5
KVM: x86: KVM_CAP_SYNC_REGS
by Ken Hofsass
· 8 years ago
faeb783
kvm: x86: hyperv: guest->host event signaling via eventfd
by Roman Kagan
· 8 years ago
cbc0236
kvm: x86: factor out kvm.arch.hyperv (de)init
by Roman Kagan
· 8 years ago
e64b956
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7225a44
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
03a6c259
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
0573fed
Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 7 years ago
b7e31be
KVM: x86: fix vcpu initialization with userspace lapic
by Radim Krčmář
· 7 years ago
518e7b9
KVM: X86: Allow userspace to define the microcode version
by Wanpeng Li
· 7 years ago
66421c1
KVM: X86: Introduce kvm_get_msr_feature()
by Wanpeng Li
· 7 years ago
d1d93fa
KVM: SVM: Add MSR-based feature support for serializing LFENCE
by Tom Lendacky
· 7 years ago
801e459
KVM: x86: Add a framework for supporting MSR-based features
by Tom Lendacky
· 7 years ago
945fd17
x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
by Thomas Gleixner
· 7 years ago
47b02f4
x86/xen: add tty0 and hvc0 as preferred consoles for dom0
by Juergen Gross
· 7 years ago
028091f
x86/platform/intel-mid: Handle Intel Edison reboot correctly
by Sebastian Panceac
· 7 years ago
71c208d
x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
by Juergen Gross
· 7 years ago
22636f8
x86/asm: Add instruction suffixes to bitops
by Jan Beulich
· 7 years ago
a368d7f
x86/entry/64: Add instruction suffix
by Jan Beulich
· 7 years ago
cb097be
x86/refcounts: Switch to UD2 for exceptions
by Kees Cook
· 7 years ago
85a2d93
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d4858aa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c23a757
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e912bf2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
297ea1b
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9c5e0af
KVM: SVM: Fix SEV LAUNCH_SECRET command
by Brijesh Singh
· 7 years ago
7607b71
KVM: SVM: install RSM intercept
by Brijesh Singh
· 7 years ago
3e23338
KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE command
by Brijesh Singh
· 7 years ago
4f2f61f
KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is disabled
by Wanpeng Li
· 8 years ago
afdc3f58
x86/kvm: Make parse_no_xxx __init for kvm
by Dou Liyang
· 8 years ago
fe2a302
KVM: x86: fix backward migration with async_PF
by Radim Krčmář
· 8 years ago
f75e492
kvm: fix warning for non-x86 builds
by Sebastian Ott
· 7 years ago
95e057e
KVM: X86: Fix SMRAM accessing even if VM is shutdown
by Wanpeng Li
· 8 years ago
135a06c
KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
by Chao Gao
· 8 years ago
103c763
KVM/x86: remove WARN_ON() for when vm_munmap() fails
by Eric Biggers
· 8 years ago
9915824
KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP
by Radim Krčmář
· 8 years ago
0b2e990
KVM: x86: move LAPIC initialization after VMCS creation
by Paolo Bonzini
· 7 years ago
9cb9c07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
4596749
x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations
by Samuel Neves
· 7 years ago
946fbbc
KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely()
by Paolo Bonzini
· 7 years ago
ecb586b
KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
by Paolo Bonzini
· 7 years ago
36e74d3
x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system
by Wang Hui
· 7 years ago
e84cf6a
x86/apic/vector: Handle vector release on CPU unplug correctly
by Thomas Gleixner
· 7 years ago
a493a87
bpf, x64: implement retpoline for tail call
by Daniel Borkmann
· 7 years ago
b21ebf2f
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
by H.J. Lu
· 8 years ago
ed7158b
treewide/trivial: Remove ';;$' typo noise
by Ingo Molnar
· 7 years ago
d5028ba
objtool, retpolines: Integrate objtool with retpoline support more closely
by Peter Zijlstra
· 8 years ago
0ca7d5b
x86/entry/64: Simplify ENCODE_FRAME_POINTER
by Josh Poimboeuf
· 7 years ago
9fbcc57
extable: Make init_kernel_text() global
by Josh Poimboeuf
· 7 years ago
f3d415e
x86/entry/64: Open-code switch_to_thread_stack()
by Dominik Brodowski
· 7 years ago
b2855d8
x86/entry/64: Move ASM_CLAC to interrupt_entry()
by Dominik Brodowski
· 7 years ago
3aa99fc
x86/entry/64: Remove 'interrupt' macro
by Dominik Brodowski
· 7 years ago
90a6acc
x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry()
by Dominik Brodowski
· 7 years ago
2ba6474
x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entry
by Dominik Brodowski
· 7 years ago
0e34d22
x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper function
by Dominik Brodowski
· 7 years ago
d72f4e2
x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
by Ingo Molnar
· 7 years ago
85c615e
x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
by Arnd Bergmann
· 7 years ago
531bb52
x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
by Peter Zijlstra
· 8 years ago
bd89004
x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
by Peter Zijlstra
· 8 years ago
3010a06
x86/paravirt, objtool: Annotate indirect calls
by Peter Zijlstra
· 8 years ago
9e0e3c5
x86/speculation, objtool: Annotate indirect calls/jumps for objtool
by Peter Zijlstra
· 8 years ago
8735871
x86/retpoline: Support retpoline builds with Clang
by David Woodhouse
· 7 years ago
dd84441
x86/speculation: Use IBRS if available before calling into firmware
by David Woodhouse
· 7 years ago
Next »