summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-21x86/entry: Fix some commentsAndy 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-12-11x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski
2015-12-11x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski
2015-12-11x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski
2015-12-11x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski
2015-12-01x86: add sys_copy_file_range to syscall tablesZach Brown
2015-11-24x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski
2015-11-24Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar
2015-11-24x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky
2015-11-23x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky
2015-11-23x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-18x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski
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: Split and inline syscall_return_slowpath()Andy Lutomirski
2015-10-09x86/entry: Split and inline prepare_exit_to_usermode()Andy Lutomirski
2015-10-09x86/entry: Use pt_regs_to_thread_info() in syscall entry tracingAndy Lutomirski
2015-10-09x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRYAndy Lutomirski
2015-10-09x86/entry: Micro-optimize compat fast syscall arg fetchAndy Lutomirski
2015-10-09x86/entry: Force inlining of 32-bit syscall codeAndy Lutomirski
2015-10-09x86/entry: Make irqs_disabled checks in exit code depend on lockdepAndy Lutomirski
2015-10-09x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscallsAndy Lutomirski
2015-10-09x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski
2015-10-09x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski
2015-10-09x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski
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: Add C code for fast system call entriesAndy Lutomirski
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski
2015-10-09x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy 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-09x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski
2015-10-09x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski
2015-10-09x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski