summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2016-02-24x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf
2016-02-17x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski
2016-01-29x86/syscalls: Refactor syscalltbl.shAndy Lutomirski
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-21UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-19x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov
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-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-12x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski
2016-01-12x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski
2016-01-12x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski
2016-01-12x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy 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-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-06mm: mlock: add new mlock system callEric B Munson
2015-11-04Merge 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