summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/tsc: Add rdtscll() merge helperIngo Molnar2015-08-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-05
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-05
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/build: Fix detection of GCC -mpreferred-stack-boundary supportAndy Lutomirski2015-07-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'Andy Lutomirski2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/vm86: Preserve 'orig_ax'Brian Gerst2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski2015-07-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermodeAndy Lutomirski2015-07-17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski2015-07-08
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Add new, comprehensible entry and exit handlers written in CAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Add enter_from_user_mode() and use it in syscallsAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | um: Fix do_signal() prototypeIngo Molnar2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski2015-07-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Clean up HAVE_UID16 configBrian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Remove unneeded #includeBrian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-06
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-06