summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/vdso/vdso32
AgeCommit message (Expand)AuthorLines
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin-0/+30
2026-02-10Merge tag 'x86_entry_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-152/+84
2026-01-24x86/entry/vdso32: Omit '.cfi_offset eflags' for LLVM < 16Nathan Chancellor-0/+10
2026-01-13x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin-4/+14
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin-6/+2
2026-01-13x86/entry/vdso32: Remove open-coded DWARF in sigreturn.SH. Peter Anvin-114/+32
2026-01-13x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.SH. Peter Anvin-6/+2
2026-01-13x86/entry/vdso: Refactor the vdso buildH. Peter Anvin-27/+29
2026-01-13x86/vdso: Provide clock_getres_time64() for x86-32Thomas Weißschuh-0/+1
2023-02-07x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpuSebastian Andrzej Siewior-26/+27
2023-02-06x86/vdso: Provide getcpu for x86-32.Sebastian Andrzej Siewior-0/+3
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra-1/+1
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar-1/+1
2021-03-11x86/alternative: Merge include filesJuergen Gross-1/+1
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi-0/+2
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross-0/+1
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross-30/+0
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada-4/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst-0/+1
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby-1/+1
2019-06-22x86/vdso: Add clock_gettime64() entry pointVincenzo Frascino-0/+1
2019-06-22x86/vdso: Add clock_getres() entry pointVincenzo Frascino-0/+1
2018-07-18x86: Add build salt to the vDSOLaura Abbott-0/+3
2018-05-05x86/vdso: Remove unused fileJann Horn-1/+0
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+5
2016-06-14x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski-14/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov-1/+1
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski-10/+42
2015-12-21x86/entry: Fix some commentsAndy Lutomirski-1/+1
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2015-10-09x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski-0/+2
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski-0/+8
2015-10-09x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski-1/+24
2015-10-09x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski-40/+8
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski-191/+0
2015-09-22x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani-0/+2
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar-0/+505