summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2024-06-161-1/+1
* x86/lib: Fix overflow when counting digitsColin Ian King2024-01-251-1/+1
* x86/asm: Fix an assembler warning with current binutilsMikulas Patocka2023-02-061-1/+1
* x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi2022-06-141-2/+2
* x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka2022-05-121-1/+1
* x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann2021-05-221-2/+2
* x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-12-303-8/+8
* x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-111-2/+3
* arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-10-011-1/+1
* x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-301-0/+1
* x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-02-241-1/+1
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-12-311-6/+12
* x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-171-2/+2
* x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-291-0/+1
* x86/insn-eval: Fix use-after-free access to LDT entryJann Horn2019-06-111-23/+24
* x86/uaccess: Fix up the fixupPeter Zijlstra2019-05-311-1/+2
* x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-05-251-0/+12
* x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-311-2/+2
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-0/+5
* x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-031-1/+1
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-0/+10
|\
| * x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams2018-05-221-0/+10
* | Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-042-58/+65
|\|
| * x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams2018-05-152-0/+35
| * x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-151-6/+14
| * x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams2018-05-151-9/+12
| * x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams2018-05-151-49/+10
* | x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsAlexey Dobriyan2018-05-141-5/+4
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-021-15/+28
|\
| * x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet2018-03-281-7/+4
| * x86/msr: Allow rdmsr_safe_on_cpu() to scheduleEric Dumazet2018-03-271-8/+24
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-2/+0
|\ \ | |/ |/|
| * x86/asm: Trim clear_page.S includesAlexey Dobriyan2018-02-131-2/+0
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-262-57/+0
|\ \
| * | Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2018-02-202-57/+0
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-0/+1
|\ \ \ | |/ / |/| |
| * | x86/error_inject: Make just_return_func() globally visibleArnd Bergmann2018-02-131-0/+1
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-1/+1
|\ \ | |/ |/|
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-042-4/+14
|\|
| * x86/get_user: Use pointer masking to limit speculationDan Williams2018-01-301-0/+10
| * x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-2/+2
| * x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-01-301-4/+4
| * Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-304-4/+1389
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-312-0/+20
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-2/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-3/+53
| |\ \ \ \
| * | | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-122-0/+20
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+1
|\ \ \ \ \ \
| * | | | | | x86/timer: Don't inline __const_udelayAndi Kleen2018-01-141-1/+1