summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2026-01-13x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin1-4/+14
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin1-6/+2
2026-01-13x86/entry/vdso: Include GNU_PROPERTY and GNU_STACK PHDRsH. Peter Anvin1-15/+23
2026-01-13x86/entry/vdso32: Remove open-coded DWARF in sigreturn.SH. Peter Anvin1-114/+32
2026-01-13x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.SH. Peter Anvin1-6/+2
2026-01-13x86/entry/vdso32: Don't rely on int80_landing_pad for adjusting ipH. Peter Anvin1-9/+5
2026-01-13x86/entry/vdso: Refactor the vdso buildH. Peter Anvin21-186/+180
2026-01-13x86/entry/vdso: Move vdso2c to arch/x86/toolsH. Peter Anvin3-445/+3
2026-01-13x86/entry/vdso: Rename vdso_image_* to vdso*_imageH. Peter Anvin4-17/+14
2026-01-13x86/vdso: Provide clock_getres_time64() for x86-32Thomas Weißschuh2-0/+9
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross2-2/+0
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson1-0/+1
2025-12-02Merge tag 'x86_entry_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+7
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2025-11-24x86_64/bug: Implement __WARN_printf()Peter Zijlstra1-0/+8
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson3-6/+7
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner1-1/+2
2025-11-03arch: hookup listns() system callChristian Brauner2-0/+2
2025-10-13x86/fred: Fix 64bit identifier in fred_ssAndrew Cooper1-2/+2
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-13/+31
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-10-04Merge tag 'x86_entry_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+15
2025-08-22x86/entry/fred: Push __KERNEL_CS directlyXin Li (Intel)1-2/+1
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa1-0/+1
2025-08-18x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardwareJosh Poimboeuf2-13/+31
2025-08-13x86/fred: Remove ENDBR64 from FRED entry pointsXin Li (Intel)1-1/+1
2025-08-13x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov1-3/+14
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+4
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+4
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook1-1/+2
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-2/+2
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn2-0/+4
2025-06-16x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)1-4/+4
2025-05-26Merge tag 'x86-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+12
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov1-2/+0
2025-05-09x86/its: Align RETs in BHB clear sequence to avoid thunkingPawan Gupta1-3/+17
2025-04-22x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall()Thomas Weißschuh1-4/+0
2025-04-22x86/vdso: Remove #ifdeffery around page setup variantsThomas Weißschuh1-19/+12
2025-04-09x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf1-1/+1
2025-04-09x86/bugs: Rename entry_ibpb() to write_ibpb()Josh Poimboeuf1-3/+4
2025-04-01mseal sysmap: enable x86-64Jeff Xu1-2/+3
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+11
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-181/+14
2025-03-25x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1Jann Horn1-0/+2
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-574/+461
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth1-1/+1