summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso
AgeCommit message (Expand)AuthorFilesLines
2022-08-11x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra1-0/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner1-1/+1
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook1-1/+2
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap1-1/+1
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+2
2021-12-30x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada1-1/+1
2021-12-11x86: Remove .fixup sectionPeter Zijlstra1-1/+0
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra2-2/+2
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada1-1/+1
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+4
2021-03-22x86: Fix various typos in comments, take #2Ingo Molnar4-4/+4
2021-03-11x86/alternative: Merge include filesJuergen Gross1-1/+1
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby1-1/+1
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen1-1/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-17/+0
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-17/+0
2020-12-15Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+19
2020-12-15Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi3-0/+19
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson3-0/+154
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson5-5/+134
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi1-2/+2
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+1
2020-10-20treewide: remove DISABLE_LTOSami Tolvanen1-2/+0
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-0/+1
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-30/+0
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross1-30/+0
2020-08-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner1-3/+2
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-04-21x86/vdso/Makefile: Add vobjs32Dmitry Safonov1-10/+5
2020-04-21x86/vdso/vdso2c: Convert iterators to unsignedDmitry Safonov1-9/+7
2020-04-21x86/vdso/vdso2c: Correct error messages on file openDmitry Safonov1-2/+2
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar5-6/+16
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-4/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-03-31Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+7
2020-03-31Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2020-03-27x86/vdso: Discard .note.gnu.property sections in vDSOH.J. Lu1-0/+7
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar5-7/+132
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner1-3/+3