summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Do not allow external 0x80 interruptsThomas Gleixner2023-12-071-1/+36
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-072-78/+57
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-27/+0
|\
| * kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-27/+0
* | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \
| * | x86/vdso: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-101-1/+0
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-012-2/+3
|\ \ \
| * | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-032-2/+2
| |/ /
* | | Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-304-108/+90
|\ \ \
| * | | x86/entry/32: Clean up syscall fast exit testsBrian Gerst2023-10-131-26/+22
| * | | x86/entry/64: Use TASK_SIZE_MAX for canonical RIP testBrian Gerst2023-10-131-3/+3
| * | | x86/entry/64: Convert SYSRET validation tests to CBrian Gerst2023-10-132-52/+44
| * | | x86/entry/32: Remove SEP test for SYSEXITBrian Gerst2023-10-051-2/+1
| * | | x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst2023-10-053-7/+7
| * | | x86/entry/compat: Combine return value test from syscall handlerBrian Gerst2023-10-051-5/+4
| * | | x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst2023-10-051-16/+3
| * | | Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar2023-10-051-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | x86: Make IA32_EMULATION boot time configurableNikolay Borisov2023-09-141-1/+8
| * | | x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyNikolay Borisov2023-09-141-2/+0
| * | | x86/entry: Rename ignore_sysret()Nikolay Borisov2023-09-141-2/+2
| * | | x86: Introduce ia32_enabled()Nikolay Borisov2023-09-141-0/+4
| | |/ | |/|
* | | Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-6/+4
|\ \ \
| * | | x86/entry: Fix typos in commentsXin Li (Intel)2023-09-271-4/+4
| * | | x86/entry: Remove unused argument %rsi passed to exc_nmi()Xin Li (Intel)2023-09-271-2/+0
| |/ /
* | | Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-305-5/+4
|\ \ \
| * | | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-034-4/+4
| * | | x86/headers: Remove unnecessary #include <asm/export.h>Masahiro Yamada2023-10-031-1/+0
| | |/ | |/|
* | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-302-0/+6
|\ \ \
| * | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-091-1/+1
| |\| |
| * | | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-212-0/+2
| * | | futex: Add sys_futex_wait()peterz@infradead.org2023-09-212-0/+2
| * | | futex: Add sys_futex_wake()peterz@infradead.org2023-09-212-0/+2
| | |/ | |/|
* | | x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan2023-10-201-1/+2
| |/ |/|
* | xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-191-1/+1
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+1
|\
| * x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe2023-08-021-0/+1
* | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-282-0/+2
|\ \
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-272-0/+2
| |/
* | x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-091-2/+2
* | x86: Fix kthread unwindPeter Zijlstra2023-07-201-1/+15
* | x86: Rewrite ret_from_fork() in CBrian Gerst2023-07-102-47/+16
* | x86/32: Remove schedule_tail_wrapper()Brian Gerst2023-07-101-23/+10
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-0/+2
|\
| * cachestat: implement cachestat syscallNhat Pham2023-06-092-0/+2
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-12/+8
|\ \
| * | x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf2023-06-071-12/+8
| |/
* / x86/vdso: Include vdso/processor.hArnd Bergmann2023-05-181-0/+1
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-13/+13
|\
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-6/+6