summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-016-14/+20
* x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-10-301-2/+10
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-304-47/+19
* x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-10-292-1/+11
* x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
* x86/traps: Use format string with panic() callRasmus Villemoes2018-10-291-1/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-2920-63/+63
*---. Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-292-12/+21
|\ \ \
| | * | x86/microcode: Make revision and processor flags world-readableJacek Tomaka2018-09-021-2/+2
| * | | x86/earlyprintk: Add a force option for pciserial deviceFeng Tang2018-10-021-10/+19
* | | | Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2018-10-2968-9823/+2614
|\ \ \ \
| * \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-273-96/+12
| |\ \ \ \
| | * | | | Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"Masayoshi Mizuma2018-10-271-12/+3
| | * | | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-271-5/+0
| | * | | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-271-7/+0
| | * | | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-271-6/+0
| | * | | | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-271-15/+0
| | * | | | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-271-5/+0
| | * | | | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-271-5/+0
| | * | | | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-271-6/+0
| | * | | | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-271-6/+0
| | * | | | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-271-6/+0
| | * | | | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-271-8/+0
| | * | | | x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-271-15/+9
| * | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
| |\ \ \ \ \
| | * | | | | x86: DT: use for_each_of_cpu_node iteratorRob Herring2018-09-281-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-0/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-0/+2
| | |\ \ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | | * | | iommu/vt-d: Relocate struct/function declarations to its header filesSohil Mehta2018-09-251-0/+2
| | | | |/ / / | | | |/| | |
| * | | | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2618-1075/+2426
| |\ \ \ \ \ \
| | * | | | | | KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2018-10-241-1/+1
| | * | | | | | Revert "kvm: x86: optimize dr6 restore"Radim Krčmář2018-10-231-9/+4
| | * | | | | | x86/kvm/nVMX: tweak shadow fieldsVitaly Kuznetsov2018-10-192-9/+6
| | * | | | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-1916-40/+235
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | KVM: VMX: enable nested virtualization by defaultPaolo Bonzini2018-10-171-1/+1
| | * | | | | | KVM/x86: Use 32bit xor to clear registers in svm.cUros Bizjak2018-10-172-16/+18
| | * | | | | | kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson2018-10-171-0/+5
| | * | | | | | kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson2018-10-172-31/+62
| | * | | | | | kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-174-21/+62
| | * | | | | | kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson2018-10-171-7/+15
| | * | | | | | kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson2018-10-173-18/+51
| | * | | | | | kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson2018-10-172-0/+10
| | * | | | | | x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov2018-10-173-20/+65
| | * | | | | | x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-10-171-7/+8
| | * | | | | | x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov2018-10-171-2/+10
| | * | | | | | x86/kvm/hyperv: don't clear VP assist pages on initVitaly Kuznetsov2018-10-171-1/+7
| | * | | | | | KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS caseVitaly Kuznetsov2018-10-171-53/+65
| | * | | | | | KVM: nVMX: implement enlightened VMPTRLD and VMCLEARVitaly Kuznetsov2018-10-171-7/+108
| | * | | | | | KVM: nVMX: add enlightened VMCS stateVitaly Kuznetsov2018-10-171-17/+423
| | * | | | | | KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov2018-10-174-0/+64