aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-30/+15
2016-01-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 15-93/+157
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-0/+2
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-3/+0
2016-01-15mm, x86: get_user_pages() for dax mappingsGravatar Dan Williams 2-3/+61
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdGravatar Dan Williams 1-1/+8
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tGravatar Dan Williams 2-2/+8
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tGravatar Dan Williams 1-0/+5
2016-01-15x86, mm: introduce _PAGE_DEVMAPGravatar Dan Williams 1-1/+6
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Gravatar Dan Williams 1-7/+26
2016-01-15kvm: rename pfn_t to kvm_pfn_tGravatar Dan Williams 6-29/+31
2016-01-15pmem, dax: clean up clear_pmem()Gravatar Dan Williams 1-6/+1
2016-01-15arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPGravatar Minchan Kim 1-0/+5
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 4-36/+1
2016-01-15mm: drop tail page refcountingGravatar Kirill A. Shutemov 1-4/+0
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Gravatar Kirill A. Shutemov 1-1/+5
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-6/+22
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-25/+4
2016-01-14x86: mm: support ARCH_MMAP_RND_BITSGravatar Daniel Cashman 2-6/+22
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 14-126/+199
2016-01-14x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Gravatar Dan Carpenter 1-2/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-17/+1
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountGravatar Andy Lutomirski 1-6/+6
2016-01-13x86/mm: Improve switch_mm() barrier commentsGravatar Andy Lutomirski 1-7/+8
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-62/+27
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-7/+14
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+35
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+26
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-46/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+2
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+5
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-360/+1719
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-93/+41
2016-01-12x86: define __smp_xxxGravatar Michael S. Tsirkin 1-19/+12
2016-01-12x86: reuse asm-generic/barrier.hGravatar Michael S. Tsirkin 1-3/+2
2016-01-12x86/um: reuse asm-generic/barrier.hGravatar Michael S. Tsirkin 1-8/+1
2016-01-12x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Gravatar Mario Kleiner 1-0/+8
2016-01-12lguest: Map switcher text R/OGravatar Rusty Russell 1-1/+3
2016-01-12x86/boot: Hide local labels in verify_cpu()Gravatar Borislav Petkov 1-25/+25
2016-01-12x86/fpu: Disable AVX when eagerfpu is offGravatar yu-cheng yu 2-5/+12
2016-01-12x86/fpu: Disable MPX when eagerfpu is offGravatar yu-cheng yu 3-14/+46
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEGravatar yu-cheng yu 1-0/+1
2016-01-12x86/fpu: Fix early FPU command-line parsingGravatar yu-cheng yu 1-71/+38
2016-01-12kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLGravatar Huaitong Han 1-1/+2
2016-01-12x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDGravatar Kefeng Wang 1-2/+1
2016-01-12x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Gravatar Dave Jones 1-0/+3
2016-01-12Merge commit 'linus' into x86/urgent, to pick up recent x86 changesGravatar Ingo Molnar 130-874/+2103
2016-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-3/+107
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 13-53/+127
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-94/+87