index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: kasan: simplify and inline MTE functions
Andrey Konovalov
2021-02-26
1
-16
/
+0
*
arm64: mte: add in-kernel MTE helpers
Vincenzo Frascino
2020-12-22
1
-0
/
+16
*
arm64: uaccess cleanup macro naming
Mark Rutland
2020-12-02
5
-22
/
+22
*
arm64: uaccess: simplify __copy_user_flushcache()
Mark Rutland
2020-12-02
1
-3
/
+1
*
arm64: uaccess: move uao_* alternatives to asm-uaccess.h
Mark Rutland
2020-11-09
1
-1
/
+1
*
arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.S
Fangrui Song
2020-10-30
3
-6
/
+3
*
arm64: mte: Enable swap of tagged pages
Steven Price
2020-09-04
1
-0
/
+45
*
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
1
-0
/
+53
*
arm64: mte: Tags-aware copy_{user_,}highpage() implementations
Vincenzo Frascino
2020-09-04
1
-0
/
+19
*
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2020-09-04
2
-0
/
+36
*
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-10
1
-8
/
+12
|
\
|
*
arm64: csum: Disable KASAN for do_csum()
Will Deacon
2020-04-15
1
-8
/
+12
*
|
arm64: Reorder the macro arguments in the copy routines
Catalin Marinas
2020-04-29
4
-64
/
+64
*
|
arm64: lib: Consistently enable crc32 extension
Mark Brown
2020-04-28
1
-1
/
+1
|
/
*
arm64: fix spelling mistake "ca not" -> "cannot"
韩科才
2020-03-17
1
-1
/
+1
*
arm64: csum: Optimise IPv6 header checksum
Robin Murphy
2020-03-09
1
-0
/
+27
*
Merge branch 'for-next/asm-annotations' into for-next/core
Will Deacon
2020-01-22
19
-50
/
+50
|
\
|
*
arm64: lib: Use modern annotations for assembly functions
Mark Brown
2020-01-08
19
-50
/
+50
|
|
|
\
*
-
.
\
Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...
Will Deacon
2020-01-22
3
-22
/
+148
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
arm64/lib: copy_page: avoid x18 register in assembler code
Ard Biesheuvel
2020-01-16
1
-19
/
+19
|
|
/
|
/
|
|
*
arm64: csum: Fix pathological zero-length calls
Robin Murphy
2020-01-17
1
-0
/
+3
|
*
arm64: Implement optimised checksum routine
Robin Murphy
2020-01-16
2
-3
/
+126
|
/
*
arm64: uaccess: Remove uaccess_*_not_uao asm macros
Pavel Tatashin
2019-11-20
5
-13
/
+5
*
arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
Pavel Tatashin
2019-11-20
4
-0
/
+4
*
Merge branch 'for-next/atomics' into for-next/core
Will Deacon
2019-08-30
2
-22
/
+0
|
\
|
*
arm64: atomics: Remove atomic_ll_sc compilation unit
Andrew Murray
2019-08-29
2
-22
/
+0
*
|
arm64: Add support for function error injection
Leo Yan
2019-08-07
2
-0
/
+20
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
2
-8
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
20
-249
/
+20
*
arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
2019-04-09
1
-1
/
+1
*
arm64: string: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
11
-0
/
+14
*
arm64: uaccess: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
4
-3
/
+11
*
arm64: page: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
2
-0
/
+2
*
arm64: tishift: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
1
-0
/
+5
*
arm64: crypto: add NEON accelerated XOR implementation
Jackie Liu
2018-12-06
2
-0
/
+190
*
arm64/lib: improve CRC32 performance for deep pipelines
Ard Biesheuvel
2018-11-30
1
-5
/
+49
*
arm64: lib: use C string functions with KASAN enabled
Andrey Ryabinin
2018-10-26
8
-8
/
+8
*
arm64: lse: remove -fcall-used-x0 flag
Tri Vo
2018-09-24
1
-1
/
+1
*
arm64/lib: add accelerated crc32 routines
Ard Biesheuvel
2018-09-10
2
-0
/
+62
*
locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...
Will Deacon
2018-06-21
2
-77
/
+1
*
arm64: export tishift functions to modules
Jason A. Donenfeld
2018-05-21
1
-13
/
+2
*
arm64: avoid instrumenting atomic_ll_sc.o
Mark Rutland
2018-04-27
1
-0
/
+4
*
Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-05
1
-1
/
+1
|
\
|
*
arm64/efi: Make strrchr() available to the EFI namespace
Rob Herring
2018-03-05
1
-1
/
+1
*
|
arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics
Will Deacon
2018-03-06
1
-1
/
+2
|
/
*
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
2018-02-06
2
-5
/
+6
*
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
2018-01-16
4
-4
/
+4
*
arm64: make label allocation style consistent in tishift
Jason A. Donenfeld
2018-01-02
1
-4
/
+4
*
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
Will Deacon
2017-12-11
4
-4
/
+4
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-15
3
-5
/
+100
|
\
[next]