summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/Makefile
AgeCommit message (Expand)Author
2024-03-26x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada
2024-02-22x86/vdso/kbuild: Group non-standard build attributes and primary object file ...Ingo Molnar
2024-02-22Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...Ingo Molnar
2024-02-20x86/vdso: Fix rethunk patching for vdso-image-{32,64}.oJosh Poimboeuf
2024-02-08x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada
2024-02-08x86/vdso: Use $(addprefix ) instead of $(foreach )Masahiro Yamada
2024-02-08x86/vdso: Simplify obj-y additionMasahiro Yamada
2024-02-08x86/vdso: Consolidate targets and clean-filesMasahiro Yamada
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-20x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song
2023-02-06x86/vdso: Provide getcpu for x86-32.Sebastian Andrzej Siewior
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner
2022-10-17x86/vdso: Ensure all kernel code is seen by objtoolThomas Gleixner
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2021-12-30x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson
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-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-04-21x86/vdso/Makefile: Add vobjs32Dmitry Safonov
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-10x86/vdso: Enable sanitizers for vma.oJann Horn
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver
2019-11-15x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada
2019-07-12x86/vdso: Fix flip/flop vdso build bugNaohiro Aota
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino
2019-04-18x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada
2018-12-15x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan
2018-12-07x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers
2018-10-03x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski
2018-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds