aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-1/+0
|\ \
| * | time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-041-1/+0
* | | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-2217-77/+105
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-2/+0
* Merge 'akpm' patch seriesLinus Torvalds2011-07-2534-90/+604
|\
| * um: remove dead codeRichard Weinberger2011-07-253-6/+3
| * um: adjust size of pid_bufRichard Weinberger2011-07-251-1/+1
| * um: implement a x86_64 vDSORichard Weinberger2011-07-259-0/+365