aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2024-01-25x86/lib: Fix overflow when counting digitsColin Ian King
2023-02-06x86/asm: Fix an assembler warning with current binutilsMikulas Patocka
2022-06-14x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi
2022-05-12x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka
2021-05-22x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann
2020-12-30x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song
2020-12-11x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu
2020-10-01arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka
2020-06-30x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming
2020-02-24x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu
2019-12-31x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-08-29x86/lib/cpu: Address missing prototypes warningValdis Klētnieks
2019-06-11x86/insn-eval: Fix use-after-free access to LDT entryJann Horn
2019-05-31x86/uaccess: Fix up the fixupPeter Zijlstra
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-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams
2018-05-14x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsAlexey Dobriyan
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-28x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet
2018-03-27x86/msr: Allow rdmsr_safe_on_cpu() to scheduleEric Dumazet
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-20Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-13x86/asm: Trim clear_page.S includesAlexey Dobriyan
2018-02-13x86/error_inject: Make just_return_func() globally visibleArnd Bergmann
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-30x86/get_user: Use pointer masking to limit speculationDan Williams
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-28Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-27x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov
2018-01-24x86/retpoline: Remove the esp/rsp thunkWaiman Long
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller