summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-211-0/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-141-6/+6
|\
| * x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
* | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-132-0/+2
|\ \ | |/ |/|
| * x86: add sys_copy_file_range to syscall tablesZach Brown2015-12-012-0/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-128-104/+118
|\ \
| * | x86/entry/64_compat: Make labels localBorislav Petkov2015-12-141-5/+5
| * | x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski2015-12-111-51/+40Star
| * | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-112-1/+1
| * | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-114-13/+26
| * | x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski2015-12-111-35/+46
| * | x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski2015-11-242-6/+17
| * | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2015-11-241-1/+18
| |\ \
| * | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-8/+2Star
| * | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-6/+2Star
| * | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-232-6/+9
| | |/ | |/|
* | | x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski2015-12-214-19/+51
* | | x86/entry: Fix some commentsAndy Lutomirski2015-12-212-2/+2
* | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-192-6/+9
| |/ |/|
* | x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
|/
* mm: mlock: add new mlock system callEric B Munson2015-11-062-0/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-0/+2
|\
| * Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changesIngo Molnar2015-10-061-1/+15
| |\
| * | x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani2015-09-221-0/+2
* | | x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski2015-10-181-2/+2
* | | x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-183-8/+17
* | | x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov2015-10-111-0/+6
* | | x86/entry: Split and inline syscall_return_slowpath()Andy Lutomirski2015-10-091-21/+29
* | | x86/entry: Split and inline prepare_exit_to_usermode()Andy Lutomirski2015-10-091-15/+28
* | | x86/entry: Use pt_regs_to_thread_info() in syscall entry tracingAndy Lutomirski2015-10-091-11/+11
* | | x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRYAndy Lutomirski2015-10-091-2/+4
* | | x86/entry: Micro-optimize compat fast syscall arg fetchAndy Lutomirski2015-10-091-2/+14
* | | x86/entry: Force inlining of 32-bit syscall codeAndy Lutomirski2015-10-091-3/+5
* | | x86/entry: Make irqs_disabled checks in exit code depend on lockdepAndy Lutomirski2015-10-091-3/+3
* | | x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscallsAndy Lutomirski2015-10-091-7/+11
* | | x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-093-100/+51Star
* | | x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13Star
* | | x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-091-3/+15
* | | x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2015-10-092-5/+60
* | | x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-092-36/+62
* | | x86/entry: Add C code for fast system call entriesAndy Lutomirski2015-10-091-0/+43
* | | x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-092-39/+19Star
* | | x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski2015-10-091-0/+43
* | | x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-092-4/+4
* | | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-091-4/+1Star
* | | x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-093-40/+20Star
* | | x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski2015-10-091-242/+4Star
* | | x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski2015-10-091-96/+2Star
* | | x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski2015-10-091-0/+13
* | | x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2015-10-092-1/+25