summaryrefslogtreecommitdiffstats
path: root/arch/sparc/vdso
Commit message (Expand)AuthorAgeFilesLines
* sparc: vdso: use $(addprefix ) instead of $(foreach )Masahiro Yamada2023-12-101-1/+1
* sparc: vdso: simplify obj-y additionMasahiro Yamada2023-12-101-9/+2
* sparc: vdso: clean up build artifacts in arch/sparc/vdso/Masahiro Yamada2023-12-101-4/+1
* kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-27/+0
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner2022-06-101-1/+1
* randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-081-1/+2
* treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-2/+0
* kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2020-04-071-4/+0
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-18/+18
|\
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-12/+12
| * y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-6/+6
* | sparc: vdso: fix build error of vdso32Masahiro Yamada2019-11-151-2/+2
|/
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner2019-05-301-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada2019-05-081-1/+1
* sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com2018-12-211-1/+1
* sparc: Fix VDSO build with older binutils.David S. Miller2018-10-256-60/+335
* sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller2018-10-221-4/+4
* sparc: Validate VDSO for undefined symbols.David S. Miller2018-10-222-1/+12
* sparc: Really use linker with LDFLAGS.David S. Miller2018-10-221-9/+7
* sparc: Improve VDSO CFLAGS.David S. Miller2018-10-221-7/+8
* sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller2018-10-222-6/+2
* sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller2018-10-221-8/+1
* sparc: Inline VDSO gettime code aggressively.David S. Miller2018-10-221-22/+17
* sparc: Improve VDSO instruction patching.David S. Miller2018-10-225-46/+65
* sparc: vDSO: Silence an uninitialized variable warningDan Carpenter2018-10-171-1/+3
* sparc: Fix syscall fallback bugs in VDSO.David S. Miller2018-10-171-1/+11
* sparc: vdso: clean-up vdso MakefileMasahiro Yamada2018-10-071-5/+3
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+1
* sparc: vDSO: remove an extra tabDan Carpenter2018-01-221-1/+1
* vDSO for sparcNagarathnam Muthusamy2017-11-1513-0/+1265