summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov2018-05-261-0/+1
* x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov2018-05-262-1/+17
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-05-262-3/+71
|\
| * x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner2018-05-191-1/+6
| * X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan2018-05-191-1/+0
| * X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan2018-05-192-1/+47
| * X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan2018-05-192-0/+16
| * X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan2018-05-191-1/+3
* | KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson2018-05-231-0/+2
* | kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson2018-05-141-1/+2
* | kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-1/+1
* | KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap supportVitaly Kuznetsov2018-05-141-1/+8
* | kvm: x86: Refactor mmu_free_roots()Junaid Shahid2018-05-141-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-294-12/+6
|\
| * x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina2018-04-261-4/+4
| * x86/vector: Remove the unused macro FPU_IRQDou Liyang2018-04-261-2/+0
| * x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang2018-04-261-5/+0
| * x86/cpufeatures: Enumerate cldemote instructionFenghua Yu2018-04-261-0/+1
| * x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-231-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-291-0/+5
|\ \
| * | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-0/+5
| |/
* | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-261-2/+17
|\ \ | |/ |/|
| * tracing/x86: Update syscall trace events to handle new prefixed syscall func ...Steven Rostedt (VMware)2018-04-251-2/+17
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-221-2/+0
|\ \
| * | x86/processor: Remove two unused function declarationsDou Liyang2018-04-171-2/+0
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-221-2/+0
|\ \ \ | |/ / |/| |
| * | Merge tag 'perf-core-for-mingo-4.17-20180413' of git://git.kernel.org/pub/scm...Ingo Molnar2018-04-161-2/+0
| |\ \ | | |/ | |/|
| | * Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang ta...Arnaldo Carvalho de Melo2018-04-121-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-161-0/+1
|\ \ \ | |/ / |/| |
| * | X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-154-13/+221
|\ \ \
| * \ \ Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-1255-567/+649
| |\ \ \
| | * | | syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming conventionDominik Brodowski2018-04-091-9/+9
| | * | | syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...Dominik Brodowski2018-04-091-17/+46
| | * | | syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski2018-04-092-23/+23
| | * | | syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski2018-04-091-17/+18
| | * | | syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64Dominik Brodowski2018-04-052-18/+6
| | * | | syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...Dominik Brodowski2018-04-051-4/+113
| | * | | syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski2018-04-053-0/+81
| | | |/ | | |/|
| * | | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-101-2/+2
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-153-18/+40
|\ \ \ \
| * | | | x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-121-0/+2
| * | | | x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-5/+22
| * | | | x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-091-13/+16
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+6
|\ \ \ \ \
| * | | | | x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...Sai Praneeth2018-04-051-1/+6
| | |_|/ / | |/| | |
* | | | | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-1/+1
* | | | | xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-0/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-097-103/+787
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-281-1/+1
OpenPOWER on IntegriCloud