index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
word-at-a-time.h
Age
Commit message (
Expand
)
Author
2024-06-19
arm64: word-at-a-time: improve byte count calculations for LE
Linus Torvalds
2024-02-01
kernel.h: removed REPEAT_BYTE from kernel.h
Tanzir Hasan
2023-04-05
arm64: mte: rename TCO routines
Vincenzo Frascino
2021-10-21
arm64: extable: add load_unaligned_zeropad() handler
Mark Rutland
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-04-11
arm64: mte: Enable TCO in functions that can read beyond buffer limits
Vincenzo Frascino
2021-04-01
arm64: fix inline asm in load_unaligned_zeropad()
Peter Collingbourne
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-02-24
arm64: switch to relative exception tables
Ard Biesheuvel
2013-12-19
arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs
Will Deacon
2013-12-19
arm64: use generic strnlen_user and strncpy_from_user functions
Will Deacon