aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-07uml: remove page_size()Jeff Dike2-2/+4
2007-05-07uml: fix umid in xterm titlesDavide Brini2-4/+4
2007-05-07uml: Replace one-element array with zero-element arrayPaolo 'Blaisorblade' Giarrusso1-11/+3
2007-05-07uml: Eliminate temporary buffer in eth_configurePaolo 'Blaisorblade' Giarrusso1-12/+13
2007-05-07uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso1-9/+29
2007-05-07uml: remove user_util.hJeff Dike23-23/+0
2007-05-07uml: move remaining useful contents of user_util.hJeff Dike1-0/+1
2007-05-07uml: network interface hotplug error handlingJeff Dike6-41/+59
2007-05-07uml-driver-formatting-fixes-fixAndrew Morton1-1/+1
2007-05-07uml: driver formatting fixesJeff Dike5-60/+27
2007-05-07uml: handle block device hotplug errorsJeff Dike1-6/+7
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo5-5/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-03-29[PATCH] uml: irq locking fixesJeff Dike1-5/+7
2007-03-29[PATCH] uml: fix device unplug crashJeff Dike1-0/+3
2007-03-29[PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike1-7/+6
2007-03-08[PATCH] um: fix errno usagePaolo 'Blaisorblade' Giarrusso1-8/+9
2007-03-08[PATCH] um: fix confusion irq early reenablingPaolo 'Blaisorblade' Giarrusso1-3/+3
2007-03-08[PATCH] um: mark both consoles as CON_ANYTIMEPaolo 'Blaisorblade' Giarrusso2-2/+2
2007-03-08[PATCH] um: fix a memory leak in the multicast driverPaolo 'Blaisorblade' Giarrusso1-1/+9
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+1
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] uml: umid tidyingJeff Dike2-2/+1
2007-02-11[PATCH] uml: locking fixes in the ubd driverJeff Dike1-20/+15
2007-02-11[PATCH] uml: add per-device queues and locks to ubd driverJeff Dike1-30/+40
2007-02-11[PATCH] uml: initialize a list headJeff Dike1-0/+1
2007-02-11[PATCH] uml: fix previous console lockingJeff Dike1-40/+8
2007-02-11[PATCH] uml: console locking commentary and code cleanupJeff Dike3-23/+17
2007-02-11[PATCH] uml: mostly const a structureJeff Dike3-5/+6
2007-02-11[PATCH] uml: locking commentary in the random driverJeff Dike1-0/+1
2007-02-11[PATCH] uml: use LIST_HEAD where possibleJeff Dike2-2/+2
2007-02-11[PATCH] uml: network driver locking and code cleanupJeff Dike1-24/+18
2007-02-11[PATCH] uml: port driver formattingJeff Dike2-54/+43
2007-02-11[PATCH] uml: make two variables staticJeff Dike1-2/+2
2007-02-11[PATCH] uml: mconsole lockingJeff Dike4-6/+18
2007-02-11[PATCH] uml: audio driver formattingJeff Dike1-87/+73
2007-02-11[PATCH] uml: audio driver lockingJeff Dike1-3/+6
2007-02-11[PATCH] uml: watchdog driver formattingJeff Dike2-39/+17
2007-02-11[PATCH] uml: watchdog driver lockingJeff Dike1-8/+15