summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge 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-02mseal sysmap: enable x86-64Jeff Xu1-2/+3
2025-03-31Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-03-27Merge 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-25Merge 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
2025-03-19x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMPIngo Molnar1-1/+1
2025-03-19x86/syscall/32: Add comment to conditionalBrian Gerst1-1/+2
2025-03-19x86/syscall: Remove stray semicolonsBrian Gerst2-3/+3
2025-03-19x86/syscall: Move sys_ni_syscall()Brian Gerst2-41/+0
2025-03-19x86/syscall/x32: Move x32 syscall tableBrian Gerst3-26/+13
2025-03-19x86/syscall/64: Move 64-bit syscall dispatch codeBrian Gerst3-95/+96
2025-03-19x86/syscall/32: Move 32-bit syscall dispatch codeBrian Gerst3-323/+329
2025-03-19x86/xen: Move Xen upcall handlerBrian Gerst1-72/+0
2025-03-19x86/entry: Add __init to ia32_emulation_override_cmdline()Vitaly Kuznetsov1-1/+1
2025-03-11x86/vdso: Always reject undefined references during linkingThomas Weißschuh2-14/+3
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst3-7/+7
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar2-3/+1
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar2-2/+2
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar1-0/+1
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar1-0/+1
2025-02-26x86/entry: Fix kernel-doc warningDaniel Sneddon1-0/+1
2025-02-22x86/arch_prctl: Simplify sys_arch_prctl()Brian Gerst1-1/+1
2025-02-21x86/vdso/vdso2c: Remove page handlingThomas Weißschuh3-45/+0
2025-02-21x86/vdso: Switch to generic storage implementationThomas Weißschuh2-124/+13
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2025-02-21x86/vdso: Fix latent bug in vclock_pages calculationThomas Weißschuh2-2/+2
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst2-3/+1
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra5-0/+8
2025-02-12fs: add open_tree_attr()Christian Brauner2-0/+2
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu1-5/+11
2025-02-03Revert "x86/module: prepare module loading for ROX allocations of text"Mike Rapoport (Microsoft)1-2/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-3/+2
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-42/+70
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-0/+8
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-0/+16
2024-11-08x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-1/+2
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche2-0/+8