summaryrefslogtreecommitdiff
path: root/arch/sparc/vdso
AgeCommit message (Expand)Author
2023-12-10sparc: vdso: use $(addprefix ) instead of $(foreach )Masahiro Yamada
2023-12-10sparc: vdso: simplify obj-y additionMasahiro Yamada
2023-12-10sparc: vdso: clean up build artifacts in arch/sparc/vdso/Masahiro Yamada
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann
2019-11-15sparc: vdso: fix build error of vdso32Masahiro Yamada
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-08sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada
2018-12-21sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller
2018-10-22sparc: Validate VDSO for undefined symbols.David S. Miller
2018-10-22sparc: Really use linker with LDFLAGS.David S. Miller
2018-10-22sparc: Improve VDSO CFLAGS.David S. Miller
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller
2018-10-17sparc: vDSO: Silence an uninitialized variable warningDan Carpenter
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller
2018-10-07sparc: vdso: clean-up vdso MakefileMasahiro Yamada
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-01-22sparc: vDSO: remove an extra tabDan Carpenter
2017-11-15vDSO for sparcNagarathnam Muthusamy