index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
6
-70
/
+83
|
|
\
\
|
|
*
|
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-02-12
4
-59
/
+72
|
|
*
|
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
2024-01-10
1
-2
/
+2
|
|
*
|
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
1
-2
/
+2
|
|
*
|
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2024-01-10
2
-7
/
+7
|
*
|
|
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-02-14
14
-246
/
+240
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
2023-10-20
3
-3
/
+3
*
|
|
|
Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-11
2
-20
/
+13
|
\
\
\
\
|
*
|
|
|
x86/entry: Avoid redundant CR3 write on paranoid returns
Lai Jiangshan
2024-01-24
2
-20
/
+13
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
7
-19
/
+446
|
\
\
\
\
|
*
|
|
|
x86/fred: Add FRED initialization functions
H. Peter Anvin (Intel)
2024-01-31
1
-0
/
+21
|
*
|
|
|
x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
Xin Li
2024-01-31
2
-0
/
+91
|
*
|
|
|
x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
Peter Zijlstra (Intel)
2024-01-31
1
-5
/
+10
|
*
|
|
|
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
2024-01-31
1
-1
/
+4
|
*
|
|
|
x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
H. Peter Anvin (Intel)
2024-01-31
2
-0
/
+7
|
*
|
|
|
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
2024-01-31
1
-0
/
+14
|
*
|
|
|
x86/fred: FRED entry/exit and dispatch code
H. Peter Anvin (Intel)
2024-01-31
3
-1
/
+299
|
*
|
|
|
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
2024-01-31
1
-1
/
+1
|
*
|
|
|
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
Xin Li
2024-01-25
2
-12
/
+0
|
|
/
/
/
*
|
|
|
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
1
-0
/
+3
*
|
|
|
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
2
-0
/
+12
*
|
|
|
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
2024-02-19
1
-0
/
+23
|
/
/
/
*
|
|
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-10
1
-9
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
2023-11-23
1
-9
/
+1
*
|
|
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-09
2
-0
/
+6
|
\
\
\
|
*
|
|
LSM: wireup Linux Security Module syscalls
Casey Schaufler
2023-11-12
2
-0
/
+6
|
|
/
/
*
|
|
Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-01-08
2
-14
/
+31
|
\
\
\
|
*
|
|
x86/entry: Harden return-to-user
Peter Zijlstra
2023-11-21
1
-10
/
+8
|
*
|
|
x86/entry: Optimize common_interrupt_return()
Peter Zijlstra
2023-11-21
2
-5
/
+24
|
|
/
/
*
|
|
Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-01-08
2
-0
/
+4
|
\
\
\
|
*
|
|
wire up syscalls for statmount/listmount
Miklos Szeredi
2023-12-14
2
-0
/
+4
|
|
/
/
*
|
|
x86/entry: Do not allow external 0x80 interrupts
Thomas Gleixner
2023-12-07
1
-1
/
+36
*
|
|
x86/entry: Convert INT 0x80 emulation to IDTENTRY
Thomas Gleixner
2023-12-07
2
-78
/
+57
|
/
/
*
|
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-11-04
1
-27
/
+0
|
\
\
|
*
|
kbuild: unify vdso_install rules
Masahiro Yamada
2023-10-28
1
-27
/
+0
*
|
|
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-11-01
1
-1
/
+0
|
\
\
\
|
*
|
|
x86/vdso: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2023-10-10
1
-1
/
+0
*
|
|
|
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-01
2
-2
/
+3
|
\
\
\
\
|
*
|
|
|
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
2023-10-06
1
-0
/
+1
|
*
|
|
|
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
2023-10-03
2
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-10-30
4
-108
/
+90
|
\
\
\
\
|
*
|
|
|
x86/entry/32: Clean up syscall fast exit tests
Brian Gerst
2023-10-13
1
-26
/
+22
|
*
|
|
|
x86/entry/64: Use TASK_SIZE_MAX for canonical RIP test
Brian Gerst
2023-10-13
1
-3
/
+3
|
*
|
|
|
x86/entry/64: Convert SYSRET validation tests to C
Brian Gerst
2023-10-13
2
-52
/
+44
|
*
|
|
|
x86/entry/32: Remove SEP test for SYSEXIT
Brian Gerst
2023-10-05
1
-2
/
+1
|
*
|
|
|
x86/entry/32: Convert do_fast_syscall_32() to bool return type
Brian Gerst
2023-10-05
3
-7
/
+7
|
*
|
|
|
x86/entry/compat: Combine return value test from syscall handler
Brian Gerst
2023-10-05
1
-5
/
+4
|
*
|
|
|
x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
Brian Gerst
2023-10-05
1
-16
/
+3
|
*
|
|
|
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Ingo Molnar
2023-10-05
1
-1
/
+1
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
x86: Make IA32_EMULATION boot time configurable
Nikolay Borisov
2023-09-14
1
-1
/
+8
[prev]
[next]