index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
mseal: wire up mseal syscall
Jeff Xu
2
-0
/
+2
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-27
/
+1
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-26
/
+0
2024-05-14
Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-05-14
Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-19
/
+1
2024-05-14
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-05-09
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
1
-26
/
+2
2024-04-30
x86/irq: Install posted MSI notification handler
Jacob Pan
1
-0
/
+2
2024-04-18
x86/fred: Fix incorrect error code printout in fred_bad_type()
Hou Wenlong
1
-4
/
+4
2024-04-18
x86/fred: Fix INT80 emulation for FRED
Xin Li (Intel)
2
-1
/
+66
2024-04-09
x86/entry: Merge thunk_64.S and thunk_32.S into thunk.S
Lai Jiangshan
3
-19
/
+1
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
3
-2
/
+79
2024-04-08
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
4
-10
/
+46
2024-03-26
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
Borislav Petkov (AMD)
1
-0
/
+1
2024-03-22
x86/shstk: Enable shadow stacks for x32
H.J. Lu
1
-1
/
+1
2024-03-22
x86/syscall/compat: Remove ia32_unistd.h
Brian Gerst
1
-1
/
+0
2024-03-22
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-0
/
+2
2024-03-12
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-160
/
+108
2024-03-12
Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-20
/
+13
2024-03-12
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-19
/
+446
2024-02-27
x86/vdso: Move vDSO to mmap region
Daniel Micay
1
-55
/
+2
2024-02-23
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
1
-0
/
+2
2024-02-22
x86/vdso/kbuild: Group non-standard build attributes and primary object file ...
Ingo Molnar
1
-15
/
+15
2024-02-22
Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...
Ingo Molnar
1
-22
/
+8
2024-02-20
x86/vdso: Fix rethunk patching for vdso-image-{32,64}.o
Josh Poimboeuf
1
-3
/
+6
2024-02-20
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
1
-0
/
+3
2024-02-20
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
2
-0
/
+12
2024-02-20
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
1
-0
/
+23
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
6
-70
/
+83
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
14
-246
/
+240
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
4
-59
/
+72
2024-02-08
x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32
Masahiro Yamada
1
-2
/
+1
2024-02-08
x86/vdso: Use $(addprefix ) instead of $(foreach )
Masahiro Yamada
1
-3
/
+3
2024-02-08
x86/vdso: Simplify obj-y addition
Masahiro Yamada
1
-12
/
+4
2024-02-08
x86/vdso: Consolidate targets and clean-files
Masahiro Yamada
1
-6
/
+1
2024-02-01
x86/fred: Add FRED initialization functions
H. Peter Anvin (Intel)
1
-0
/
+21
2024-02-01
x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
Xin Li
2
-0
/
+91
2024-02-01
x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
Peter Zijlstra (Intel)
1
-5
/
+10
2024-02-01
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
1
-1
/
+4
2024-02-01
x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
H. Peter Anvin (Intel)
2
-0
/
+7
2024-02-01
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
1
-0
/
+14
2024-02-01
x86/fred: FRED entry/exit and dispatch code
H. Peter Anvin (Intel)
3
-1
/
+299
2024-02-01
x86/ptrace: Cleanup the definition of the pt_regs structure
Xin Li
1
-1
/
+1
2024-01-25
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
Xin Li
2
-12
/
+0
2024-01-24
x86/entry: Avoid redundant CR3 write on paranoid returns
Lai Jiangshan
2
-20
/
+13
2024-01-11
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+1
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
1
-2
/
+2
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-2
/
+2
[next]