index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
uaccess.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
uaccess: generalize access_ok()
Arnd Bergmann
1
-7
/
+4
2022-02-25
arm64: simplify access_ok()
Arnd Bergmann
1
-24
/
+10
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
1
-2
/
+0
2021-11-24
arm64: uaccess: avoid blocking within critical sections
Mark Rutland
1
-7
/
+41
2021-10-29
Merge branch 'for-next/mte' into for-next/core
Will Deacon
1
-2
/
+2
2021-10-21
arm64: extable: add a dedicated uaccess handler
Mark Rutland
1
-15
/
+4
2021-10-21
arm64: extable: consolidate definitions
Mark Rutland
1
-6
/
+1
2021-10-07
arm64: mte: Add asymmetric mode support
Vincenzo Frascino
1
-2
/
+2
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
1
-11
/
+0
2021-04-11
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
1
-0
/
+22
2021-02-03
arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offset
Joey Gouly
1
-1
/
+1
2021-01-07
arm64: Move PSTATE.TCO setting to separate functions
Catalin Marinas
1
-3
/
+13
2020-12-22
arm64: mte: add in-kernel tag fault handler
Vincenzo Frascino
1
-0
/
+23
2020-12-09
Merge branch 'for-next/misc' into for-next/core
Catalin Marinas
1
-2
/
+2
2020-12-02
arm64: uaccess: remove redundant PAN toggling
Mark Rutland
1
-40
/
+19
2020-12-02
arm64: uaccess: remove set_fs()
Mark Rutland
1
-35
/
+6
2020-12-02
arm64: uaccess: split user/kernel routines
Mark Rutland
1
-26
/
+38
2020-12-02
arm64: uaccess: refactor __{get,put}_user
Mark Rutland
1
-17
/
+27
2020-12-02
arm64: uaccess: rename privileged uaccess routines
Mark Rutland
1
-2
/
+2
2020-11-10
arm64: consistently use reserved_pg_dir
Mark Rutland
1
-2
/
+2
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-1
/
+1
2020-07-21
arm64: Reduce the number of header files pulled into vmlinux.lds.S
Will Deacon
1
-0
/
+1
2020-05-22
arm64: Add get_user() type annotation on the !access_ok() path
Al Viro
1
-1
/
+1
2019-12-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+6
2019-12-06
arm64: Validate tagged addresses in access_ok() called from kernel threads
Catalin Marinas
1
-1
/
+6
2019-11-20
arm64: uaccess: Remove uaccess_*_not_uao asm macros
Pavel Tatashin
1
-5
/
+22
2019-08-06
arm64: Introduce prctl() options to control the tagged user addresses ABI
Catalin Marinas
1
-1
/
+3
2019-08-06
arm64: untag user pointers in access_ok and __uaccess_mask_ptr
Andrey Konovalov
1
-3
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-24
/
+12
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
1
-1
/
+0
2019-03-01
Revert "arm64: uaccess: Implement unsafe accessors"
Catalin Marinas
1
-59
/
+20
2019-01-25
arm64: uaccess: Implement unsafe accessors
Julien Thierry
1
-20
/
+59
2019-01-25
arm64: uaccess: Cleanup get/put_user()
Julien Thierry
1
-24
/
+12
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-4
/
+4
2018-12-28
arm64: move untagged_addr macro from uaccess.h to memory.h
Andrey Konovalov
1
-7
/
+0
2018-12-06
arm64: Add support for SB barrier and patch in over DSB; ISB sequences
Will Deacon
1
-2
/
+1
2018-10-10
Revert "arm64: uaccess: implement unsafe accessors"
James Morse
1
-46
/
+15
2018-10-01
arm64: remove unused asm/compiler.h header file
Ard Biesheuvel
1
-1
/
+0
2018-09-10
arm64: uaccess: implement unsafe accessors
Julien Thierry
1
-15
/
+46
2018-02-19
arm64: uaccess: Formalise types for access_ok()
Robin Murphy
1
-6
/
+6
2018-02-06
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
1
-7
/
+22
2018-02-06
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
1
-22
/
+32
2018-02-06
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
1
-0
/
+7
2018-02-06
arm64: Use pointer masking to limit uaccess speculation
Robin Murphy
1
-3
/
+23
2018-02-06
arm64: Make USER_DS an inclusive limit
Robin Murphy
1
-19
/
+26
2018-01-16
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
1
-3
/
+6
2018-01-14
arm64: Re-order reserved_ttbr0 in linker script
Steve Capper
1
-2
/
+2
2018-01-13
arm64: uaccess: Add PAN helper
James Morse
1
-0
/
+12
2017-12-11
arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
Will Deacon
1
-2
/
+2
[next]