summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-02-24x86: fix SMAP in 32-bit environmentsLinus Torvalds1-0/+26
2016-02-23Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+6
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-47/+114
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2016-02-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-02-19mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins1-1/+1
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani1-4/+11
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin1-2/+2
2016-02-17x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani1-4/+32
2016-02-17x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani1-41/+73
2016-02-17perf/x86/amd/uncore: Plug reference leakThomas Gleixner1-0/+2
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk2-3/+6
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-02-12arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton1-0/+1
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar1-1/+1
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov1-1/+1
2016-02-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-103/+209
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+27
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra1-3/+1
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra1-1/+2
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich1-4/+2
2016-01-25crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper1-2/+4
2016-01-23pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler1-5/+6
2016-01-22Merge 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...Linus Torvalds8-75/+834
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian3-0/+24
2016-01-21x86/platform/quark: Print boundaries correctlyAndy Shevchenko1-5/+13
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin5-0/+5
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-0/+2
2016-01-20Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2-0/+248
2016-01-20platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty1-0/+147
2016-01-20platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha1-0/+101
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2-5/+17
2016-01-19x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko1-5/+3
2016-01-19x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2-2/+9
2016-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-30/+15
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 Torvalds15-93/+157
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+2
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-3/+0
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams2-3/+61
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-1/+8
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2-2/+8
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-0/+5