summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2024-02-19x86/entry_32: Add VERW just before userspace transitionPawan Gupta
2024-02-19x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2024-02-19x86/bugs: Add asm helpers for executing VERWPawan Gupta
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-08Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi
2023-12-07x86/entry: Do not allow external 0x80 interruptsThomas Gleixner
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann
2023-11-21x86/entry: Harden return-to-userPeter Zijlstra
2023-11-21x86/entry: Optimize common_interrupt_return()Peter Zijlstra
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada
2023-10-20x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan
2023-10-13x86/entry/32: Clean up syscall fast exit testsBrian Gerst
2023-10-13x86/entry/64: Use TASK_SIZE_MAX for canonical RIP testBrian Gerst
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst
2023-10-10x86/vdso: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta
2023-10-05x86/entry/32: Remove SEP test for SYSEXITBrian Gerst
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst
2023-10-05x86/entry/compat: Combine return value test from syscall handlerBrian Gerst
2023-10-05x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-10-03x86/headers: Remove unnecessary #include <asm/export.h>Masahiro Yamada
2023-09-27x86/entry: Fix typos in commentsXin Li (Intel)
2023-09-27x86/entry: Remove unused argument %rsi passed to exc_nmi()Xin Li (Intel)
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross
2023-09-14x86: Make IA32_EMULATION boot time configurableNikolay Borisov
2023-09-14x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyNikolay Borisov
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov
2023-09-14x86: Introduce ia32_enabled()Nikolay Borisov
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov