Age | Commit message (Expand) | Author |
2014-01-20 | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds |
2013-12-27 | x86: Slightly tweak the access_ok() C variant for better code | H. Peter Anvin |
2013-12-27 | x86: Replace assembly access_ok() with a C variant | Linus Torvalds |
2013-12-16 | x86: add user_atomic_cmpxchg_inatomic at uaccess.h | Qiaowei Ren |
2013-10-26 | x86: Unify copy_to_user() and add size checking to it | Jan Beulich |
2013-10-26 | x86: Unify copy_from_user() size checking | Jan Beulich |
2013-08-29 | x86, doc: Update uaccess.h comment to reflect clang changes | H. Peter Anvin |
2013-08-29 | x86, asm: Fix a compilation issue with clang | Jan-Simon Möller |
2013-02-12 | x86, doc: Clarify the use of asm("%edx") in uaccess.h | H. Peter Anvin |
2013-02-12 | x86, mm: Redesign get_user with a __builtin_choose_expr hack | H. Peter Anvin |
2013-02-11 | x86, mm: Use a bitfield to mask nuisance get_user() warnings | H. Peter Anvin |
2013-02-07 | x86-32: Add support for 64bit get_user() | Ville Syrjälä |
2012-11-29 | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells |
2012-09-21 | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin |
2012-09-21 | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin |
2012-09-21 | x86, uaccess: Merge prototypes for clear_user/__clear_user | H. Peter Anvin |
2012-06-06 | perf/x86: Check if user fp is valid | Arun Sharma |
2012-05-26 | x86: use the new generic strnlen_user() function | Linus Torvalds |
2012-05-26 | x86: use generic strncpy_from_user routine | Linus Torvalds |
2012-04-20 | x86, extable: Switch to relative exception table entries | H. Peter Anvin |
2012-04-20 | x86, extable: Add _ASM_EXTABLE_EX() macro | H. Peter Anvin |
2012-04-11 | x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up | Linus Torvalds |
2011-12-05 | x86-64: Set siginfo and context on vsyscall emulation faults | Andy Lutomirski |
2011-07-21 | x86, perf: Make copy_from_user_nmi() a library function | Robert Richter |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds |
2011-05-18 | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa |
2009-10-12 | x86, 64-bit: Move K8 B step iret fixup to fault entry asm | Brian Gerst |
2009-07-20 | x86: Fix movq immediate operand constraints in uaccess.h | H. Peter Anvin |
2009-06-20 | x86, 64-bit: Clean up user address masking | Linus Torvalds |
2009-06-19 | perf_counter, x86: Improve interactions with fast-gup | Ingo Molnar |
2009-02-04 | x86: uaccess: use errret as error value in __put_user_size() | Hiroshi Shimamoto |
2009-01-29 | x86: uaccess: fix compilation error on CONFIG_M386 | Hiroshi Shimamoto |
2009-01-23 | x86: uaccess: introduce try and catch framework | Hiroshi Shimamoto |
2009-01-21 | x86: uaccess: rename __put_user_u64() to __put_user_asm_u64() | Hiroshi Shimamoto |
2009-01-21 | x86: uaccess: fix style problems | Hiroshi Shimamoto |
2008-12-30 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2008-12-12 | x86: uaccess: return value of __{get|put}_user() can be int | Hiroshi Shimamoto |
2008-10-28 | Merge commit 'v2.6.28-rc2' into core/locking | Ingo Molnar |
2008-10-22 | x86: Fix ASM_X86__ header guards | H. Peter Anvin |
2008-10-22 | x86, um: ... and asm-x86 move | Al Viro |