index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
vdso
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64/vdso: Add time namespace page
Andrei Vagin
2020-07-24
1
-1
/
+4
*
arm64: vdso: Don't use gcc plugins for building vgettimeofday.c
Alexander Popov
2020-06-24
1
-1
/
+1
*
arm64: vdso: Only pass --no-eh-frame-hdr when linker supports it
Will Deacon
2020-06-24
1
-2
/
+3
*
arm64: vdso: Disable dwarf unwinding through the sigreturn trampoline
Will Deacon
2020-06-23
2
-21
/
+35
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-06-02
4
-11
/
+61
|
\
|
*
Merge branch 'for-next/scs' into for-next/core
Will Deacon
2020-05-28
1
-1
/
+1
|
|
\
|
|
*
arm64: vdso: Disable Shadow Call Stack
Sami Tolvanen
2020-05-15
1
-1
/
+1
|
*
|
Merge branch 'for-next/bti' into for-next/core
Will Deacon
2020-05-28
4
-8
/
+56
|
|
\
\
|
|
*
|
arm64: vdso: Fix CFI directives in sigreturn trampoline
Will Deacon
2020-05-21
1
-7
/
+37
|
|
*
|
arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instruction
Will Deacon
2020-05-21
1
-2
/
+9
|
|
*
|
arm64: vdso: Force the vDSO to be linked as BTI when built for BTI
Mark Brown
2020-05-07
1
-1
/
+3
|
|
*
|
arm64: vdso: Annotate for BTI
Mark Brown
2020-05-07
3
-0
/
+9
|
|
|
/
|
*
|
arm64: vdso: Add --eh-frame-hdr to ldflags
Vincenzo Frascino
2020-05-07
1
-1
/
+1
|
*
|
arm64: vdso: Add '-Bsymbolic' to ldflags
Vincenzo Frascino
2020-04-28
1
-3
/
+5
|
|
/
*
/
arm64: vdso: Add -fasynchronous-unwind-tables to cflags
Vincenzo Frascino
2020-04-30
1
-1
/
+1
|
/
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-31
1
-2
/
+2
|
\
\
|
*
|
arm64: vdso: Convert to modern assembler annotations
Mark Brown
2020-03-09
1
-2
/
+2
|
|
/
*
/
arm64: vdso: Include common headers in the vdso library
Vincenzo Frascino
2020-03-21
1
-2
/
+0
|
/
*
arm64: vdso: Remove stale files from old assembly implementation
Vincenzo Frascino
2019-10-07
1
-0
/
+0
*
arm64: vdso: Cleanup Makefiles
Vincenzo Frascino
2019-07-22
1
-6
/
+3
*
arm64: vdso: fix flip/flop vdso build bug
Naohiro Aota
2019-07-22
1
-2
/
+4
*
arm64: vdso: Fix compilation with clang older than 8
Vincenzo Frascino
2019-06-26
1
-0
/
+7
*
arm64: vdso: Build vDSO with -ffixed-x18
Peter Collingbourne
2019-06-22
1
-1
/
+1
*
arm64: vdso: Substitute gettimeofday() with C implementation
Vincenzo Frascino
2019-06-22
3
-330
/
+54
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
5
-60
/
+5
*
arm64: vdso: Explicitly add build-id option
Laura Abbott
2019-05-16
1
-2
/
+2
*
arm64: arch_timer: Ensure counter register reads occur with seqlock held
Will Deacon
2019-04-30
1
-4
/
+11
*
arm64: vdso: Fix clock_getres() for CLOCK_REALTIME
Vincenzo Frascino
2019-04-16
1
-4
/
+3
*
arm64: vdso: use $(LD) instead of $(CC) to link VDSO
Masahiro Yamada
2019-04-11
1
-10
/
+3
*
arm64: vdso: fix and clean-up Makefile
Masahiro Yamada
2019-04-03
1
-5
/
+3
*
arm64: Add build salt to the vDSO
Laura Abbott
2018-07-17
1
-0
/
+3
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-15
1
-1
/
+1
|
\
|
*
arm64: vdso: fix clock_getres for 4GiB-aligned res
Mark Rutland
2017-10-31
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
|
/
*
arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
Will Deacon
2017-06-20
1
-1
/
+0
*
arm64: drop non-existing vdso-offsets.h from .gitignore
Masahiro Yamada
2017-03-30
1
-1
/
+0
*
arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO
Kevin Brodsky
2016-07-12
1
-11
/
+46
*
arm64: Refactor vDSO time functions
Kevin Brodsky
2016-07-12
1
-126
/
+172
*
arm64: fix vdso-offsets.h dependency
Kevin Brodsky
2016-07-11
1
-4
/
+3
*
Revert "arm64: Fix vdso-offsets.h dependency"
Catalin Marinas
2016-07-11
1
-3
/
+4
*
arm64: Fix vdso-offsets.h dependency
Catalin Marinas
2016-07-08
1
-4
/
+3
*
arm64: vdso: Mark vDSO code as read-only
David Brown
2016-02-16
1
-2
/
+1
*
arm64: build vdso without libgcov
Arnd Bergmann
2015-11-12
1
-0
/
+3
*
arm64: vdso: work-around broken ELF toolchains in Makefile
Will Deacon
2015-06-19
1
-0
/
+4
*
arm64: vdso: minor ABI fix for clock_getres
Nathan Lynch
2015-02-26
1
-2
/
+1
*
arm64: vdso: fix build error when switching from LE to BE
Arun Chandran
2014-07-30
1
-1
/
+1
*
arm64: Align the kbuild output for VDSOL and VDSOA
Ian Campbell
2014-07-17
1
-2
/
+2
*
arm64: vdso: move data page before code pages
Will Deacon
2014-07-17
1
-3
/
+1
[next]