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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-26
arm64: don't pull uaccess.h into *.S
Al Viro
4
-4
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
4
-4
/
+4
2016-11-21
arm64: Factor out PAN enabling/disabling into separate uaccess_* macros
Catalin Marinas
4
-32
/
+12
2016-10-14
Merge branch 'work.uaccess' into for-linus
Al Viro
1
-6
/
+1
2016-09-15
arm64: don't zero in __copy_from_user{,_inatomic}
Al Viro
1
-6
/
+1
2016-09-12
arm64: use alternative auto-nop
Mark Rutland
1
-9
/
+4
2016-06-21
arm64: kasan: instrument user memory access API
Yang Shi
2
-4
/
+4
2016-03-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-43
/
+91
2016-03-04
arm64: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2016-02-26
arm64: lse: deal with clobbered IP registers after branch via PLT
Ard Biesheuvel
1
-6
/
+7
2016-02-18
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
4
-8
/
+8
2016-02-18
arm64: kernel: Add support for User Access Override
James Morse
4
-20
/
+20
2016-02-16
arm64: lib: patch in prfm for copy_page if requested
Andrew Pinski
1
-0
/
+17
2016-02-16
arm64: lib: improve copy_page to deal with 128 bytes at a time
Will Deacon
1
-8
/
+38
2016-02-16
arm64/efi: Make strnlen() available to the EFI namespace
Thierry Reding
1
-1
/
+1
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
3
-2
/
+11
2015-10-12
arm64: use ENDPIPROC() to annotate position independent assembler routines
Ard Biesheuvel
8
-8
/
+8
2015-10-07
arm64: copy_to-from-in_user optimization using copy template
Feng Kan
3
-92
/
+120
2015-10-07
arm64: Change memcpy in kernel to use the copy template file
Feng Kan
2
-153
/
+219
2015-07-27
arm64: atomics: prefetch the destination word for write prior to stxr
Will Deacon
1
-0
/
+2
2015-07-27
arm64: bitops: patch in lse instructions when supported by the CPU
Will Deacon
1
-19
/
+24
2015-07-27
arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics
Will Deacon
2
-0
/
+16
2015-07-27
arm64: kernel: Add support for Privileged Access Never
James Morse
4
-0
/
+32
2015-07-27
arm64: lib: use pair accessors for copy_*_user routines
Will Deacon
3
-18
/
+33
2014-11-13
arm64: __clear_user: handle exceptions on strb
Kyle McMartin
1
-1
/
+1
2014-05-23
arm64: lib: Implement optimized string length routines
zhichang.yuan
3
-1
/
+299
2014-05-23
arm64: lib: Implement optimized string compare routines
zhichang.yuan
3
-1
/
+545
2014-05-23
arm64: lib: Implement optimized memcmp routine
zhichang.yuan
2
-1
/
+259
2014-05-23
arm64: lib: Implement optimized memset routine
zhichang.yuan
1
-22
/
+185
2014-05-23
arm64: lib: Implement optimized memmove routine
zhichang.yuan
1
-25
/
+165
2014-05-23
arm64: lib: Implement optimized memcpy routine
zhichang.yuan
1
-22
/
+170
2014-02-07
arm64: atomics: fix use of acquire + release for full barrier semantics
Will Deacon
1
-1
/
+2
2013-12-19
arm64: use generic strnlen_user and strncpy_from_user functions
Will Deacon
3
-102
/
+3
2013-05-08
arm64: Treat the bitops index argument as an 'int'
Catalin Marinas
1
-5
/
+5
2013-04-30
arm64: Use acquire/release semantics instead of explicit DMB
Catalin Marinas
1
-4
/
+2
2013-04-30
arm64: klib: bitops: fix unpredictable stxr usage
Mark Rutland
1
-2
/
+2
2013-03-21
arm64: klib: Optimised atomic bitops
Catalin Marinas
2
-25
/
+70
2013-03-21
arm64: klib: Optimised string functions
Catalin Marinas
3
-1
/
+87
2013-03-21
arm64: klib: Optimised memory functions
Catalin Marinas
5
-1
/
+209
2012-09-17
arm64: Miscellaneous library functions
Marc Zyngier
5
-0
/
+169
2012-09-17
arm64: User access library functions
Catalin Marinas
6
-0
/
+345