summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel1-0/+2
2021-03-06x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski1-1/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-14/+15
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-54/+6
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+2
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen1-1/+2
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-2/+2
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-12/+13
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar2-17/+19
2021-02-11x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-39/+0
2021-02-11x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner1-13/+6
2021-02-11x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-1/+0
2021-02-11x86/entry: Convert system vectors to irq stack macroThomas Gleixner1-1/+0
2021-02-11x86/entry: Fix instrumentation annotationThomas Gleixner1-1/+1
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-9/+7
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-5/+5
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+5
2021-01-24fs: add mount_setattr()Christian Brauner2-0/+2
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov1-6/+1
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers1-4/+4
2021-01-12x86/entry: Fix noinstr failPeter Zijlstra1-3/+7
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn2-0/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-17/+0
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-17/+0
2020-12-15Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-34/+19
2020-12-15Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2020-12-02x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi3-0/+19
2020-11-18x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson3-0/+154
2020-11-18x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson5-5/+134
2020-11-16Merge branch 'x86/entry' into core/entryThomas Gleixner2-3/+3
2020-11-05x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-34/+0
2020-10-28Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi1-1/+1
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi1-2/+2
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+1
2020-10-20treewide: remove DISABLE_LTOSami Tolvanen1-2/+0
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2-0/+2
2020-10-14x86/syscalls: Document the fact that syscalls 512-547 are a legacy mistakeAndy Lutomirski1-4/+6
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+80
2020-10-13Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-13Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-10-13Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+15
2020-10-13Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2020-10-12Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2020-10-09kbuild: explicitly specify the build id styleBill Wendling1-1/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig3-4/+6
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig3-2/+3
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig3-4/+6