- 7e740ae Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
- 3376136 x86/mce: Reduce number of machine checks taken during recovery by Youquan Song · 3 years ago
- 244122b x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string() by Tony Luck · 3 years ago
- 6906584 x86/mce: Drop copyin special case for #MC by Tony Luck · 3 years, 4 months ago
- 5e21a3e x86/alternative: Merge include files by Juergen Gross · 3 years, 10 months ago
- a2f7340 x86/mce: Avoid tail copy when machine check terminated a copy from user by Tony Luck · 4 years, 3 months ago
- 278b917 x86/mce: Add _ASM_EXTABLE_CPY for copy user access by Youquan Song · 4 years, 3 months ago
- 6dcc562 x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
- fa97220 x86/uaccess: Annotate local function by Jiri Slaby · 5 years ago
- 98ededb x86/asm: Make some functions local labels by Jiri Slaby · 5 years ago
- 3a6ab4b x86/uaccess: Remove ELF function annotation from copy_user_handle_tail() by Josh Poimboeuf · 5 years ago
- 3fc2175 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224 by Thomas Gleixner · 6 years ago
- 3693ca8 x86/uaccess: Move copy_user_handle_tail() into asm by Peter Zijlstra · 6 years ago
- 75045f7 x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups by Jann Horn · 6 years ago
- 236222d x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings by Paolo Abeni · 8 years ago
- adb402c x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants by Borislav Petkov · 8 years ago
- 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
- 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
- 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- a82eee7 x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __copy_user_nocache() by Toshi Kani · 9 years ago
- ee9737c x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable by Toshi Kani · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 10 years ago
- b41e6ec x86/asm/uaccess: Get rid of copy_user_nocache_64.S by Borislav Petkov · 10 years ago
- 9e6b13f x86/asm/uaccess: Unify the ALIGN_DESTINATION macro by Borislav Petkov · 10 years ago
- de2ff88 x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2 by Borislav Petkov · 10 years ago
- 48c7a25 x86/alternatives: Make JMPs more robust by Borislav Petkov · 10 years ago
- 4332195 x86/alternatives: Add instruction padding by Borislav Petkov · 10 years ago
- 338ea55 x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define by Borislav Petkov · 10 years ago
- 661c801 x86-64, copy_user: Use leal to produce 32-bit results by H. Peter Anvin · 11 years ago
- f4cb1cc x86-64, copy_user: Remove zero byte check before copy user buffer. by Fenghua Yu · 11 years ago
- 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
- 9732da8 x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_64.S by H. Peter Anvin · 13 years ago
- 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 14 years ago
- 4307bec x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
- 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
- df378cc x86, alternatives: Fix one more open-coded 8-bit alternative number by H. Peter Anvin · 14 years ago
- 1b1d925 x86-64: Modify copy_user_generic() alternatives mechanism by Jan Beulich · 15 years ago
- 3c93ca0 x86: Add missing might_fault() checks to copy_{to,from}_user() by Frederic Weisbecker · 15 years ago
- 1472248 x86-64: __copy_from_user_inatomic() adjustments by Jan Beulich · 15 years ago
- 9f0cf4a x86: Use __builtin_object_size() to validate the buffer size for copy_from_user() by Arjan van de Ven · 15 years ago
- 3fd382c x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_user by Mike Galbraith · 16 years ago
- afd962a x86: wrong register was used in align macro by Vitaly Mayatskikh · 16 years ago
- 27cb0a7 x86: fix compile error in current tip.git by Jeremy Fitzhardinge · 16 years ago
- ad2fc2c x86: fix copy_user on x86 by Vitaly Mayatskikh · 17 years ago
- 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 17 years ago
- 42a886a x86-64: Fix "bytes left to copy" return value for copy_from_user() by Linus Torvalds · 17 years ago
- 185f3d3 x86_64: move lib by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/lib/copy_user_64.S]
- 6e7873f x86_64: prepare shared lib/copy_user.S by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/lib/copy_user.S]
- 3022d73 [PATCH] Fix zeroing on exception in copy_*_user by Andi Kleen · 18 years ago
- 8d379da [PATCH] annotate arch/x86_64/lib/*.S by Jan Beulich · 18 years ago
- 7bcd3f3 [PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset functions by Andi Kleen · 19 years ago
- 2cbc9ee [PATCH] x86_64: Clean up copy_*_user by Andi Kleen · 19 years ago
- e2d5df9 kbuild: alpha,x86_64 use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago