aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/vdso (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen1-2/+0
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-4/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-18/+18
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann1-12/+12
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann1-6/+6
2019-11-15sparc: vdso: fix build error of vdso32Masahiro Yamada1-2/+2
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada1-1/+1
2018-12-21sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com1-1/+1
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller6-60/+335
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller1-4/+4
2018-10-22sparc: Validate VDSO for undefined symbols.David S. Miller2-1/+12
2018-10-22sparc: Really use linker with LDFLAGS.David S. Miller1-9/+7
2018-10-22sparc: Improve VDSO CFLAGS.David S. Miller1-7/+8
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller2-6/+2
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller1-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller1-22/+17
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller5-46/+65
2018-10-17sparc: vDSO: Silence an uninitialized variable warningDan Carpenter1-1/+3
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2018-10-07sparc: vdso: clean-up vdso MakefileMasahiro Yamada1-5/+3
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada1-3/+1
2018-01-22sparc: vDSO: remove an extra tabDan Carpenter1-1/+1
2017-11-15vDSO for sparcNagarathnam Muthusamy13-0/+1265