summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-02-05uml: reconst a parameterJeff Dike1-1/+1
2008-02-05uml: tidy kern_util.hJeff Dike5-3/+2
2008-02-05uml: console driver cleanupsJeff Dike1-17/+2
2008-02-05uml: const and other tidyingWANG Cong1-3/+3
2008-02-05uml: document new ubd flagJeff Dike1-1/+4
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda1-12/+4
2007-12-23uml: user of helper_wait() got missed when it got extra argumentsAl Viro1-2/+2
2007-12-18uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka4-25/+7
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall1-1/+1
2007-12-03uml: work around host tcsetattr bugJeff Dike1-1/+10
2007-11-29leak in do_ubd_requestMiklos Szeredi1-0/+1
2007-11-15uml: fix build for !CONFIG_TCPJeff Dike1-2/+12
2007-11-06uml: fix incompatible types warning in previous SG fixWANG Cong1-1/+1
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong1-0/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-20spelling fixes: arch/um/Simon Arlott3-3/+3
2007-10-18[UMP]: header_ops conversion needed for non-ethernet driversJeff Dike2-6/+2
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2007-10-16uml: arch/um/drivers formattingJeff Dike9-253/+244
2007-10-16uml: correctly handle skb allocation failuresJeff Dike1-0/+47
2007-10-16uml: network driver MTU cleanupsJeff Dike13-133/+53
2007-10-16uml: network formattingJeff Dike16-479/+479
2007-10-16uml: more idiomatic parameter parsingJeff Dike1-2/+2
2007-10-16uml: remove unneeded void * castJesper Juhl1-1/+1
2007-10-16uml: sysrq and mconsole fixesJeff Dike1-14/+9
2007-10-16uml: remove os_* usage from userspace filesJeff Dike2-43/+48
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-1/+0
2007-10-16uml: style fixes pass 2Jeff Dike1-123/+127
2007-10-16uml: throw out CHOOSE_MODEJeff Dike3-5/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-14/+1
2007-10-16uml: add VDE networking supportJeff Dike4-2/+313
2007-10-16uml: fix nonremovability of watchdogJeff Dike1-1/+1
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 Dike1-15/+15
2007-10-16uml: move userspace code to userspace fileJeff Dike2-48/+49
2007-10-15kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-1/+1
2007-08-23uml: fix previous request size limit fixJeff Dike1-2/+2
2007-08-01UML: console should handle spurious IRQSJeff Dike1-1/+8
2007-07-30Remove fs.h from mm.hAlexey Dobriyan1-0/+1
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 Dike2-3/+3
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-17um_kmalloc() remnantsAl Viro1-1/+1
2007-07-16uml: limit request size on COWed devicesJeff Dike1-0/+2
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike9-10/+10
2007-07-16uml: simplify helper stack handlingJeff Dike7-7/+7
2007-07-16uml: SIGIO support cleanupJeff Dike2-53/+77