summaryrefslogtreecommitdiffstats
path: root/arch/sparc/vdso
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook-1/+2
2025-03-11sparc/vdso: Always reject undefined references during linkingThomas Weißschuh-14/+3
2024-11-18sparc/vdso: Add helper function for 64-bit right shift on 32-bit targetKoakuma-4/+24
2024-11-16sparc/build: Put usage of -fcall-used* flags behind cc-optionKoakuma-1/+1
2024-05-23Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-2/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-04-22sparc64: Fix prototype warning for init_vdso_imageSam Ravnborg-2/+3
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+3
2024-02-29sparc: vdso: Disable UBSAN instrumentationKees Cook-0/+1
2024-02-16sparc: vDSO: fix return value of __setup handlerRandy Dunlap-4/+3
2023-12-10sparc: vdso: use $(addprefix ) instead of $(foreach )Masahiro Yamada-1/+1
2023-12-10sparc: vdso: simplify obj-y additionMasahiro Yamada-9/+2
2023-12-10sparc: vdso: clean up build artifacts in arch/sparc/vdso/Masahiro Yamada-4/+1
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada-27/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-1/+2
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen-2/+0
2020-10-09kbuild: explicitly specify the build id styleBill Wendling-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada-4/+0
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds-18/+18
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann-12/+12
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann-6/+6
2019-11-15sparc: vdso: fix build error of vdso32Masahiro Yamada-2/+2
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 214Thomas Gleixner-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-08sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada-1/+1
2018-12-21sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com-1/+1
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller-60/+335
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller-4/+4
2018-10-22sparc: Validate VDSO for undefined symbols.David S. Miller-1/+12
2018-10-22sparc: Really use linker with LDFLAGS.David S. Miller-9/+7
2018-10-22sparc: Improve VDSO CFLAGS.David S. Miller-7/+8
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller-6/+2
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller-22/+17
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller-46/+65
2018-10-17sparc: vDSO: Silence an uninitialized variable warningDan Carpenter-1/+3
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller-1/+11
2018-10-07sparc: vdso: clean-up vdso MakefileMasahiro Yamada-5/+3