aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-34/+130
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-1/+15
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+1
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+7
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu1-5/+4
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck1-0/+13
2016-03-08perf/x86/intel: Add definition for PT PMI bitStephane Eranian1-0/+1
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan1-9/+17
2016-03-08x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan1-1/+1
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan1-0/+4
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan1-0/+59
2016-03-08x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan2-4/+4
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar4-3/+31
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar5-4/+32
2016-02-29x86/topology: Create logical package idThomas Gleixner2-0/+13
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar4-3/+31
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-0/+2
2016-02-23x86: fix SMAP in 32-bit environmentsLinus Torvalds1-0/+26
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook3-13/+1
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook1-1/+0
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-1/+1
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2-24/+32
2016-02-18Merge tag 'v4.5-rc4' into ras/core, to pick up fixesIngo Molnar1-1/+1
2016-02-17Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar1-1/+1
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk1-2/+2
2016-02-09Merge tag 'v4.5-rc3' into locking/core, to refresh the treeIngo Molnar2-6/+5
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov1-1/+1
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan1-0/+4
2016-02-01x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han1-1/+1
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+5
2016-01-29locking/x86: Tweak the comment about use of wmb() for IOMichael S. Tsirkin1-1/+1
2016-01-29locking/x86: Drop a comment left over from X86_OOSTOREMichael S. Tsirkin1-4/+0
2016-01-29locking/x86: Add cc clobber for ADDLMichael S. Tsirkin1-3/+6
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich1-4/+2
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 Torvalds1-2/+0
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-5/+20
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
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 Torvalds1-22/+14
2016-01-18livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes1-1/+1
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-19/+37
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+7
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-1/+8