aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: remove sysdep/thread.hJeff Dike5-17/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike85-4183/+34
2007-10-16uml: add VDE networking supportJeff Dike5-2/+335
2007-10-16uml: physmem code tidyingJeff Dike2-30/+23
2007-10-16uml: stop saving process FP stateJeff Dike12-215/+74
2007-10-16uml: stop specially protecting kernel stacksJeff Dike4-4/+7
2007-10-16uml: fix nonremovability of watchdogJeff Dike1-1/+1
2007-10-16uml: fix an IPV6 libc vs kernel symbol clashJeff Dike1-1/+2
2007-10-16uml: stop using libc asm/page.hJeff Dike6-6/+2
2007-10-16uml: console tidyingJeff Dike1-114/+114
2007-10-16uml: fix console writing bugsJeff Dike3-7/+16
2007-10-16uml: console subsystem tidyingJeff Dike9-299/+296
2007-10-16uml: fix error cleanup orderingJeff Dike1-2/+2
2007-10-16uml: tidy recently-moved codeJeff Dike3-29/+15
2007-10-16uml: move userspace code to userspace fileJeff Dike2-48/+49
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-5/+0
2007-10-15kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg1-1/+1
2007-10-15kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg4-6/+6
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg7-12/+12
2007-10-13minimal build fixes for uml (fallout from x86 merge)Al Viro6-11/+18
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-2/+2
2007-10-11i386: move kernelThomas Gleixner1-1/+1
2007-10-11i386: prepare shared kernel/syscall_table.SThomas Gleixner1-1/+1
2007-09-19uml: fix irqstack crashJeff Dike3-6/+7
2007-09-19uml: use correct type in BLKGETSIZE ioctlNicolas George1-1/+2
2007-08-31uml: fix x86_64 core dump crashJeff Dike2-6/+15
2007-08-31uml: fix linker script alignment bugsJeff Dike2-10/+13
2007-08-22uml: fix previous request size limit fixJeff Dike1-2/+2
2007-07-31UML: console should handle spurious IRQSJeff Dike1-1/+8
2007-07-29Remove fs.h from mm.hAlexey Dobriyan4-0/+4
2007-07-24Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2007-07-24uml: more __init annotationsJeff Dike6-17/+12
2007-07-24uml: fix aio compilation bugJeff Dike1-30/+17
2007-07-24uml: fix string exporting on UML/i386Jeff Dike2-5/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-19fallout from kbuild changesAl Viro1-1/+1
2007-07-19i386: Allow KVM on i386 nonpaeAvi Kivity1-1/+0
2007-07-19mm: fault feedback #2Nick Piggin1-14/+15
2007-07-17um_kmalloc() remnantsAl Viro1-1/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-10/+2
2007-07-16uml: remove dead fileJeff Dike1-333/+0
2007-07-16uml: limit request size on COWed devicesJeff Dike1-0/+2
2007-07-16uml: export hostfs symbolsJeff Dike1-12/+8
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike17-38/+30
2007-07-16uml: simplify helper stack handlingJeff Dike13-37/+36
2007-07-16uml: SIGIO support cleanupJeff Dike4-55/+80
2007-07-16uml: handle errors on opening host side of consolesJeff Dike6-9/+38
2007-07-16uml: pty channel tidyingJeff Dike1-36/+40
2007-07-16uml: xterm driver tidyingJeff Dike5-123/+105