index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Age
Commit message (
Expand
)
Author
Lines
2026-03-04
x86/entry/vdso32: Work around libgcc unwinder bug
H. Peter Anvin
-0
/
+30
2026-02-23
x86/fred: Correct speculative safety in fred_extint()
Andrew Cooper
-3
/
+2
2026-02-10
x86: keep legacy generated vdso files around in .gitignore file
Linus Torvalds
-1
/
+2
2026-02-10
Merge tag 'x86_entry_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-790
/
+273
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+0
2026-02-10
Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-3
/
+11
2026-02-10
Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+2
2026-01-24
x86/entry/vdso32: Omit '.cfi_offset eflags' for LLVM < 16
Nathan Chancellor
-0
/
+10
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
-0
/
+2
2026-01-16
x86/entry/vdso: Fix filtering of vdso compiler flags
H. Peter Anvin
-2
/
+2
2026-01-14
vdso: Remove struct getcpu_cache
Thomas Weißschuh
-3
/
+2
2026-01-13
x86/entry/vdso32: When using int $0x80, use it directly
H. Peter Anvin
-4
/
+14
2026-01-13
x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
H. Peter Anvin
-6
/
+2
2026-01-13
x86/entry/vdso: Include GNU_PROPERTY and GNU_STACK PHDRs
H. Peter Anvin
-15
/
+23
2026-01-13
x86/entry/vdso32: Remove open-coded DWARF in sigreturn.S
H. Peter Anvin
-114
/
+32
2026-01-13
x86/entry/vdso32: Remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
H. Peter Anvin
-6
/
+2
2026-01-13
x86/entry/vdso32: Don't rely on int80_landing_pad for adjusting ip
H. Peter Anvin
-10
/
+6
2026-01-13
x86/entry/vdso: Refactor the vdso build
H. Peter Anvin
-186
/
+180
2026-01-13
x86/entry/vdso: Move vdso2c to arch/x86/tools
H. Peter Anvin
-445
/
+3
2026-01-13
x86/entry/vdso: Rename vdso_image_* to vdso*_image
H. Peter Anvin
-17
/
+14
2026-01-13
x86/vdso: Provide clock_getres_time64() for x86-32
Thomas Weißschuh
-0
/
+9
2026-01-12
x86/paravirt: Remove not needed includes of paravirt.h
Juergen Gross
-2
/
+0
2025-12-17
perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
-0
/
+1
2025-12-02
Merge tag 'x86_entry_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2025-12-02
Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-6
/
+7
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+2
2025-12-01
Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+8
2025-11-24
x86_64/bug: Implement __WARN_printf()
Peter Zijlstra
-0
/
+8
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
-6
/
+7
2025-11-04
entry: Remove syscall_enter_from_user_mode_prepare()
Thomas Gleixner
-1
/
+2
2025-11-03
arch: hookup listns() system call
Christian Brauner
-0
/
+2
2025-10-13
x86/fred: Fix 64bit identifier in fred_ss
Andrew Cooper
-2
/
+2
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-13
/
+31
2025-10-11
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+1
2025-10-04
Merge tag 'x86_entry_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+15
2025-08-22
x86/entry/fred: Push __KERNEL_CS directly
Xin Li (Intel)
-2
/
+1
2025-08-21
uprobes/x86: Add uprobe syscall to speed up uprobe
Jiri Olsa
-0
/
+1
2025-08-18
x86/fred: Play nice with invoking asm_fred_entry_from_kvm() on non-FRED hardware
Josh Poimboeuf
-13
/
+31
2025-08-13
x86/fred: Remove ENDBR64 from FRED entry points
Xin Li (Intel)
-1
/
+1
2025-08-13
x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
Kirill A. Shutemov
-3
/
+14
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+4
2025-07-21
stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
Kees Cook
-1
/
+2
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
-2
/
+2
2025-07-02
fs: introduce file_getattr and file_setattr syscalls
Andrey Albershteyn
-0
/
+4
2025-06-16
x86/bugs: Rename MDS machinery to something more generic
Borislav Petkov (AMD)
-4
/
+4
2025-05-26
Merge tag 'x86-entry-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-23
/
+12
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
-2
/
+0
2025-05-09
x86/its: Align RETs in BHB clear sequence to avoid thunking
Pawan Gupta
-3
/
+17
2025-04-22
x86/vdso: Remove redundant #ifdeffery around in_ia32_syscall()
Thomas Weißschuh
-4
/
+0
[next]