summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* [UM]: Fix use of skb after netif_rxJulia Lawall2007-12-111-1/+1
* uml: work around host tcsetattr bugJeff Dike2007-12-031-1/+10
* leak in do_ubd_requestMiklos Szeredi2007-11-291-0/+1
* uml: fix build for !CONFIG_TCPJeff Dike2007-11-151-2/+12
* uml: fix incompatible types warning in previous SG fixWANG Cong2007-11-061-1/+1
* arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong2007-10-241-0/+2
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* spelling fixes: arch/um/Simon Arlott2007-10-203-3/+3
* [UMP]: header_ops conversion needed for non-ethernet driversJeff Dike2007-10-182-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-161-1/+1
|\
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-1/+1
* | uml: arch/um/drivers formattingJeff Dike2007-10-169-253/+244Star
* | uml: correctly handle skb allocation failuresJeff Dike2007-10-161-0/+47
* | uml: network driver MTU cleanupsJeff Dike2007-10-1613-133/+53Star
* | uml: network formattingJeff Dike2007-10-1616-479/+479
* | uml: more idiomatic parameter parsingJeff Dike2007-10-161-2/+2
* | uml: remove unneeded void * castJesper Juhl2007-10-161-1/+1
* | uml: sysrq and mconsole fixesJeff Dike2007-10-161-14/+9Star
* | uml: remove os_* usage from userspace filesJeff Dike2007-10-162-43/+48
* | uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-1/+0Star
* | uml: style fixes pass 2Jeff Dike2007-10-161-123/+127
* | uml: throw out CHOOSE_MODEJeff Dike2007-10-163-5/+2Star
* | uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-14/+1Star
* | uml: add VDE networking supportJeff Dike2007-10-164-2/+313
* | uml: fix nonremovability of watchdogJeff Dike2007-10-161-1/+1
* | uml: console tidyingJeff Dike2007-10-161-114/+114
* | uml: fix console writing bugsJeff Dike2007-10-163-7/+16
* | uml: console subsystem tidyingJeff Dike2007-10-169-299/+296Star
* | uml: fix error cleanup orderingJeff Dike2007-10-161-2/+2
* | uml: tidy recently-moved codeJeff Dike2007-10-161-15/+15
* | uml: move userspace code to userspace fileJeff Dike2007-10-162-48/+49
|/
* uml: fix previous request size limit fixJeff Dike2007-08-231-2/+2
* UML: console should handle spurious IRQSJeff Dike2007-08-011-1/+8
* Remove fs.h from mm.hAlexey Dobriyan2007-07-301-0/+1
* Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-07-241-2/+2
|\
| * [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* | uml: more __init annotationsJeff Dike2007-07-242-3/+3
|/
* um_kmalloc() remnantsAl Viro2007-07-171-1/+1
* uml: limit request size on COWed devicesJeff Dike2007-07-161-0/+2
* uml: Eliminate kernel allocator wrappersJeff Dike2007-07-169-10/+10
* uml: simplify helper stack handlingJeff Dike2007-07-167-7/+7
* uml: SIGIO support cleanupJeff Dike2007-07-162-53/+77
* uml: handle errors on opening host side of consolesJeff Dike2007-07-164-7/+36
* uml: pty channel tidyingJeff Dike2007-07-161-36/+40
* uml: xterm driver tidyingJeff Dike2007-07-164-121/+105Star
* uml: DEBUG_SHIRQ fixesEduard-Gabriel Munteanu2007-07-164-3/+23
* uml: fix request->sector updateJeff Dike2007-07-161-2/+4
* uml: get declaration of simple_strtoulJeff Dike2007-06-093-0/+3
* uml: pcap devices should get MACs from command lineJeff Dike2007-05-081-1/+1
* uml: network and pcap cleanupJeff Dike2007-05-083-25/+38