summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.oMasahiro Yamada2019-11-151-2/+0
* kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2
* x86/vdso: Fix flip/flop vdso build bugNaohiro Aota2019-07-121-6/+6
* x86/vdso: Switch to generic vDSO implementationVincenzo Frascino2019-06-221-0/+9
* x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
* x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-151-1/+2
* x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-071-2/+2
* x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-031-2/+14
* x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-2/+4
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-13/+9
|\
| * x86: vdso: Use $LD instead of $CC to linkAlistair Strachan2018-08-051-13/+9
* | x86/build/vdso: Simplify 'cmd_vdso2c'Masahiro Yamada2018-07-031-3/+1
|/
* x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada2018-05-151-2/+2
* x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada2018-05-151-1/+1
* x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada2018-05-151-4/+1
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-3/+1
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-4/+0
|\
| * kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-4/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+2
|\
| * GCC plugin infrastructureEmese Revfy2016-06-071-1/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-261-1/+1
|\ \
| * | x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell2016-07-251-1/+1
| |/
* | x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-141-2/+3
|/
* kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-2/+4
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-091-2/+2
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-24/+11
* x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-061-3/+3
* x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-031-0/+209
OpenPOWER on IntegriCloud