aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-1/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+134
2017-07-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-4/+4
2017-06-30x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni1-2/+5
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams1-0/+6
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+128
2017-05-05x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibilityMatthias Kaehlcke1-1/+2
2017-05-05Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar5-363/+11
2017-05-05x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf1-6/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+7
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-352/+3
2017-04-30Prevent timer value 0 for MWAITXJanakarajan Natarajan1-0/+7
2017-03-29x86: switch to RAW_COPY_USERAl Viro2-222/+3
2017-03-29x86: don't wank with magical size in __copy_in_user()Al Viro1-9/+0
2017-03-28kill __copy_from_user_nocache()Al Viro1-118/+0
2017-03-28amd64: get rid of zeroingAl Viro2-8/+5
2017-03-22x86/mce: Fix copy/paste error in exception table entriesTony Luck1-1/+1
2017-03-07x86/asm: Optimize clear_page()Borislav Petkov1-10/+7
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-2/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2017-01-22x86/timer: Make delay() work during early bootupJiri Slaby1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-96/+49
2016-11-16x86/msr: Cleanup/streamline MSR helpersBorislav Petkov1-2/+2
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov3-96/+49
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds13-1/+43
2016-09-05x86/mce: Improve memcpy_mcsafe()Tony Luck1-3/+3
2016-08-11x86/mm/kaslr: Fix -Wformat-security warningNicolas Iooss1-1/+1
2016-08-08x86/hweight: Don't clobber %rdiVille Syrjälä1-0/+2
2016-08-07x86: move exports to actual definitionsAl Viro13-1/+43
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-14/+16
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-95/+186
2016-07-25Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+91
2016-07-23x86/insn: remove pcommitDan Williams1-1/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2-95/+186
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter1-1/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski5-20/+21
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker14-14/+16
2016-07-08x86/mm: Refactor KASLR entropy functionsThomas Garnier2-0/+91
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov2-1/+78
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-05-16locking/rwsem: Fix comment on register clobberingBorislav Petkov1-2/+4
2016-04-22locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_killable()Michal Hocko1-0/+2
2016-04-13locking/rwsem, x86: Provide __down_write_killable()Michal Hocko1-0/+8
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov1-2/+2