summaryrefslogtreecommitdiffstats
path: root/drivers/uwb (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-21x86/selftests, x86/vm86: Improve entry_from_vm86 selftestAndy Lutomirski1-8/+124
2015-07-21x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'Andy Lutomirski1-7/+28
2015-07-21locking/spinlocks: Force inlining of spinlock opsDenys Vlasenko1-15/+15
2015-07-21x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski1-0/+15
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2-89/+102
2015-07-21x86/entry/vm86: Preserve 'orig_ax'Brian Gerst1-0/+2
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2-6/+2
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski1-5/+5
2015-07-17x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermodeAndy Lutomirski1-1/+2
2015-07-08x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...Andy Lutomirski1-2/+6
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski1-0/+15
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2-11/+0
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski5-69/+27
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...Andy Lutomirski2-46/+23
2015-07-07x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski1-5/+3
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski2-23/+9
2015-07-07x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...Andy Lutomirski2-64/+11
2015-07-07x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2015-07-07x86/entry: Add new, comprehensible entry and exit handlers written in CAndy Lutomirski1-1/+111
2015-07-07x86/entry: Add enter_from_user_mode() and use it in syscallsAndy Lutomirski1-1/+12
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski1-0/+9
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski5-228/+257
2015-07-07notifiers, RCU: Assert that RCU is watching in notify_die()Andy Lutomirski1-0/+2
2015-07-07context_tracking: Add ct_state() and CT_WARN_ON()Andy Lutomirski2-0/+16
2015-07-07um: Fix do_signal() prototypeIngo Molnar5-12/+9
2015-07-07x86/entry/64/compat: Fix bad fast syscall arg failure pathAndy Lutomirski2-3/+34
2015-07-07x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faultsAndy Lutomirski2-1/+131
2015-07-06x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst1-1/+1
2015-07-06x86/compat: Clean up HAVE_UID16 configBrian Gerst1-2/+1
2015-07-06x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst1-1/+1
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst1-1/+0
2015-07-06x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst1-1/+1
2015-07-06x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst1-1/+1
2015-07-06x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst3-6/+9
2015-07-06x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst1-64/+74
2015-07-06x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2-4/+4
2015-07-06x86/compat: Move ucontext_x32 to sigframe.hBrian Gerst2-9/+10
2015-07-06x86/compat: Make mmap_is_ia32() common compatBrian Gerst1-8/+3
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst3-93/+96
2015-07-06x86/asm/tsc: Save an instruction in DECLARE_ARGS usersGeorge Spelvin1-4/+3
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2-24/+0
2015-07-06x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...Andy Lutomirski1-8/+2
2015-07-06x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski1-8/+6
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski5-40/+34
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski25-50/+59
2015-07-06x86/asm/tsc: Remove rdtscl()Andy Lutomirski1-3/+0
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc()Andy Lutomirski1-2/+2
2015-07-06x86/asm/tsc, staging/lirc_serial: Remove TSC-based timingAndy Lutomirski1-59/+4