aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64_compat.S
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-04-08x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta1-0/+16
2024-03-22x86/syscall/compat: Remove ia32_unistd.hBrian Gerst1-1/+0
2024-02-19x86/entry_64: Add VERW just before userspace transitionPawan Gupta1-0/+1
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner1-77/+0
2023-10-05x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst1-1/+1
2023-10-05x86/entry/compat: Combine return value test from syscall handlerBrian Gerst1-5/+4
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2022-10-19x86: Remove __USER32_DSBrian Gerst1-2/+2
2022-10-17objtool: Allow symbol range comparisons for IBT/ENDBRPeter Zijlstra1-1/+0
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-3/+3
2022-08-16x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross1-1/+1
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-3/+3
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra1-4/+13
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-0/+4
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-94/+12
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra1-0/+3
2022-05-19x86/entry: Fix register corruption in compat syscallJosh Poimboeuf1-1/+1
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan1-0/+2
2022-05-06x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra1-84/+3
2022-05-06x86/entry: Simplify entry_INT80_compat()Linus Torvalds1-10/+9
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan1-1/+1
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra1-0/+1
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra1-0/+1
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra1-0/+3
2021-03-08x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel1-0/+2
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski1-9/+10
2020-07-01x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski1-0/+1
2020-07-01x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski1-6/+5
2020-06-11x86/entry: Make entry_64_compat.S objtool cleanPeter Zijlstra1-5/+20
2020-06-11x86/entry: Move irq flags tracing to prepare_exit_to_usermode()Thomas Gleixner1-9/+5
2020-06-11x86/entry: Move irq tracing on syscall entry to C-codeThomas Gleixner1-18/+0
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-2/+2
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby1-4/+4
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby1-2/+2
2019-01-18x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich1-2/+4
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+5
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski1-8/+8
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski1-4/+4
2018-04-05syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski1-0/+6
2018-03-07x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski1-3/+1
2018-03-07x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski1-12/+0
2018-02-21x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski1-2/+15
2018-02-17x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski1-27/+27
2018-02-06x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner1-7/+6
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra1-2/+2
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen1-1/+23
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski1-1/+4
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski1-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski1-2/+1
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski1-1/+1
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-1/+0
2017-08-29x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()Jiri Slaby1-2/+2
2017-08-10x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski1-4/+3
2016-05-03x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko1-24/+21
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski1-1/+1
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski1-27/+58
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski1-1/+8
2016-03-10x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testAndy Lutomirski1-5/+3
2016-02-25x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski1-0/+1
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+7
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski1-5/+5
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-4/+6
2015-12-14x86/entry/64_compat: Make labels localBorislav Petkov1-5/+5
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky1-8/+2
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky1-4/+6
2015-10-18x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski1-1/+1
2015-10-11x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov1-0/+6
2015-10-09x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski1-2/+40
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski1-36/+54
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski1-38/+18
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski1-29/+13
2015-10-09x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski1-242/+4
2015-10-09x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski1-96/+2
2015-10-09x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski1-0/+13
2015-10-07x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski1-8/+22
2015-10-07x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski1-9/+9
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-1/+2
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds1-1/+2
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-5/+9
2015-07-24x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko1-5/+9
2015-07-08x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski1-2/+6
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski1-0/+5
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski1-3/+3
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski1-2/+33
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko1-2/+5
2015-06-10x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko1-9/+18
2015-06-10x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko1-8/+12
2015-06-10x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko1-1/+1
2015-06-09x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko1-7/+7
2015-06-08x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko1-6/+2
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar1-2/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-4/+4
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar1-0/+547