aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/vdso
AgeCommit message (Expand)AuthorFilesLines
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEGravatar Thomas Gleixner 1-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSGravatar Kees Cook 1-1/+2
2020-10-21treewide: remove DISABLE_LTOGravatar Sami Tolvanen 1-2/+0
2020-10-09kbuild: explicitly specify the build id styleGravatar Bill Wendling 1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGGravatar Masahiro Yamada 1-4/+0
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+18
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecGravatar Arnd Bergmann 1-12/+12
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-6/+6
2019-11-15sparc: vdso: fix build error of vdso32Gravatar Masahiro Yamada 1-2/+2
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyGravatar Masahiro Yamada 1-2/+1
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