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