summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-0293-6775/+14
* um: merge Makefile-{i386,x86_64}Al Viro2011-11-023-28/+35
* um: trim detritus from Makefile-i386Al Viro2011-11-021-7/+3
* um: arch_hweight.h is needed only on uml-x86Al Viro2011-11-021-0/+0
* um: merge kernel_offsets_*.hAl Viro2011-11-023-49/+21
* um: merge skas_ptrace.h 32/64bit variantsAl Viro2011-11-023-48/+21
* um: sysdep/barrier.h is not used for anythingAl Viro2011-11-024-22/+0
* um: shared/process.h is empty now; kill itAl Viro2011-11-026-14/+0
* um: finish conversion to mcontext_tAl Viro2011-11-029-81/+67
* um: start switching the references to host mcontext_t to its userland typeAl Viro2011-11-027-26/+33
* um: take userland definition of barrier() to user.hAl Viro2011-11-023-6/+3
* um: take system.h out of shared/sysdepAl Viro2011-11-022-2/+1
* um: fill the handlers array at build timeAl Viro2011-11-024-12/+21
* um: simplify set_handler()Al Viro2011-11-024-27/+19
* um: don't bother blocking SIGARLM and SIGUSR1Al Viro2011-11-023-9/+8
* um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro2011-11-027-39/+14
* um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-028-22/+14
* um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro2011-11-029-85/+57
* um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro2011-11-025-35/+10
* um: kill dead code around uaccessAl Viro2011-11-026-77/+3
* um: merge arch/um/sys-{i386,x86_64}Al Viro2011-11-0251-193/+81
* um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro2011-11-0239-134/+61
* um: merge arch/um/sys-{i386,x86_64}/asmAl Viro2011-11-0219-234/+192
* um: get rid of unused macros in ptrace_user.hAl Viro2011-11-022-63/+0
* um: get rid of sysdep/sc.hAl Viro2011-11-024-91/+15
* um: Get rid of UPT_SET/UPT_REG macrosAl Viro2011-11-025-158/+145
* um: take vm-flags.h to sys-*/asmAl Viro2011-11-023-1/+1
* um: get rid of sysdep/checksum.hAl Viro2011-11-023-7/+1
* um: trim unused junk from user.hAl Viro2011-11-021-2/+0
* um: get rid of kern_constants.hAl Viro2011-11-025-14/+5
* um: kill a couple of useless includes of kern_constants.hAl Viro2011-11-022-2/+0
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-0247-78/+3
* um: take user_constants.h to include/generatedAl Viro2011-11-027-9/+8
* um: kill skas_ptregs.hAl Viro2011-11-023-10/+0
* um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro2011-11-021-2/+2
* um: series of __get_user() is costly in sigframe handlingAl Viro2011-11-022-86/+80
* um: make copy_sc() staticAl Viro2011-11-023-32/+1
* um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro2011-11-021-5/+8
* um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2011-11-022-15/+3
* um: use subarch-obj instead of copying...Al Viro2011-11-022-227/+2
* um: fix strrchr() problemsAl Viro2011-09-141-1/+1
* um: clean arch_ptrace() up a bitAl Viro2011-09-145-46/+31
* um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2011-09-142-14/+14
* um: fix free_winch() messAl Viro2011-09-141-14/+24
* um: winch_interrupt() can happen inside of free_winch()Al Viro2011-09-141-2/+4
* um: fix oopsable race in line_close()Al Viro2011-09-142-13/+13
* um: Save FPU registers between task switchesIngo van Lil2011-09-147-5/+31
* um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer2011-09-141-0/+1
* um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo2011-09-141-0/+4
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-2/+0
OpenPOWER on IntegriCloud