summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-161-2/+1Star
|\
| * KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
| * KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel2017-09-131-1/+0Star
* | x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definitionVitaly Kuznetsov2017-09-131-6/+0Star
* | x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-135-76/+10Star
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-3/+2Star
|\ \
| * | x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang2017-09-111-1/+0Star
| * | x86/mm: Make the SME mask a u64Borislav Petkov2017-09-071-2/+2
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-2/+0Star
|\ \ \
| * \ \ Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams2017-09-017-4/+20
| |\ \ \
| * | | | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-09-011-2/+0Star
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-095-8/+93
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: implement memset16, memset32 & memset64Matthew Wilcox2017-09-092-0/+60
| * | | | mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-0/+17
| * | | | mm: thp: enable thp migration in generic pathZi Yan2017-09-091-0/+2
| * | | | mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2017-09-092-8/+14
* | | | | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-095-32/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-085-6/+17
| |\ \ \ \
| * | | | | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-1/+1
| * | | | | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-16/+2Star
| * | | | | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-242-5/+7
| * | | | | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+3
| * | | | | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-1/+0Star
| * | | | | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-2/+2
| * | | | | KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-231-0/+6
| * | | | | KVM: SVM: Add Virtual GIF feature definitionJanakarajan Natarajan2017-08-231-0/+1
| * | | | | KVM: VMX: cleanup EPTP definitionsDavid Hildenbrand2017-08-181-5/+6
| * | | | | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-1/+2
| * | | | | kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-101-1/+0Star
| * | | | | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-0/+3
| * | | | | KVM: nVMX: Emulate EPTP switching for the L1 hypervisorBandan Das2017-08-071-0/+6
| * | | | | KVM: vmx: Enable VMFUNCsBandan Das2017-08-071-0/+3
* | | | | | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-071-5/+0Star
|\ \ \ \ \ \
| * | | | | | xen: remove unused function xen_set_domain_pte()Juergen Gross2017-08-311-2/+0Star
| * | | | | | xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-311-3/+0Star
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-073-1/+203
|\ \ \ \ \ \ \
| * | | | | | | tracing/hyper-v: Trace hyperv_mmu_flush_tlb_others()Vitaly Kuznetsov2017-08-311-0/+40
| * | | | | | | x86/hyper-v: Support extended CPU ranges for TLB flush hypercallsVitaly Kuznetsov2017-08-311-0/+10
| * | | | | | | Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-3130-65/+419
| |\ \ \ \ \ \ \
| * | | | | | | | x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-102-0/+10
| * | | | | | | | hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-0/+24
| * | | | | | | | x86/hyper-v: Implement rep hypercallsVitaly Kuznetsov2017-08-101-0/+39
| * | | | | | | | x86/hyper-v: Introduce fast hypercall implementationVitaly Kuznetsov2017-08-101-0/+34
| * | | | | | | | x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-101-0/+40
| * | | | | | | | x86/hyper-v: Include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov2017-08-101-1/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-3/+0Star
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-071-3/+0Star
* | | | | | | | x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-071-0/+2
|/ / / / / / /
* | | | | | | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-0/+1
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-031-0/+1
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |