summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
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-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-34/+19
2020-12-14Merge 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-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-34/+0
2020-10-27Merge 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-21treewide: 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-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+15
2020-10-12Merge 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
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2-1/+3
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-1/+1
2020-09-09x86/entry/64: Add entry code for #VC handlerJoerg Roedel1-0/+80
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-9/+20
2020-09-04x86/entry/64: Do not include inst.h in calling.hUros Bizjak1-1/+0
2020-08-26x86/entry: Remove unused THUNKsPeter Zijlstra1-5/+0
2020-08-24x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASEBorislav Petkov1-2/+3
2020-08-21x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson1-4/+6
2020-08-15x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross1-2/+2
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-0/+1
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni2-2/+2
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-137/+2
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2-137/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+11
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-32/+147
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-597/+39
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2020-08-04Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-3/+2
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-2/+2