summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
| * | um: sysdep/barrier.h is not used for anythingAl Viro2011-11-024-22/+0Star
| * | um: shared/process.h is empty now; kill itAl Viro2011-11-026-14/+0Star
| * | um: finish conversion to mcontext_tAl Viro2011-11-029-81/+67Star
| * | 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/+3Star
| * | um: take system.h out of shared/sysdepAl Viro2011-11-022-2/+1Star
| * | um: fill the handlers array at build timeAl Viro2011-11-024-12/+21
| * | um: simplify set_handler()Al Viro2011-11-024-27/+19Star
| * | um: don't bother blocking SIGARLM and SIGUSR1Al Viro2011-11-023-9/+8Star
| * | um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro2011-11-027-39/+14Star
| * | um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-028-22/+14Star
| * | um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro2011-11-029-85/+57Star
| * | um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro2011-11-025-35/+10Star
| * | um: kill dead code around uaccessAl Viro2011-11-026-77/+3Star
| * | um: merge arch/um/sys-{i386,x86_64}Al Viro2011-11-0251-193/+81Star
| * | um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro2011-11-0239-134/+61Star
| * | um: merge arch/um/sys-{i386,x86_64}/asmAl Viro2011-11-0219-234/+192Star
| * | um: get rid of unused macros in ptrace_user.hAl Viro2011-11-022-63/+0Star
| * | um: get rid of sysdep/sc.hAl Viro2011-11-024-91/+15Star
| * | um: Get rid of UPT_SET/UPT_REG macrosAl Viro2011-11-025-158/+145Star
| * | um: take vm-flags.h to sys-*/asmAl Viro2011-11-023-1/+1
| * | um: get rid of sysdep/checksum.hAl Viro2011-11-023-7/+1Star
| * | um: trim unused junk from user.hAl Viro2011-11-021-2/+0Star
| * | um: get rid of kern_constants.hAl Viro2011-11-025-14/+5Star
| * | um: kill a couple of useless includes of kern_constants.hAl Viro2011-11-022-2/+0Star
| * | um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-0247-78/+3Star
| * | um: take user_constants.h to include/generatedAl Viro2011-11-027-9/+8Star
| * | um: kill skas_ptregs.hAl Viro2011-11-023-10/+0Star
| * | 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/+80Star
| * | um: make copy_sc() staticAl Viro2011-11-023-32/+1Star
| * | 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/+3Star
| * | um: use subarch-obj instead of copying...Al Viro2011-11-022-227/+2Star
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-1/+0Star
|\ \ \ | | |/ | |/|
| * | time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-041-1/+0Star
* | | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-2217-77/+105
|\ \ \ | | |/ | |/|
| * | um: fix strrchr() problemsAl Viro2011-09-151-1/+1
| * | um: clean arch_ptrace() up a bitAl Viro2011-09-155-46/+31Star
| * | um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2011-09-152-14/+14
| * | um: fix free_winch() messAl Viro2011-09-151-14/+24
| * | um: winch_interrupt() can happen inside of free_winch()Al Viro2011-09-151-2/+4
| * | um: fix oopsable race in line_close()Al Viro2011-09-152-13/+13
| * | um: Save FPU registers between task switchesIngo van Lil2011-09-157-5/+31
| * | um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer2011-09-151-0/+1
| * | um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo2011-09-151-0/+4
| |/
* / net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
|/
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-2/+0Star
* Merge 'akpm' patch seriesLinus Torvalds2011-07-2634-90/+604
|\
| * um: remove dead codeRichard Weinberger2011-07-263-6/+3Star