summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vdso2c.h
AgeCommit message (Expand)Author
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson
2020-04-21x86/vdso/vdso2c: Convert iterators to unsignedDmitry Safonov
2019-04-19x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-30x86/vdso: Fix building on big endian hostSegher Boessenkool
2016-07-19x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-02-22x86/vdso: Mark the vDSO code read-only after initKees Cook
2016-01-12x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar