char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include
[safe/jmp/linux-2.6] / include / asm-x86 / uaccess_64.h
2008-07-09 Vitaly Mayatskikhx86: introduce copy_user_handle_tail() routine
2008-07-09 Glauber Costax86: define architectural characteristics in uaccess.h.
2008-07-09 Glauber Costax86: move __get_user and __put_user into uaccess.h.
2008-07-09 Glauber Costax86: merge put_user.
2008-07-09 Glauber Costax86: turn __put_user_check directly into put_user.
2008-07-09 Glauber Costax86: merge __get_user_asm and its users.
2008-07-09 Glauber Costax86: don't always use EFAULT on __get_user_size.
2008-07-09 Glauber Costax86: merge __put_user_asm and its user.
2008-07-09 Glauber Costax86: don't always use EFAULT on __put_user_size.
2008-07-09 Glauber Costax86: move __addr_ok to uaccess.h.
2008-07-09 Glauber Costax86: merge getuser.
2008-07-09 Glauber Costax86: merge common parts of uaccess.
2008-07-09 Glauber Costax86: use something common for both architectures.
2008-07-09 Glauber Costax86: introduce likely in macro.
2008-07-09 Glauber Costax86: change asm constraint.
2008-07-09 Glauber Costax86: commonize __range_not_ok.
2008-07-09 Glauber Costax86: pass argument to putuser_64 functions in ax register.
2008-07-09 Glauber Costax86: clobber rbx in putuser_64.S.
2008-07-09 Glauber Costax86: don't clobber r8 nor use rcx.
2008-04-17 Joe Perchesinclude/asm-x86/uaccess_64.h: checkpatch cleanups ...
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h
2008-01-30 Harvey Harrisonx86: use helper in fault_64.c
2007-10-11 Thomas Gleixneri386/x86_64: move headers to include/asm-x86