summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-08-29x86/lib/cpu: Address missing prototypes warningValdis Klētnieks
2019-05-25x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook
2019-01-31x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake
2018-09-05x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-03-15Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-07x86/get_user: Use pointer masking to limit speculationDan Williams
2018-02-07x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-07x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-02-07x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-02-07x86/retpoline: Remove the esp/rsp thunkWaiman Long
2018-01-23kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu
2018-01-23retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu
2018-01-17x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse
2018-01-17x86/retpoline: Add initial retpoline supportDavid Woodhouse
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap
2017-12-25x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-11-30x86/decoder: Add new TEST instruction patternMasami Hiramatsu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-30x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-05-05x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke
2017-05-05Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar
2017-05-05x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-30Prevent timer value 0 for MWAITXJanakarajan Natarajan
2017-03-29x86: switch to RAW_COPY_USERAl Viro
2017-03-29x86: don't wank with magical size in __copy_in_user()Al Viro
2017-03-28kill __copy_from_user_nocache()Al Viro
2017-03-28amd64: get rid of zeroingAl Viro
2017-03-22x86/mce: Fix copy/paste error in exception table entriesTony Luck
2017-03-07x86/asm: Optimize clear_page()Borislav Petkov
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2017-01-22x86/timer: Make delay() work during early bootupJiri Slaby
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-11-16x86/msr: Cleanup/streamline MSR helpersBorislav Petkov
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov