index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
2
-2
/
+2
|
\
|
*
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
2
-2
/
+2
*
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-05-19
3
-14
/
+17
|
\
\
|
|
/
|
/
|
|
*
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2019-05-09
3
-14
/
+17
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
20
-455
/
+568
|
\
\
|
*
|
Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
Sean Christopherson
2019-05-15
1
-25
/
+0
|
*
|
kvm: x86: Fix L1TF mitigation for shadow MMU
Kai Huang
2019-05-15
1
-5
/
+13
|
*
|
KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible
Sean Christopherson
2019-05-15
1
-22
/
+25
|
*
|
kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
Aaron Lewis
2019-05-08
1
-4
/
+6
|
*
|
KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...
Aaron Lewis
2019-05-08
1
-3
/
+3
|
*
|
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
2019-04-30
4
-12
/
+22
|
*
|
KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
Sean Christopherson
2019-04-30
2
-10
/
+8
|
*
|
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
2019-04-30
6
-80
/
+105
|
*
|
kvm, x86: Properly check whether a pfn is an MMIO or not
KarimAllah Ahmed
2019-04-30
3
-4
/
+20
|
*
|
KVM/nVMX: Use page_address_valid in a few more locations
KarimAllah Ahmed
2019-04-30
1
-3
/
+3
|
*
|
KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
KarimAllah Ahmed
2019-04-30
2
-10
/
+6
|
*
|
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
KarimAllah Ahmed
2019-04-30
1
-13
/
+12
|
*
|
KVM/nSVM: Use the new mapping API for mapping guest memory
KarimAllah Ahmed
2019-04-30
1
-49
/
+45
|
*
|
KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
KarimAllah Ahmed
2019-04-30
1
-8
/
+6
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
KarimAllah Ahmed
2019-04-30
2
-32
/
+13
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
2019-04-30
3
-24
/
+13
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
KarimAllah Ahmed
2019-04-30
2
-6
/
+8
|
*
|
X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory
KarimAllah Ahmed
2019-04-30
1
-8
/
+7
|
*
|
X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
Filippo Sironi
2019-04-30
1
-9
/
+29
|
*
|
X86/nVMX: Update the PML table without mapping and unmapping the page
KarimAllah Ahmed
2019-04-30
1
-9
/
+5
|
*
|
X86/nVMX: handle_vmon: Read 4 bytes from guest memory
KarimAllah Ahmed
2019-04-30
1
-11
/
+3
|
*
|
x86/kvm: Implement HWCR support
Borislav Petkov
2019-04-30
2
-5
/
+32
|
*
|
KVM: VMX: Include architectural defs header in capabilities.h
Sean Christopherson
2019-04-30
1
-0
/
+2
|
*
|
KVM: vmx: clean up some debug output
Dan Carpenter
2019-04-30
1
-2
/
+2
|
*
|
KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero
Sean Christopherson
2019-04-30
1
-3
/
+2
|
*
|
KVM: lapic: Check for a pending timer intr prior to start_hv_timer()
Sean Christopherson
2019-04-30
1
-3
/
+5
|
*
|
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
2019-04-30
3
-8
/
+11
|
*
|
KVM: lapic: Explicitly cancel the hv timer if it's pre-expired
Sean Christopherson
2019-04-30
1
-7
/
+15
|
*
|
KVM: lapic: Busy wait for timer to expire when using hv_timer
Sean Christopherson
2019-04-30
1
-1
/
+1
|
*
|
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
2019-04-30
3
-0
/
+9
|
*
|
KVM: x86: Add support of clear Trace_ToPA_PMI status
Luwei Kang
2019-04-30
3
-1
/
+12
|
*
|
KVM: x86: Inject PMI for KVM guest
Luwei Kang
2019-04-30
3
-1
/
+19
|
*
|
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
2019-04-16
1
-3
/
+0
|
*
|
KVM: x86: Inject #GP if guest attempts to set unsupported EFER bits
Sean Christopherson
2019-04-16
1
-0
/
+7
|
*
|
KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes
Sean Christopherson
2019-04-16
1
-13
/
+24
|
*
|
KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers
Sean Christopherson
2019-04-16
1
-12
/
+12
|
*
|
KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpers
Paolo Bonzini
2019-04-16
1
-21
/
+7
|
*
|
KVM: nVMX: Rename and split top-level consistency checks to match SDM
Sean Christopherson
2019-04-16
1
-14
/
+25
|
*
|
KVM: nVMX: Move guest non-reg state checks to VM-Exit path
Sean Christopherson
2019-04-16
1
-15
/
+15
|
*
|
kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentry
Krish Sadhukhan
2019-04-16
1
-0
/
+4
|
*
|
kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentry
Krish Sadhukhan
2019-04-16
1
-0
/
+4
|
*
|
KVM: x86: optimize check for valid PAT value
Paolo Bonzini
2019-04-16
3
-10
/
+12
|
*
|
KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
Paolo Bonzini
2019-04-16
1
-1
/
+0
|
*
|
KVM: vmx: print more APICv fields in dump_vmcs
Paolo Bonzini
2019-04-16
1
-2
/
+10
*
|
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-17
2
-12
/
+12
|
\
\
\
[next]