summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso
AgeCommit message (Expand)Author
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge tag 'x86-urgent-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-09x86/vdso: Conditionally export __vdso_sgx_enter_enclave()Nathan Chancellor
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner
2022-10-17x86/vdso: Ensure all kernel code is seen by objtoolThomas Gleixner
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
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-26x86: remove vma linked list walksMatthew Wilcox (Oracle)
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-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-30x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada
2021-12-11x86: Remove .fixup sectionPeter Zijlstra
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada
2021-04-26Merge tag 'x86-vdso-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-11x86/alternative: Merge include filesJuergen Gross
2021-03-06x86/vdso: Use proper modifier for len's format specifier in extract()Jiri Slaby
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: forbid splitting special mappingsDmitry Safonov
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi
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-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada