index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
vdso
/
Makefile
Age
Commit message (
Expand
)
Author
2021-02-23
x86, vdso: disable LTO only for vDSO
Sami Tolvanen
2020-11-18
x86/vdso: Implement a vDSO for Intel SGX enclave call
Sean Christopherson
2020-11-18
x86/vdso: Add support for exception fixup in vDSO functions
Sean Christopherson
2020-10-21
treewide: remove DISABLE_LTO
Sami Tolvanen
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-04-21
x86/vdso/Makefile: Add vobjs32
Dmitry Safonov
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-01-10
x86/vdso: Enable sanitizers for vma.o
Jann Horn
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
2019-11-16
x86, kcsan: Enable KCSAN for x86
Marco Elver
2019-11-15
x86/build/vdso: Remove meaningless CFLAGS_REMOVE_*.o
Masahiro Yamada
2019-09-04
kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2019-07-17
kbuild: add --hash-style= and --build-id unconditionally
Masahiro Yamada
2019-07-12
x86/vdso: Fix flip/flop vdso build bug
Naohiro Aota
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
2019-04-18
x86/build/vdso: Add FORCE to the build rule of %.so
Masahiro Yamada
2018-12-15
x86/vdso: Pass --eh-frame-hdr to the linker
Alistair Strachan
2018-12-07
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
2018-10-03
x86/vdso: Only enable vDSO retpolines when enabled and supported
Andy Lutomirski
2018-08-20
x86/vdso: Fix vDSO build if a retpoline is emitted
Andy Lutomirski
2018-08-13
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-08-05
x86: vdso: Use $LD instead of $CC to link
Alistair Strachan
2018-07-03
x86/build/vdso: Simplify 'cmd_vdso2c'
Masahiro Yamada
2018-05-15
x86/build/vdso: Put generated linker scripts to $(obj)/
Masahiro Yamada
2018-05-15
x86/build/vdso: Remove unnecessary export in Makefile
Masahiro Yamada
2018-05-15
x86/build/vdso: Remove unused $(vobjs-nox32) in Makefile
Masahiro Yamada
2018-04-07
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
2017-11-17
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2017-11-16
kbuild: create object directories simpler and faster
Masahiro Yamada
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-08-02
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-07-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-25
x86: Make the vdso2c compiler use the host architecture headers
Stephen Rothwell
2016-06-14
x86/vdso/32: Assemble sigreturn.S separately
Andy Lutomirski
2016-06-07
GCC plugin infrastructure
Emese Revfy
2016-04-20
kbuild: drop FORCE from PHONY targets
Masahiro Yamada
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
2016-01-20
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
2015-10-09
x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm
Andy Lutomirski
2015-10-07
x86/vdso: Remove runtime 32-bit vDSO selection
Andy Lutomirski
2015-08-08
x86/vdso: Emit a GNU hash
Andy Lutomirski
2015-07-06
x86/compat: Don't build the 32-bit VDSO if not needed
Brian Gerst
2015-06-03
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Ingo Molnar