summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski2016-02-171-10/+13
* x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1
* x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
* x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
* x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-305-3/+4
* x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2016-01-292-78/+65Star
* x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski2016-01-291-16/+19
* x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-292-87/+10Star
* x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-293-24/+55
* x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-293-7/+20
* x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-293-14/+22
* x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-292-9/+16
* x86/syscalls: Refactor syscalltbl.shAndy Lutomirski2016-01-291-5/+13
* Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-294-6/+9
|\
| * 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
* | | x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov2016-01-191-31/+0Star
* | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-122-3/+10
* | | x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
* | | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-122-14/+19
* | | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-0/+1
|/ /
* | 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