index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-27
3
-33
/
+80
|
\
|
*
percpu: Wire up cmpxchg128
Peter Zijlstra
2023-06-05
3
-33
/
+80
*
|
Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-27
3
-61
/
+96
|
\
\
|
*
|
x86/lib: Make get/put_user() exception handling a visible symbol
Nadav Amit
2023-06-02
2
-28
/
+28
|
*
|
x86/csum: Fix clang -Wuninitialized in csum_partial()
Nathan Chancellor
2023-05-29
1
-4
/
+6
|
*
|
x86/csum: Improve performance of `csum_partial`
Noah Goldstein
2023-05-25
1
-32
/
+65
*
|
|
Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-06-26
2
-13
/
+20
|
\
\
\
|
*
|
|
x86/lib/msr: Clean up kernel-doc notation
Randy Dunlap
2023-06-06
1
-13
/
+19
|
*
|
|
x86/usercopy: Include arch_wb_cache_pmem() declaration
Arnd Bergmann
2023-05-18
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-06-26
1
-1
/
+1
|
\
\
\
|
*
|
|
x86/retbleed: Add __x86_return_thunk alignment checks
Borislav Petkov (AMD)
2023-05-17
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-06-26
1
-8
/
+5
|
\
\
\
|
*
|
|
x86/lib/memmove: Decouple ERMS from FSRM
Borislav Petkov (AMD)
2023-05-10
1
-8
/
+5
|
|
|
/
|
|
/
|
*
|
|
x86: re-introduce support for ERMS copies for user space accesses
Linus Torvalds
2023-05-26
1
-1
/
+9
|
|
/
|
/
|
*
|
x86/retbleed: Fix return thunk alignment
Borislav Petkov (AMD)
2023-05-12
1
-2
/
+2
|
/
*
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-28
1
-3
/
+3
|
\
|
*
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2023-03-23
1
-3
/
+3
*
|
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-28
2
-82
/
+55
|
\
\
|
*
|
x86/mm: Rework address range check in get_user() and put_user()
Kirill A. Shutemov
2023-03-16
2
-82
/
+55
|
|
/
*
|
Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-04-28
1
-9
/
+0
|
\
\
|
*
|
x86/uaccess: Remove memcpy_page_flushcache()
Ira Weiny
2023-03-16
1
-9
/
+0
|
|
/
*
|
x86: rewrite '__copy_user_nocache' function
x86-rep-insns
Linus Torvalds
2023-04-20
3
-214
/
+243
*
|
x86: remove 'zerorest' argument from __copy_user_nocache()
Linus Torvalds
2023-04-19
2
-3
/
+3
*
|
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
2023-04-18
1
-156
/
+133
*
|
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
2023-04-18
1
-44
/
+70
*
|
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
2023-04-18
1
-34
/
+21
*
|
x86: move stac/clac from user copy routines into callers
Linus Torvalds
2023-04-18
2
-11
/
+5
*
|
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
2023-04-18
1
-75
/
+0
*
|
x86: don't use REP_GOOD or ERMS for user memory copies
Linus Torvalds
2023-04-18
1
-44
/
+7
*
|
x86: don't use REP_GOOD or ERMS for small memory clearing
Linus Torvalds
2023-04-18
1
-36
/
+11
*
|
x86: don't use REP_GOOD or ERMS for small memory copies
Linus Torvalds
2023-04-18
1
-24
/
+10
|
/
*
Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-02-21
1
-0
/
+1
|
\
|
*
x86/opcode: Add the LKGS instruction to x86-opcode-map
H. Peter Anvin (Intel)
2023-01-12
1
-0
/
+1
*
|
Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-20
2
-1
/
+5
|
\
\
|
*
|
x86/lib: Fix compiler and kernel-doc warnings
Anuradha Weeraman
2023-01-03
1
-1
/
+3
|
*
|
x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time
Anuradha Weeraman
2023-01-03
1
-0
/
+2
*
|
|
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-31
2
-11
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...
Jason A. Donenfeld
2023-01-03
1
-10
/
+10
|
*
|
x86/asm: Fix an assembler warning with current binutils
Mikulas Patocka
2023-01-03
1
-1
/
+1
|
|
/
*
/
entry, kasan, x86: Disallow overriding mem*() functions
Peter Zijlstra
2023-01-13
3
-5
/
+8
|
/
*
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-14
3
-21
/
+149
|
\
|
*
Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts
Ingo Molnar
2022-11-21
1
-0
/
+3
|
|
\
|
*
|
x86/calldepth: Add ret/call counting for debug
Thomas Gleixner
2022-10-17
1
-1
/
+6
|
*
|
x86/retpoline: Add SKL retthunk retpolines
Peter Zijlstra
2022-10-17
1
-8
/
+63
|
*
|
x86/retbleed: Add SKL return thunk
Thomas Gleixner
2022-10-17
1
-0
/
+31
|
*
|
x86/putuser: Provide room for padding
Thomas Gleixner
2022-10-17
1
-13
/
+49
|
*
|
x86/error_inject: Align function properly
Peter Zijlstra
2022-10-17
1
-0
/
+1
*
|
|
Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-13
3
-187
/
+201
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86/mem: Move memmove to out of line assembler
Nick Desaulniers
2022-11-01
3
-187
/
+201
|
|
/
*
/
x86/uaccess: instrument copy_from_user_nmi()
Alexander Potapenko
2022-11-08
1
-0
/
+3
|
/
[next]