summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf1-4/+4
2018-04-13x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke1-1/+2
2018-04-13x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf1-6/+6
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2-57/+0
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-13x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-02-13x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-2/+2
2018-02-13x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2018-02-13x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2-0/+57
2018-02-13x86/retpoline: Remove the esp/rsp thunkWaiman Long1-1/+0
2018-01-31Prevent timer value 0 for MWAITXJanakarajan Natarajan1-0/+7
2018-01-23kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu1-1/+2
2018-01-23retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu1-1/+1
2018-01-17x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse1-3/+4
2018-01-17x86/retpoline: Add initial retpoline supportDavid Woodhouse2-0/+49
2018-01-05x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky1-0/+105
2017-11-30x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-07-12x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni1-2/+5
2017-04-08x86/mce: Fix copy/paste error in exception table entriesTony Luck1-1/+1
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus 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-08x86: move exports to actual definitionsAl Viro13-1/+43
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-14/+16
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-95/+186
2016-07-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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_kil...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
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+5
2016-03-23kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+13
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-1/+1
2016-03-16x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck1-3/+4
2016-03-15Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+43
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-6/+6
2016-03-15Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+117
2016-03-14ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1