summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64_compat.S
AgeCommit message (Expand)Author
2019-01-18x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-06-27x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"Andy Lutomirski
2018-04-27x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski
2018-04-05syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski
2018-03-07x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski
2018-03-07x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski
2018-02-21x86/entry/64: Open-code switch_to_thread_stack()Dominik Brodowski
2018-02-17x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski
2018-02-06x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross
2017-08-29x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()Jiri Slaby
2017-08-10x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski
2016-05-03x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2016-03-10x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testAndy Lutomirski
2016-02-25x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski
2015-12-19x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky
2015-12-14x86/entry/64_compat: Make labels localBorislav Petkov
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky
2015-10-18x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski
2015-10-11x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov
2015-10-09x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski
2015-10-09x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski
2015-10-09x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski
2015-10-09x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski
2015-10-07x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski
2015-10-07x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-24x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko