Borislav Petkov
|
adb402cd14
x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants
|
8 年 前 |
Al Viro
|
784d5699ed
x86: move exports to actual definitions
|
9 年 前 |
Andy Lutomirski
|
13d4ea097d
x86/uaccess: Move thread_info::addr_limit to thread_struct
|
9 年 前 |
Ingo Molnar
|
3a2f2ac9b9
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
|
9 年 前 |
Toshi Kani
|
a82eee7424
x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __copy_user_nocache()
|
9 年 前 |
Toshi Kani
|
ee9737c924
x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable
|
9 年 前 |
Borislav Petkov
|
cd4d09ec6f
x86/cpufeature: Carve out X86_FEATURE_*
|
9 年 前 |
Ingo Molnar
|
131484c8da
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
|
10 年 前 |
Borislav Petkov
|
b41e6ec242
x86/asm/uaccess: Get rid of copy_user_nocache_64.S
|
10 年 前 |
Borislav Petkov
|
9e6b13f761
x86/asm/uaccess: Unify the ALIGN_DESTINATION macro
|
10 年 前 |
Borislav Petkov
|
de2ff88884
x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2
|
10 年 前 |
Borislav Petkov
|
48c7a2509f
x86/alternatives: Make JMPs more robust
|
10 年 前 |
Borislav Petkov
|
4332195c56
x86/alternatives: Add instruction padding
|
10 年 前 |
Borislav Petkov
|
338ea55579
x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define
|
10 年 前 |
H. Peter Anvin
|
661c80192d
x86-64, copy_user: Use leal to produce 32-bit results
|
11 年 前 |
Fenghua Yu
|
f4cb1cc18f
x86-64, copy_user: Remove zero byte check before copy user buffer.
|
11 年 前 |
H. Peter Anvin
|
63bcff2a30
x86, smap: Add STAC and CLAC instructions to control user space access
|
13 年 前 |
H. Peter Anvin
|
9732da8ca8
x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.S
|
13 年 前 |
Jiri Olsa
|
26afb7c661
x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit
|
14 年 前 |
Fenghua Yu
|
4307bec934
x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB
|
14 年 前 |
Lucas De Marchi
|
0d2eb44f63
x86: Fix common misspellings
|
14 年 前 |
H. Peter Anvin
|
df378ccfc4
x86, alternatives: Fix one more open-coded 8-bit alternative number
|
15 年 前 |
Jan Beulich
|
1b1d925818
x86-64: Modify copy_user_generic() alternatives mechanism
|
15 年 前 |
Frederic Weisbecker
|
3c93ca00ee
x86: Add missing might_fault() checks to copy_{to,from}_user()
|
15 年 前 |
Jan Beulich
|
1472248583
x86-64: __copy_from_user_inatomic() adjustments
|
15 年 前 |
Arjan van de Ven
|
9f0cf4adb6
x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()
|
16 年 前 |
Mike Galbraith
|
3fd382cedf
x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_user
|
16 年 前 |
Vitaly Mayatskikh
|
afd962a9e8
x86: wrong register was used in align macro
|
17 年 前 |
Jeremy Fitzhardinge
|
27cb0a75ba
x86: fix compile error in current tip.git
|
17 年 前 |
Vitaly Mayatskikh
|
ad2fc2cd92
x86: fix copy_user on x86
|
17 年 前 |