summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-154-5/+6
|\
| * ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2016-12-091-2/+2
| * tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-093-3/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-152-6/+4Star
|\ \
| * | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-2/+2
| * | kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-151-1/+2
| * | Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-151-3/+0Star
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1410-577/+460Star
|\ \ \
| * | | crypto: aesni - Convert to skcipherHerbert Xu2016-11-282-569/+343Star
| * | | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-282-2/+111
| * | | crypto: sha-mb - Fix total_len for correct hash when larger than 512MBGreg Tucker2016-11-176-6/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
* | | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-143-9/+13
|\ \ \ \
| * | | | xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton2016-12-091-3/+3
| * | | | x86: Make E820_X_MAX unconditionally larger than E820MAXAlex Thorlton2016-12-091-4/+8
| * | | | xen/pci: Bubble up error and fix description.Konrad Rzeszutek Wilk2016-12-081-2/+2
* | | | | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-141-1/+0Star
|\ \ \ \ \
| * | | | | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck2016-11-071-1/+0Star
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-1414-564/+1193
|\ \ \ \ \ \
| * | | | | | KVM: x86: Handle the kthread worker using the new APIPetr Mladek2016-12-082-11/+7Star
| * | | | | | KVM: nVMX: invvpid handling improvementsJan Dakinevich2016-12-081-0/+10
| * | | | | | KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek2016-12-082-7/+19
| * | | | | | KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek2016-12-083-16/+45
| * | | | | | KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek2016-12-081-4/+19
| * | | | | | KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek2016-12-081-2/+14
| * | | | | | KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack2016-12-081-9/+9
| * | | | | | KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack2016-12-081-3/+52
| * | | | | | KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack2016-12-081-24/+53
| * | | | | | KVM: nVMX: support restore of VMX capability MSRsDavid Matlack2016-12-082-24/+297
| * | | | | | KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack2016-12-081-26/+19Star
| * | | | | | KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey2016-12-081-1/+0Star
| * | | | | | KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey2016-12-085-124/+103Star
| * | | | | | KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey2016-12-081-20/+33
| * | | | | | KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey2016-12-081-6/+6
| * | | | | | KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey2016-12-084-6/+5Star
| * | | | | | kvm: svm: Add kvm_fast_pio_in supportTom Lendacky2016-11-243-2/+47
| * | | | | | kvm: svm: Add support for additional SVM NPF error codesTom Lendacky2016-11-243-4/+29
| * | | | | | kvm: x86: don't print warning messages for unimplemented msrsBandan Das2016-11-222-3/+4
| * | | | | | KVM: nVMX: invvpid handling improvementsJan Dakinevich2016-11-221-12/+24
| * | | | | | KVM: VMX: clean up declaration of VPID/EPT invalidation typesJan Dakinevich2016-11-221-1/+4
| * | | | | | kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson2016-11-222-4/+11
| * | | | | | kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS supportLuwei Kang2016-11-161-1/+13
| * | | | | | KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář2016-11-161-1/+128
| * | | | | | KVM: x86: add asm_safe wrapperRadim Krčmář2016-11-161-11/+23
| * | | | | | KVM: x86: save one bit in ctxt->dRadim Krčmář2016-11-161-10/+13
| * | | | | | KVM: x86: add Align16 instruction flagRadim Krčmář2016-11-161-8/+12
| * | | | | | kvm: x86: remove unused but set variableJiang Biao2016-11-161-3/+0Star
| * | | | | | kvm: x86: hyperv: make function static to avoid compiling warningJiang Biao2016-11-161-1/+1
| * | | | | | kvm: x86: cpuid: remove the unnecessary variableJiang Biao2016-11-161-2/+2