aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17[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-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-1/+1
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 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
2007-07-16uml: handle errors on opening host side of consolesJeff Dike4-7/+36
2007-07-16uml: pty channel tidyingJeff Dike1-36/+40
2007-07-16uml: xterm driver tidyingJeff Dike4-121/+105
2007-07-16uml: DEBUG_SHIRQ fixesEduard-Gabriel Munteanu4-3/+23
2007-07-16uml: fix request->sector updateJeff Dike1-2/+4
2007-06-08uml: get declaration of simple_strtoulJeff Dike3-0/+3
2007-05-08uml: pcap devices should get MACs from command lineJeff Dike1-1/+1
2007-05-08uml: network and pcap cleanupJeff Dike3-25/+38
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike10-30/+30
2007-05-07uml: formatting fixes around os_{read_write}_file callersJeff Dike3-85/+67
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike4-7/+7
2007-05-07uml: fixup allocation in the ubd driverPeter Zijlstra1-1/+1
2007-05-07uml: send pointers instead of structures to I/O threadJeff Dike1-15/+26
2007-05-07uml: batch I/O requestsJeff Dike1-77/+99
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike8-23/+22
2007-05-07uml: drivers get release methodsJeff Dike2-9/+27