aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/vdso
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Gravatar Thomas Gleixner 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Gravatar Thomas Gleixner 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-08sparc: vdso: add FORCE to the build rule of %.soGravatar Masahiro Yamada 1-1/+1
2018-12-21sparc: vdso: Drop implicit common-page-size linker flagGravatar ndesaulniers@google.com 1-1/+1
2018-10-25sparc: Fix VDSO build with older binutils.Gravatar David S. Miller 6-60/+335
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.Gravatar David S. Miller 1-4/+4
2018-10-22sparc: Validate VDSO for undefined symbols.Gravatar David S. Miller 2-1/+12
2018-10-22sparc: Really use linker with LDFLAGS.Gravatar David S. Miller 1-9/+7
2018-10-22sparc: Improve VDSO CFLAGS.Gravatar David S. Miller 1-7/+8
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.Gravatar David S. Miller 2-6/+2
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.Gravatar David S. Miller 1-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.Gravatar David S. Miller 1-22/+17
2018-10-22sparc: Improve VDSO instruction patching.Gravatar David S. Miller 5-46/+65
2018-10-17sparc: vDSO: Silence an uninitialized variable warningGravatar Dan Carpenter 1-1/+3
2018-10-17sparc: Fix syscall fallback bugs in VDSO.Gravatar David S. Miller 1-1/+11
2018-10-07sparc: vdso: clean-up vdso MakefileGravatar Masahiro Yamada 1-5/+3
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersGravatar Masahiro Yamada 1-3/+1
2018-01-22sparc: vDSO: remove an extra tabGravatar Dan Carpenter 1-1/+1
2017-11-15vDSO for sparcGravatar Nagarathnam Muthusamy 13-0/+1265