summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-122-5/+7
|\ \ \ \ \ \ \
| * | | | | | | xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-101-1/+3
| * | | | | | | x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk2018-03-211-4/+4
* | | | | | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-04-111-0/+1
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-111-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+1
| | |/ / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-111-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | um: Compile with modern headersJason A. Donenfeld2018-03-291-0/+1
| * | | | | | | | | um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1
* | | | | | | | | | xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-115-12/+31
* | | | | | | | | | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+11
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-0932-682/+2588
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | kvm: x86: fix a prototype warningPeng Hao2018-04-061-1/+1
| * | | | | | | | kvm: x86: fix a compile warningPeng Hao2018-04-041-1/+1
| * | | | | | | | KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li2018-04-041-1/+15
| * | | | | | | | KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-044-16/+18
| * | | | | | | | KVM: vmx: unify adjacent #ifdefsPaolo Bonzini2018-04-041-7/+3
| * | | | | | | | x86: kvm: hide the unused 'cpu' variableArnd Bergmann2018-04-041-0/+2
| * | | | | | | | KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson2018-04-041-12/+1
| * | | | | | | | Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson2018-04-041-1/+1
| * | | | | | | | kvm: Add emulation for movups/movupdStefan Fritsch2018-04-041-1/+7
| * | | | | | | | KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson2018-04-041-6/+14
| * | | | | | | | KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon2018-03-281-8/+0
| * | | | | | | | KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon2018-03-281-13/+20
| * | | | | | | | KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon2018-03-281-2/+12
| * | | | | | | | KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-285-11/+33
| * | | | | | | | KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon2018-03-281-5/+0
| * | | | | | | | x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov2018-03-282-10/+615
| * | | | | | | | x86/hyper-v: detect nested featuresVitaly Kuznetsov2018-03-283-0/+10
| * | | | | | | | x86/hyper-v: define struct hv_enlightened_vmcs and clean field bitsVitaly Kuznetsov2018-03-281-0/+200
| * | | | | | | | x86/hyper-v: allocate and use Virtual Processor Assist PagesVitaly Kuznetsov2018-03-283-3/+66
| * | | | | | | | x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek2018-03-284-11/+11
| * | | | | | | | x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov2018-03-283-84/+66
| * | | | | | | | x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-286-6/+13
| * | | | | | | | KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li2018-03-281-3/+9
| * | | | | | | | KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-282-3/+105
| * | | | | | | | KVM: SVM: Add pause filter thresholdBabu Moger2018-03-282-1/+4
| * | | | | | | | KVM: VMX: Bring the common code to header fileBabu Moger2018-03-282-42/+45
| * | | | | | | | KVM: VMX: Remove ple_window_actual_maxBabu Moger2018-03-281-25/+6
| * | | | | | | | KVM: VMX: Fix the module parameters for vmxBabu Moger2018-03-281-13/+14
| * | | | | | | | KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-284-19/+20
| * | | | | | | | kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter2018-03-231-8/+7
| * | | | | | | | KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-232-73/+79
| * | | | | | | | KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2018-03-232-19/+31
| * | | | | | | | KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-234-2/+15
| * | | | | | | | KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-233-0/+37
| * | | | | | | | KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini2018-03-211-1/+3
| * | | | | | | | KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-213-2/+23
| * | | | | | | | x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-163-2/+9
| * | | | | | | | x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-163-3/+29
OpenPOWER on IntegriCloud