aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'pci/host-hv' into nextBjorn Helgaas1-0/+15
2016-03-15Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-tegra', 'pci/host-thunder', 'pci/host-vmd', 'pci/host-xilinx' and 'pci/host-xilinx-nwl' into nextBjorn Helgaas1-1/+34
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-7/+0
2016-03-10x86/PCI: VMD: Attach VMD resources to parent domain's resource treeJon Derrick1-0/+16
2016-03-10x86/PCI: VMD: Set bus resource start to 0Keith Busch1-1/+1
2016-03-10x86/PCI: VMD: Document code for maintainabilityKeith Busch1-0/+17
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas1-2/+0
2016-03-08PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa1-2/+0
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-3/+0
2016-02-16PCI: Add fwnode_handle to x86 pci_sysdataJake Oshins1-0/+15
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-22pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler1-5/+6
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2-46/+126
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-3/+7
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-75/+834
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin5-0/+5
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-0/+2
2016-01-19Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds2-0/+248
2016-01-19platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty1-0/+147
2016-01-19platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha1-0/+101
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-30/+15
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-93/+157
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+2
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-3/+0
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams2-3/+61
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-1/+8
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2-2/+8
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-0/+5
2016-01-15x86, mm: introduce _PAGE_DEVMAPDan Williams1-1/+6
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-7/+26
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams6-29/+31
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-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus 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/kernel/git/tip/tipLinus 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/git/nvdimm/nvdimmLinus 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/git/rafael/linux-pmLinus Torvalds4-62/+27
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+14