summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-049-71/+29
|\
| * x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2020-06-042-27/+1
| * mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-042-2/+2
| * mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-4/+0
| * mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-6/+0
| * hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-041-1/+1
| * hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-041-16/+0
| * hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-041-4/+13
| * mm: make deferred init's max threads arch-specificDaniel Jordan2020-06-041-0/+12
| * mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-041-4/+1
| * mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-041-9/+0
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-041-1/+1
| * mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-041-1/+0
| * mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-041-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-042-4/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-017-57/+74
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2414-111/+161
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1519-111/+191
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-151-2/+2
| |\ \ \ \ \
| | * | | | | bpf, i386: Remove unneeded conversion to boolJason Yan2020-05-071-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-077-20/+35
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-2/+1
| |\ \ \ \ \ \
| | * | | | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-0452-1741/+2980
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron2020-06-011-0/+28
| * | | | | | | | x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron2020-06-011-1/+1
| * | | | | | | | x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron2020-06-015-3/+232
| * | | | | | | | x86/hyper-v: Add synthetic debugger definitionsJon Doron2020-06-012-0/+33
| * | | | | | | | KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-011-8/+4
| * | | | | | | | KVM: nVMX: Fix VMX preemption timer migrationPeter Shier2020-06-013-8/+52
| * | | | | | | | KVM: x86/pmu: Support full width countingLike Xu2020-06-016-5/+66
| * | | | | | | | KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-015-17/+21
| * | | | | | | | KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-06-013-1/+4
| * | | | | | | | KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-013-4/+26
| * | | | | | | | KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov2020-06-013-28/+81
| * | | | | | | | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-012-2/+2
| * | | | | | | | KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov2020-06-0110-25/+36
| * | | | | | | | Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov2020-06-011-22/+1
| * | | | | | | | KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-011-1/+1
| * | | | | | | | KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini2020-06-016-7/+171
| * | | | | | | | KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini2020-06-013-7/+14
| * | | | | | | | KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini2020-06-013-2/+25
| * | | | | | | | KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini2020-06-011-9/+14
| * | | | | | | | KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini2020-06-013-7/+1
| * | | | | | | | KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-014-8/+5
| * | | | | | | | KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2020-06-012-14/+49
| * | | | | | | | KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini2020-06-011-1/+5
| * | | | | | | | KVM: nSVM: extract svm_set_gifPaolo Bonzini2020-06-014-37/+38
| * | | | | | | | KVM: nSVM: remove unnecessary ifPaolo Bonzini2020-06-011-2/+1
| * | | | | | | | KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini2020-06-013-25/+38