summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae2020-06-181-8/+24
* | | | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-043-597/+39
|\ \ \ \
| * \ \ \ Merge branch 'locking/nmi' into x86/entryIngo Molnar2020-07-261-0/+34
| |\ \ \ \
| * | | | | x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2020-07-241-3/+3
| * | | | | x86/entry: Use generic interrupt entry/exit codeThomas Gleixner2020-07-241-166/+1
| * | | | | x86/entry: Use generic syscall exit functionalityThomas Gleixner2020-07-243-218/+7
| * | | | | x86/entry: Use generic syscall entry functionThomas Gleixner2020-07-241-173/+8
| * | | | | x86/entry: Move user return notifier out of loopThomas Gleixner2020-07-241-4/+4
| * | | | | x86/entry: Consolidate 32/64 bit syscall entryThomas Gleixner2020-07-241-52/+41
| * | | | | x86/entry: Consolidate check_user_regs()Thomas Gleixner2020-07-241-15/+9
| * | | | | Merge branch 'core/entry' into x86/entryThomas Gleixner2020-07-241-3/+11
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.Thomas Gleixner2020-07-101-2/+2
| |\ \ \ \ \