aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2017-08-24x86/asm/64: Clear AC on NMI entriesAndy Lutomirski
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause
2017-01-09ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)
2016-08-16x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells
2016-04-12x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski
2016-03-03x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
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-11-24x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski
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
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-10-07x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski
2015-10-07x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski
2015-10-07x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski
2015-10-07Merge branch 'linus' into x86/asm, to pick up fixes before applying new changesIngo Molnar
2015-10-06Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changesIngo Molnar
2015-09-22x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski
2015-09-22x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani
2015-09-21x86/entry/vsyscall: Fix undefined symbol warningBorislav Petkov