summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro3-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro7-39/+14
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro8-22/+14
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro9-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro5-35/+10
2011-11-02um: kill dead code around uaccessAl Viro6-77/+3
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro51-193/+81
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro39-134/+61
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro19-234/+192
2011-11-02um: get rid of unused macros in ptrace_user.hAl Viro2-63/+0
2011-11-02um: get rid of sysdep/sc.hAl Viro4-91/+15
2011-11-02um: Get rid of UPT_SET/UPT_REG macrosAl Viro5-158/+145
2011-11-02um: take vm-flags.h to sys-*/asmAl Viro3-1/+1
2011-11-02um: get rid of sysdep/checksum.hAl Viro3-7/+1
2011-11-02um: trim unused junk from user.hAl Viro1-2/+0
2011-11-02um: get rid of kern_constants.hAl Viro5-14/+5
2011-11-02um: kill a couple of useless includes of kern_constants.hAl Viro2-2/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro47-78/+3
2011-11-02um: take user_constants.h to include/generatedAl Viro7-9/+8
2011-11-02um: kill skas_ptregs.hAl Viro3-10/+0
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro2-86/+80
2011-11-02um: make copy_sc() staticAl Viro3-32/+1
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2-15/+3
2011-11-02um: use subarch-obj instead of copying...Al Viro2-227/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2011-10-04time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz1-1/+0
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller17-77/+105
2011-09-14um: fix strrchr() problemsAl Viro1-1/+1
2011-09-14um: clean arch_ptrace() up a bitAl Viro5-46/+31
2011-09-14um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2-14/+14
2011-09-14um: fix free_winch() messAl Viro1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-14um: fix oopsable race in line_close()Al Viro2-13/+13
2011-09-14um: Save FPU registers between task switchesIngo van Lil7-5/+31
2011-09-14um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer1-0/+1
2011-09-14um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo1-0/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-2/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds34-90/+604
2011-07-25um: remove dead codeRichard Weinberger3-6/+3
2011-07-25um: adjust size of pid_bufRichard Weinberger1-1/+1
2011-07-25um: implement a x86_64 vDSORichard Weinberger9-0/+365
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger3-1/+37
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger3-1/+65
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger3-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso1-2/+4
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov1-2/+1
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov1-2/+2