index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
get rid of unused __strncpy_from_user() instances
Al Viro
1
-3
/
+1
2017-04-11
microblaze: switch to RAW_COPY_USER
Al Viro
1
-28
/
+8
2017-03-29
microblaze: switch to generic extable.h
Al Viro
1
-16
/
+1
2017-03-06
uaccess: drop pointless ifdefs
Al Viro
1
-6
/
+0
2017-03-06
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
1
-2
/
+0
2017-03-06
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
1
-3
/
+0
2016-09-28
exceptions: detritus removal
Al Viro
1
-3
/
+0
2016-09-14
microblaze: fix __get_user()
Al Viro
1
-1
/
+1
2016-09-14
microblaze: fix copy_from_user()
Al Viro
1
-3
/
+6
2015-05-19
mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...
David Hildenbrand
1
-2
/
+4
2015-01-08
microblaze: whitespace fix
Michael S. Tsirkin
1
-1
/
+1
2015-01-08
microblaze/uaccess: fix sparse errors
Michael S. Tsirkin
1
-2
/
+2
2014-09-09
arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()
Chen Gang
1
-2
/
+2
2013-07-03
Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2013-06-03
microblaze: Fix sparse warnings
Michal Simek
1
-2
/
+2
2013-05-28
microblaze: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
1
-3
/
+3
2013-05-09
microblaze: Fix uaccess_ok macro
Michal Simek
1
-11
/
+19
2013-01-03
microblaze: Change section flags for noMMU
Michal Simek
1
-1
/
+1
2012-12-13
microblaze: uaccess.h: Fix timerfd syscall
Michal Simek
1
-2
/
+1
2012-03-23
microblaze: mm: Fix lowmem max memory size limits
Michal Simek
1
-1
/
+1
2011-10-14
microblaze: Fix access_ok macro
Michal Simek
1
-1
/
+1
2011-03-09
microblaze: Fix /dev/zero corruption from __clear_user()
Steven J. Magnani
1
-4
/
+4
2010-08-02
microblaze: Fix __copy_to/from_user_inatomic macros
Michal Simek
1
-2
/
+2
2010-05-13
microblaze: fix get_user/put_user side-effects
Steven J. Magnani
1
-18
/
+69
2010-04-01
microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user
Michal Simek
1
-56
/
+32
2010-04-01
microblaze: uaccess: Unify __copy_tofrom_user
Michal Simek
1
-38
/
+21
2010-04-01
microblaze: uaccess: Move functions to generic location
Michal Simek
1
-151
/
+61
2010-04-01
microblaze: uaccess: Fix put_user for noMMU
Michal Simek
1
-22
/
+56
2010-04-01
microblaze: uaccess: Fix get_user macro for noMMU
Michal Simek
1
-23
/
+66
2010-04-01
microblaze: uaccess: fix clear_user for noMMU kernel
Michal Simek
1
-45
/
+36
2010-04-01
microblaze: uaccess: Fix strncpy_from_user function
Michal Simek
1
-3
/
+11
2010-04-01
microblaze: uaccess: fix copy_from_user macro
Michal Simek
1
-9
/
+14
2010-04-01
microblaze: uaccess: copy_to_user unification
Michal Simek
1
-9
/
+16
2010-04-01
microblaze: uaccess: sync put/get/clear_user macros
Michal Simek
1
-37
/
+69
2010-04-01
microblaze: uaccess: fix put_user and get_user macros
Michal Simek
1
-51
/
+49
2010-04-01
microblaze: uaccess: fix __get_user_asm macro
Michal Simek
1
-16
/
+17
2010-04-01
microblaze: uaccess: fix clean user macro
Michal Simek
1
-34
/
+55
2010-04-01
microblaze: move noMMU __range_ok function to uaccess.h
Michal Simek
1
-1
/
+6
2010-04-01
microblaze: Move exception_table_entry upward
Michal Simek
1
-16
/
+15
2010-04-01
microblaze: Remove segment.h
Michal Simek
1
-1
/
+29
2009-12-14
microblaze: Simple __copy_tofrom_user for noMMU
John Williams
1
-6
/
+6
2009-07-27
microblaze: Fix put_user macro for 64bits arguments
Michal Simek
1
-1
/
+1
2009-05-26
microblaze_mmu_v2: uaccess MMU update
Michal Simek
1
-52
/
+246
2009-05-21
microblaze: remove bad_user_access_length
Arnd Bergmann
1
-4
/
+3
2009-03-27
microblaze_v8: uaccess files
Michal Simek
1
-0
/
+134