aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+3
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-108/+90
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+4
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-5/+4
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+6
2023-10-28kbuild: unify vdso_install rulesGravatar Masahiro Yamada 1-27/+0
2023-10-20x86/vdso: Run objtool on vdso32-setup.oGravatar David Kaplan 1-1/+2
2023-10-20x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendGravatar Uros Bizjak 3-3/+3
2023-10-13x86/entry/32: Clean up syscall fast exit testsGravatar Brian Gerst 1-26/+22
2023-10-13x86/entry/64: Use TASK_SIZE_MAX for canonical RIP testGravatar Brian Gerst 1-3/+3
2023-10-13x86/entry/64: Convert SYSRET validation tests to CGravatar Brian Gerst 2-52/+44
2023-10-10x86/vdso: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-05x86/entry/32: Remove SEP test for SYSEXITGravatar Brian Gerst 1-2/+1
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeGravatar Brian Gerst 3-7/+7
2023-10-05x86/entry/compat: Combine return value test from syscall handlerGravatar Brian Gerst 1-5/+4
2023-10-05x86/entry/64: Remove obsolete comment on tracing vs. SYSRETGravatar Brian Gerst 1-16/+3
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesGravatar Ingo Molnar 1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 2-2/+2
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 4-4/+4
2023-10-03x86/headers: Remove unnecessary #include <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-09-27x86/entry: Fix typos in commentsGravatar Xin Li (Intel) 1-4/+4
2023-09-27x86/entry: Remove unused argument %rsi passed to exc_nmi()Gravatar Xin Li (Intel) 1-2/+0
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 2-0/+2
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 2-0/+2
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 2-0/+2
2023-09-19xen: simplify evtchn_do_upcall() call mazeGravatar Juergen Gross 1-1/+1
2023-09-14x86: Make IA32_EMULATION boot time configurableGravatar Nikolay Borisov 1-1/+8
2023-09-14x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyGravatar Nikolay Borisov 1-2/+0
2023-09-14x86/entry: Rename ignore_sysret()Gravatar Nikolay Borisov 1-2/+2
2023-09-14x86: Introduce ia32_enabled()Gravatar Nikolay Borisov 1-0/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesGravatar Kirill A. Shutemov 1-2/+2
2023-08-02x86/shstk: Introduce map_shadow_stack syscallGravatar Rick Edgecombe 1-0/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 2-0/+2
2023-07-20x86: Fix kthread unwindGravatar Peter Zijlstra 1-1/+15
2023-07-10x86: Rewrite ret_from_fork() in CGravatar Brian Gerst 2-47/+16
2023-07-10x86/32: Remove schedule_tail_wrapper()Gravatar Brian Gerst 1-23/+10
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+2
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+8
2023-06-09cachestat: implement cachestat syscallGravatar Nhat Pham 2-0/+2
2023-06-07x86/entry: Move thunk restore code into thunk functionsGravatar Josh Poimboeuf 1-12/+8
2023-05-18x86/vdso: Include vdso/processor.hGravatar Arnd Bergmann 1-0/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-13/+13
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+2
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+1