summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-192-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-17/+0
|\
| * mm: forbid splitting special mappingsDmitry Safonov2020-12-151-17/+0
* | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-144-34/+19
|\ \
| * | x86: vdso: Expose sigreturn address on vdso to the kernelGabriel Krisman Bertazi2020-12-023-0/+19
| * | Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-162-3/+3
| |\ \
| * | | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-041-34/+0
| | |/ | |/|
* | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-3/+3
|\ \ \ | | |/ | |/|
| * | x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-261-1/+1
| * | x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2020-10-261-2/+2
* | | x86/vdso: Implement a vDSO for Intel SGX enclave callSean Christopherson2020-11-183-0/+154
* | | x86/vdso: Add support for exception fixup in vDSO functionsSean Christopherson2020-11-185-5/+134
| |/ |/|
* | Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-271-4/+6
|\ \ | |/ |/|
| * x86/syscalls: Document the fact that syscalls 512-547 are a legacy mistakeAndy Lutomirski2020-10-141-4/+6
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+1
|\ \
| * | treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-2/+0
| * | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-182-0/+2
* | | Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+80
|\ \ \
| * | | x86/entry/64: Add entry code for #VC handlerJoerg Roedel2020-09-091-0/+80
* | | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \ \ \
| * | | | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
* | | | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-1/+1
|\ \ \ \ \
| * | | | | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+1
| |/ / / /
* | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-123-10/+15
|\ \ \ \ \
| * | | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-033-4/+6
| * | | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-033-2/+3
| * | | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-033-4/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-122-2/+3
|\ \ \ \ \
| * | | | | x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross2020-08-151-2/+2
| * | | | | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-0/+1
* | | | | | Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-1/+0
|\ \ \ \ \ \
| * | | | | | x86/entry/64: Do not include inst.h in calling.hUros Bizjak2020-09-041-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASEBorislav Petkov2020-08-241-2/+3
| |/ / / /
* | | | / x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-222-1/+3
| |_|_|/ |/| | |
* | | | x86/entry: Unbreak 32bit fast syscallThomas Gleixner2020-09-041-9/+20
* | | | x86/entry: Remove unused THUNKsPeter Zijlstra2020-08-261-5/+0
|/ / /
* | / x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson2020-08-211-4/+6
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-142-2/+2
|/
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-142-137/+2
|\
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-112-137/+2
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \
| * | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-4/+11
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-5/+13
| |\ \ \ | | | |/ | | |/|
| * | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-193-4/+11
| | |/ | |/|
* | | Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-042-32/+147
|\ \ \
| * | | x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2020-06-182-26/+91
| * | | x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2020-06-181-0/+34