summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams1-6/+1
2016-01-15arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim1-0/+5
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov4-36/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+5
2016-01-15Merge branch 'pci/host-vmd' into nextBjorn Helgaas6-0/+791
2016-01-15x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch4-0/+743
2016-01-15x86/PCI: Allow DMA ops specific to a PCI domainKeith Busch2-0/+48
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+22
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner1-10/+53
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner3-7/+11
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner1-2/+16
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner1-13/+3
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner1-1/+3
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner1-2/+6
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner1-18/+15
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner1-1/+1
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner1-13/+25
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner1-8/+16
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner1-14/+8
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu1-3/+5
2016-01-15x86/irq: Validate that irq descriptor is still activeThomas Gleixner1-0/+9
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu1-8/+8
2016-01-15x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner1-1/+5
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-25/+4
2016-01-14x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2-6/+22
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-126/+199
2016-01-14x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter1-2/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+1
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski1-6/+6
2016-01-13x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-62/+27
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-7/+14
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+35
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+26
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-46/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+2
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+5
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-360/+1719
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-93/+41
2016-01-12x86: define __smp_xxxMichael S. Tsirkin1-19/+12
2016-01-12x86: reuse asm-generic/barrier.hMichael S. Tsirkin1-3/+2
2016-01-12x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin1-8/+1
2016-01-12x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-12lguest: Map switcher text R/ORusty Russell1-1/+3
2016-01-12x86/boot: Hide local labels in verify_cpu()Borislav Petkov1-25/+25
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2-5/+12
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu3-14/+46
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu1-0/+1
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu1-71/+38