- 3503d56 arm64/vdso: Add time namespace page by Andrei Vagin · 4 years, 7 months ago
- e56404e arm64: vdso: Don't use gcc plugins for building vgettimeofday.c by Alexander Popov · 4 years, 7 months ago
- 49a3b0e arm64: vdso: Only pass --no-eh-frame-hdr when linker supports it by Will Deacon · 4 years, 7 months ago
- 87676cf arm64: vdso: Disable dwarf unwinding through the sigreturn trampoline by Will Deacon · 4 years, 7 months ago
- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
- 082af5e Merge branch 'for-next/scs' into for-next/core by Will Deacon · 4 years, 8 months ago
- d278652 Merge branch 'for-next/bti' into for-next/core by Will Deacon · 4 years, 8 months ago
- a4eb355 arm64: vdso: Fix CFI directives in sigreturn trampoline by Will Deacon · 4 years, 8 months ago
- 9a96428 arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instruction by Will Deacon · 4 years, 8 months ago
- cde5dec arm64: vdso: Disable Shadow Call Stack by Sami Tolvanen · 4 years, 9 months ago
- 5e02a18 arm64: vdso: Force the vDSO to be linked as BTI when built for BTI by Mark Brown · 4 years, 9 months ago
- a6aadc2 arm64: vdso: Annotate for BTI by Mark Brown · 4 years, 9 months ago
- 7e9f5e6 arm64: vdso: Add --eh-frame-hdr to ldflags by Vincenzo Frascino · 4 years, 9 months ago
- 1578e5d arm64: vdso: Add -fasynchronous-unwind-tables to cflags by Vincenzo Frascino · 4 years, 9 months ago
- 86b8783 arm64: vdso: Add '-Bsymbolic' to ldflags by Vincenzo Frascino · 4 years, 9 months ago
- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 10 months ago
- 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 10 months ago
- d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
- 60ad903 arm64: vdso: Include common headers in the vdso library by Vincenzo Frascino · 4 years, 10 months ago
- c91db23 arm64: vdso: Convert to modern assembler annotations by Mark Brown · 5 years ago
- 37a5076 arm64: vdso: Remove stale files from old assembly implementation by Vincenzo Frascino · 5 years ago
- a88754b arm64: vdso: Cleanup Makefiles by Vincenzo Frascino · 6 years ago
- 2e2f3c9 arm64: vdso: fix flip/flop vdso build bug by Naohiro Aota · 6 years ago
- 3acf4be arm64: vdso: Fix compilation with clang older than 8 by Vincenzo Frascino · 6 years ago
- 98cd3c3 arm64: vdso: Build vDSO with -ffixed-x18 by Peter Collingbourne · 6 years ago
- 28b1a82 arm64: vdso: Substitute gettimeofday() with C implementation by Vincenzo Frascino · 6 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- 7a0a93c arm64: vdso: Explicitly add build-id option by Laura Abbott · 6 years ago
- 75a19a0 arm64: arch_timer: Ensure counter register reads occur with seqlock held by Will Deacon · 6 years ago
- 81fb873 arm64: vdso: Fix clock_getres() for CLOCK_REALTIME by Vincenzo Frascino · 6 years ago
- 691efbe arm64: vdso: use $(LD) instead of $(CC) to link VDSO by Masahiro Yamada · 6 years ago
- 697e96e arm64: vdso: fix and clean-up Makefile by Masahiro Yamada · 6 years ago
- efa75c4 arm64: Add build salt to the vDSO by Laura Abbott · 7 years ago
- c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c80ed08 arm64: vdso: fix clock_getres for 4GiB-aligned res by Mark Rutland · 7 years ago
- dbb236c arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW by Will Deacon · 8 years ago
- 9b3403a arm64: drop non-existing vdso-offsets.h from .gitignore by Masahiro Yamada · 8 years ago
- 49eea43 arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO by Kevin Brodsky · 9 years ago
- b33f491 arm64: Refactor vDSO time functions by Kevin Brodsky · 9 years ago
- a66649d arm64: fix vdso-offsets.h dependency by Kevin Brodsky · 9 years ago
- 7d9a708 Revert "arm64: Fix vdso-offsets.h dependency" by Catalin Marinas · 9 years ago
- 90f777b arm64: Fix vdso-offsets.h dependency by Catalin Marinas · 9 years ago
- 88d8a79 arm64: vdso: Mark vDSO code as read-only by David Brown · 9 years ago
- 5430978 arm64: build vdso without libgcov by Arnd Bergmann · 9 years ago
- 6f1a6ae arm64: vdso: work-around broken ELF toolchains in Makefile by Will Deacon · 10 years ago
- e1b6b6c arm64: vdso: minor ABI fix for clock_getres by Nathan Lynch · 10 years ago
- 1915e2a arm64: vdso: fix build error when switching from LE to BE by Arun Chandran · 11 years ago
- ad789ba arm64: Align the kbuild output for VDSOL and VDSOA by Ian Campbell · 11 years ago
- 601255a arm64: vdso: move data page before code pages by Will Deacon · 11 years ago
- 069b918 arm64: vdso: fix coarse clock handling by Nathan Lynch · 11 years ago
- 4050740 arm64: vdso: prevent ld from aligning PT_LOAD segments to 64k by Will Deacon · 11 years ago
- bdba005 arm64: vdso: remove broken, redundant sequence counting for timezones by Will Deacon · 12 years ago
- 1f75ff0 arm64: generic timer: use virtual counter instead of physical at EL0 by Will Deacon · 12 years ago
- 45a7905 arm64: vdso: defer shifting of nanosecond component of timespec by Will Deacon · 12 years ago
- d91fb5c arm64: vdso: rework __do_get_tspec register allocation and return shift by Will Deacon · 12 years ago
- f84a935 arm64: vdso: check sequence counter even for coarse realtime operations by Will Deacon · 12 years ago
- 251db45 arm64: vdso: fix clocksource mask when extracting bottom 56 bits by Will Deacon · 12 years ago
- 9031fef arm64: VDSO support by Will Deacon · 13 years ago