summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-212-6/+7
* | | | | | | | kprobes/x86: Don't call the ->break_handler() in x86 kprobesMasami Hiramatsu2018-06-214-49/+12
* | | | | | | | kprobes/x86: Remove jprobe implementationMasami Hiramatsu2018-06-212-96/+3
|/ / / / / / /
* | | | | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-152-5/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | KVM: x86: VMX: redo fix for link error without CONFIG_HYPERVArnd Bergmann2018-06-141-4/+2
| * | | | | | | KVM: x86: fix typo at kvm_arch_hardware_setup commentMarcelo Tosatti2018-06-141-1/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-153-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-152-2/+2
| * | | | | | | | mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams2018-06-151-1/+3
| |/ / / / / / /
* | | | | | | | Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-1/+1
* | | | | | | | x86: fix dependency of X86_32_LAZY_GSMasahiro Yamada2018-06-151-1/+1
|/ / / / / / /
* | | | | | | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-1410-12/+12
* | | | | | | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-1/+10
|\ \ \ \ \ \ \
| * | | | | | | stack-protector: test compiler capability in Kconfig and drop AUTO modeMasahiro Yamada2018-06-081-1/+10
* | | | | | | | KVM: x86: VMX: fix build without hyper-vLinus Torvalds2018-06-131-0/+3
* | | | | | | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1317-32/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
| * | | | | | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+3
| * | | | | | | | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-132-4/+6
| * | | | | | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-138-8/+8
| * | | | | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-137-8/+10
| * | | | | | | | Convert intel uncore to struct_sizeMatthew Wilcox2018-06-131-9/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1217-268/+813
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | kvm: fix typo in flag nameMichael S. Tsirkin2018-06-121-2/+2
| * | | | | | | kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-123-14/+26
| * | | | | | | KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-123-28/+38
| * | | | | | | KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
| * | | | | | | kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm2018-06-121-2/+13
| * | | | | | | kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson2018-06-041-9/+60
| * | | | | | | kvm: nVMX: Restrict VMX capability MSR changesJim Mattson2018-06-041-0/+7
| * | | | | | | KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2018-06-042-1/+8
| * | | | | | | kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-012-4/+4
| * | | | | | | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * | | | | | | KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov2018-05-261-0/+1
| * | | | | | | KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...Vitaly Kuznetsov2018-05-262-12/+125
| * | | | | | | KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov2018-05-263-1/+82
| * | | | | | | KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov2018-05-261-9/+12
| * | | | | | | KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov2018-05-261-3/+3
| * | | | | | | x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov2018-05-263-23/+23
| * | | | | | | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-2617-89/+410
| |\ \ \ \ \ \ \
| * | | | | | | | KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu2018-05-241-1/+2
| * | | | | | | | KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon2018-05-241-3/+16
| * | | | | | | | KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon2018-05-241-6/+14
| * | | | | | | | KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon2018-05-241-1/+1
| * | | | | | | | KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter2018-05-241-1/+7
| * | | | | | | | KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson2018-05-241-1/+0
| * | | | | | | | KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson2018-05-231-0/+157
| * | | | | | | | KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson2018-05-232-7/+20