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
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
1
-27
/
+0
2023-10-20
x86/vdso: Run objtool on vdso32-setup.o
David Kaplan
1
-1
/
+2
2023-10-20
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
3
-3
/
+3
2023-10-13
x86/entry/32: Clean up syscall fast exit tests
Brian Gerst
1
-26
/
+22
2023-10-13
x86/entry/64: Use TASK_SIZE_MAX for canonical RIP test
Brian Gerst
1
-3
/
+3
2023-10-13
x86/entry/64: Convert SYSRET validation tests to C
Brian Gerst
2
-52
/
+44
2023-10-11
x86/vdso: Remove now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-10-09
Merge tag 'v6.6-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-10-06
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
1
-0
/
+1
2023-10-05
x86/entry/32: Remove SEP test for SYSEXIT
Brian Gerst
1
-2
/
+1
2023-10-05
x86/entry/32: Convert do_fast_syscall_32() to bool return type
Brian Gerst
3
-7
/
+7
2023-10-05
x86/entry/compat: Combine return value test from syscall handler
Brian Gerst
1
-5
/
+4
2023-10-05
x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
Brian Gerst
1
-16
/
+3
2023-10-05
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
2
-2
/
+2
2023-10-03
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
4
-4
/
+4
2023-10-03
x86/headers: Remove unnecessary #include <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-09-27
x86/entry: Fix typos in comments
Xin Li (Intel)
1
-4
/
+4
2023-09-27
x86/entry: Remove unused argument %rsi passed to exc_nmi()
Xin Li (Intel)
1
-2
/
+0
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
2
-0
/
+2
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
2
-0
/
+2
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
2
-0
/
+2
2023-09-19
xen: simplify evtchn_do_upcall() call maze
Juergen Gross
1
-1
/
+1
2023-09-14
x86: Make IA32_EMULATION boot time configurable
Nikolay Borisov
1
-1
/
+8
2023-09-14
x86/entry: Compile entry_SYSCALL32_ignore() unconditionally
Nikolay Borisov
1
-2
/
+0
2023-09-14
x86/entry: Rename ignore_sysret()
Nikolay Borisov
1
-2
/
+2
2023-09-14
x86: Introduce ia32_enabled()
Nikolay Borisov
1
-0
/
+4
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2023-08-28
Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+2
2023-08-09
x86/mm: Fix VDSO and VVAR placement on 5-level paging machines
Kirill A. Shutemov
1
-2
/
+2
2023-08-03
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
1
-0
/
+1
2023-07-27
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
2
-0
/
+2
2023-07-21
x86: Fix kthread unwind
Peter Zijlstra
1
-1
/
+15
2023-07-10
x86: Rewrite ret_from_fork() in C
Brian Gerst
2
-47
/
+16
2023-07-10
x86/32: Remove schedule_tail_wrapper()
Brian Gerst
1
-23
/
+10
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+2
2023-06-28
Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+8
2023-06-10
cachestat: implement cachestat syscall
Nhat Pham
2
-0
/
+2
2023-06-07
x86/entry: Move thunk restore code into thunk functions
Josh Poimboeuf
1
-12
/
+8
2023-05-18
x86/vdso: Include vdso/processor.h
Arnd Bergmann
1
-0
/
+1
2023-04-29
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-13
/
+13
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2023-04-28
Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+2
2023-04-25
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+1
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
1
-1
/
+1
2023-03-24
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
1
-6
/
+6
2023-03-24
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
1
-7
/
+7
2023-03-22
x86: Simplify one-level sysctl registration for abi_table2
Luis Chamberlain
1
-10
/
+1
2023-03-21
vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
1
-4
/
+1
2023-03-16
x86: Allow atomic MM_CONTEXT flags setting
Kirill A. Shutemov
1
-1
/
+1
[prev]
[next]