summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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/+51
* x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13
* 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/+19
* 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/+1
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-093-40/+20
* x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski2015-10-091-242/+4
* x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski2015-10-091-96/+2
* 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
* x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski2015-10-091-40/+8
* x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-091-2/+2
* x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-077-255/+13
* x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski2015-10-071-8/+22
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-073-3/+2
* x86/entry/64/compat: Fix SYSENTER's NT flag before user memory accessAndy Lutomirski2015-10-071-9/+9
* Merge branch 'linus' into x86/asm, to pick up fixes before applying new changesIngo Molnar2015-10-071-1/+15
|\
| * x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-09-221-1/+4
| * x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-221-0/+11
* | x86/entry/vsyscall: Fix undefined symbol warningBorislav Petkov2015-09-211-2/+2
* | x86/entry/vsyscall: Add CONFIG to control defaultKees Cook2015-09-201-1/+8
|/
* sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-112-0/+2
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* userfaultfd: activate syscallAndrea Arcangeli2015-09-042-0/+2
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-1/+2
|\
| * x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds2015-08-131-1/+2
* | x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
* | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-051-57/+0
* | x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11
* | x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2
* | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-23/+1
* | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-312-105/+208
|\ \ | |/
| * x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commitDenys Vlasenko2015-07-241-5/+9
| * x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-171-0/+15
OpenPOWER on IntegriCloud