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 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
2018-06-17
1
-1
/
+1
|
\
|
*
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-16
2
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV
Arnd Bergmann
2018-06-14
1
-4
/
+2
|
*
KVM: x86: fix typo at kvm_arch_hardware_setup comment
Marcelo Tosatti
2018-06-14
1
-1
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-06-15
3
-3
/
+5
|
\
\
|
*
|
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
2018-06-15
2
-2
/
+2
|
*
|
mm: fix devmem_is_allowed() for sub-page System RAM intersections
Dan Williams
2018-06-15
1
-1
/
+3
|
|
/
*
|
Kbuild: rename HAVE_CC_STACKPROTECTOR config variable
Masahiro Yamada
2018-06-15
1
-1
/
+1
*
|
x86: fix dependency of X86_32_LAZY_GS
Masahiro Yamada
2018-06-15
1
-1
/
+1
|
/
*
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2018-06-14
10
-12
/
+12
*
Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-06-13
1
-1
/
+10
|
\
|
*
stack-protector: test compiler capability in Kconfig and drop AUTO mode
Masahiro Yamada
2018-06-08
1
-1
/
+10
*
|
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
2018-06-12
1
-0
/
+3
*
|
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-12
17
-32
/
+39
|
\
\
|
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+2
|
*
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-2
/
+3
|
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
2
-4
/
+6
|
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
8
-8
/
+8
|
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
7
-8
/
+10
|
*
|
Convert intel uncore to struct_size
Matthew Wilcox
2018-06-12
1
-9
/
+10
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-12
17
-268
/
+813
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
kvm: fix typo in flag name
Michael S. Tsirkin
2018-06-12
1
-2
/
+2
|
*
|
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
2018-06-12
3
-14
/
+26
|
*
|
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
2018-06-12
3
-28
/
+38
|
*
|
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
2018-06-12
1
-32
/
+32
|
*
|
kvm: nVMX: Enforce cpl=0 for VMX instructions
Felix Wilhelm
2018-06-12
1
-2
/
+13
|
*
|
kvm: nVMX: Add support for "VMWRITE to any supported field"
Jim Mattson
2018-06-04
1
-9
/
+60
|
*
|
kvm: nVMX: Restrict VMX capability MSR changes
Jim Mattson
2018-06-04
1
-0
/
+7
|
*
|
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2018-06-04
2
-1
/
+8
|
*
|
kvm: Make VM ioctl do valloc for some archs
Marc Orr
2018-06-01
2
-4
/
+4
|
*
|
kvm: Change return type to vm_fault_t
Souptick Joarder
2018-06-01
1
-1
/
+1
|
*
|
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
2018-05-26
1
-0
/
+1
|
*
|
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
2018-05-26
2
-12
/
+125
|
*
|
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
2018-05-26
3
-1
/
+82
|
*
|
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
2018-05-26
1
-9
/
+12
|
*
|
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
2018-05-26
1
-3
/
+3
|
*
|
x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
Vitaly Kuznetsov
2018-05-26
3
-23
/
+23
|
*
|
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-05-26
17
-89
/
+410
|
|
\
\
|
*
|
|
KVM: x86: Expose CLDEMOTE CPU feature to guest VM
Jingqi Liu
2018-05-24
1
-1
/
+2
|
*
|
|
KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...
Liran Alon
2018-05-24
1
-3
/
+16
|
*
|
|
KVM: nVMX: Don't flush TLB when vmcs12 uses VPID
Liran Alon
2018-05-24
1
-6
/
+14
|
*
|
|
KVM: nVMX: Use vmx local var for referencing vpid02
Liran Alon
2018-05-24
1
-1
/
+1
|
*
|
|
KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
Dan Carpenter
2018-05-24
1
-1
/
+7
|
*
|
|
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
2018-05-24
1
-1
/
+0
|
*
|
|
KVM: nVMX: Ensure that VMCS12 field offsets do not change
Jim Mattson
2018-05-23
1
-0
/
+157
|
*
|
|
KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields
Jim Mattson
2018-05-23
2
-7
/
+20
|
*
|
|
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
Arnd Bergmann
2018-05-23
1
-3
/
+3
|
*
|
|
kvm: nVMX: Use nested_run_pending rather than from_vmentry
Jim Mattson
2018-05-23
1
-17
/
+18
|
*
|
|
kvm: mmu: Don't expose private memslots to L2
Jim Mattson
2018-05-14
1
-0
/
+8
[next]