summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-10Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-10mm: define pte_index as macro for x86Arjun Roy
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin
2020-04-10Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-10Merge branches 'acpi-ec' and 'acpi-x86'Rafael J. Wysocki
2020-04-09x86/xen: fix booting 32-bit pv guestJuergen Gross
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-08ACPI, x86/boot: make acpi_nobgrt staticJason Yan
2020-04-08x86/xen: make xen_pvmmu_arch_setup() staticJason Yan
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-07KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov
2020-04-07KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li
2020-04-07KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton
2020-04-07KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-04x86: ACPI: fix CPU hotplug deadlockQian Cai
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel
2020-04-02Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-04-02Merge tag 'x86-urgent-2020-04-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-02x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02x86/mm: use helper fault_signal_pending()Peter Xu
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual