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
/
powerpc
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
1
-3
/
+3
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
1
-2
/
+26
2023-03-29
powerpc: Remove memcpy_page_flushcache()
Ira Weiny
1
-2
/
+0
2022-08-07
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+0
2022-06-29
powerpc: Don't include asm/ppc_asm.h in other headers
Christophe Leroy
1
-1
/
+0
2022-06-07
No need of likely/unlikely on calls of check_copy_size()
Al Viro
1
-1
/
+1
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+3
2022-03-01
powerpc: Fix build errors with newer binutils
Anders Roxell
1
-0
/
+3
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-10
/
+1
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2021-10-08
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
Nick Desaulniers
1
-3
/
+3
2021-05-12
powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Christophe Leroy
1
-1
/
+1
2021-04-28
powerpc: Avoid clang uninitialized warning in __get_user_size_allowed
Nathan Chancellor
1
-1
/
+1
2021-04-03
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32
Christophe Leroy
1
-3
/
+3
2021-04-03
powerpc/uaccess: Use asm goto for get_user when compiler supports it
Christophe Leroy
1
-0
/
+55
2021-04-03
powerpc/uaccess: Introduce __get_user_size_goto()
Christophe Leroy
1
-12
/
+12
2021-04-03
powerpc/uaccess: Refactor get/put_user() and __get/put_user()
Christophe Leroy
1
-43
/
+23
2021-04-03
powerpc/uaccess: Rename __get/put_user_check/nocheck
Christophe Leroy
1
-20
/
+10
2021-04-03
powerpc/uaccess: Split out __get_user_nocheck()
Christophe Leroy
1
-10
/
+12
2021-04-03
powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
Christophe Leroy
1
-8
/
+3
2021-04-03
powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user
Christophe Leroy
1
-3
/
+0
2021-04-03
powerpc/uaccess: Remove __unsafe_put_user_goto()
Christophe Leroy
1
-13
/
+7
2021-04-03
powerpc/uaccess: Call might_fault() inconditionaly
Christophe Leroy
1
-5
/
+4
2021-04-03
powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
Christophe Leroy
1
-34
/
+0
2021-04-03
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
1
-37
/
+0
2021-04-03
powerpc/uaccess: Define ___get_user_instr() for ppc32
Christophe Leroy
1
-12
/
+4
2021-04-03
powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
Christophe Leroy
1
-5
/
+5
2021-03-29
powerpc/uaccess: Add unsafe_copy_from_user()
Christopher M. Riedl
1
-0
/
+21
2021-03-26
powerpc/uaccess: Move copy_mc_xxx() functions down
Christophe Leroy
1
-26
/
+26
2021-03-26
powerpc/uaccess: Swap clear_user() and __clear_user()
Christophe Leroy
1
-9
/
+8
2021-03-26
powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32
Christophe Leroy
1
-3
/
+3
2021-02-11
powerpc/uaccess: Merge raw_copy_to_user_allowed() into raw_copy_to_user()
Christophe Leroy
1
-7
/
+1
2021-02-11
powerpc/uaccess: Merge __put_user_size_allowed() into __put_user_size()
Christophe Leroy
1
-7
/
+3
2021-02-11
powerpc/uaccess: get rid of small constant size cases in raw_copy_{to,from}_u...
Christophe Leroy
1
-41
/
+0
2021-02-11
powerpc/uaccess: Avoid might_fault() when user access is enabled
Alexey Kardashevskiy
1
-3
/
+10
2021-02-11
powerpc/uaccess: Simplify unsafe_put_user() implementation
Michael Ellerman
1
-8
/
+7
2021-02-08
powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpers
Christophe Leroy
1
-11
/
+1
2020-11-05
powerpc: Use asm_goto_volatile for put_user()
Michael Ellerman
1
-2
/
+2
2020-10-24
Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-46
/
+21
2020-10-22
powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
Christophe Leroy
1
-2
/
+2
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-53
/
+22
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-14
/
+26
2020-09-15
powerpc/uaccess: Remove __put_user_asm() and __put_user_asm2()
Christophe Leroy
1
-36
/
+5
2020-09-15
powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
Christophe Leroy
1
-7
/
+7
2020-09-15
powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
Christophe Leroy
1
-1
/
+1
2020-09-09
powerpc: remove address space overrides using set_fs()
Christoph Hellwig
1
-46
/
+5
2020-09-09
powerpc: use non-set_fs based maccess routines
Christoph Hellwig
1
-0
/
+16
2020-09-08
powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user...
Christophe Leroy
1
-4
/
+4
2020-09-02
powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()
Christophe Leroy
1
-14
/
+14
[next]