summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-0710-30/+30
* uml: formatting fixes around os_{read_write}_file callersJeff Dike2007-05-073-85/+67Star
* uml: change remaining callers of os_{read_write}_fileJeff Dike2007-05-074-7/+7
* uml: fixup allocation in the ubd driverPeter Zijlstra2007-05-071-1/+1
* uml: send pointers instead of structures to I/O threadJeff Dike2007-05-071-15/+26
* uml: batch I/O requestsJeff Dike2007-05-071-77/+99
* uml: start fixing os_read_file and os_write_fileJeff Dike2007-05-078-23/+22Star
* uml: drivers get release methodsJeff Dike2007-05-072-9/+27
* uml: remove page_size()Jeff Dike2007-05-072-2/+4
* uml: fix umid in xterm titlesDavide Brini2007-05-072-4/+4
* uml: Replace one-element array with zero-element arrayPaolo 'Blaisorblade' Giarrusso2007-05-071-11/+3Star
* uml: Eliminate temporary buffer in eth_configurePaolo 'Blaisorblade' Giarrusso2007-05-071-12/+13
* uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso2007-05-071-9/+29
* uml: remove user_util.hJeff Dike2007-05-0723-23/+0Star
* uml: move remaining useful contents of user_util.hJeff Dike2007-05-071-0/+1
* uml: network interface hotplug error handlingJeff Dike2007-05-076-41/+59
* uml-driver-formatting-fixes-fixAndrew Morton2007-05-071-1/+1
* uml: driver formatting fixesJeff Dike2007-05-075-60/+27Star
* uml: handle block device hotplug errorsJeff Dike2007-05-071-6/+7
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-265-5/+5
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] uml: irq locking fixesJeff Dike2007-03-291-5/+7
* [PATCH] uml: fix device unplug crashJeff Dike2007-03-291-0/+3
* [PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike2007-03-291-7/+6Star
* [PATCH] um: fix errno usagePaolo 'Blaisorblade' Giarrusso2007-03-081-8/+9
* [PATCH] um: fix confusion irq early reenablingPaolo 'Blaisorblade' Giarrusso2007-03-081-3/+3
* [PATCH] um: mark both consoles as CON_ANYTIMEPaolo 'Blaisorblade' Giarrusso2007-03-082-2/+2
* [PATCH] um: fix a memory leak in the multicast driverPaolo 'Blaisorblade' Giarrusso2007-03-081-1/+9
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-1/+1
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0Star