module: fix refptr allocation and release order
[safe/jmp/linux-2.6] / arch / um / drivers /
2007-07-16 Jeff Dikeuml: xterm driver tidying
2007-07-16 Eduard-Gabriel Mun... uml: DEBUG_SHIRQ fixes
2007-07-16 Jeff Dikeuml: fix request->sector update
2007-06-09 Jeff Dikeuml: get declaration of simple_strtoul
2007-05-08 Jeff Dikeuml: pcap devices should get MACs from command line
2007-05-08 Jeff Dikeuml: network and pcap cleanup
2007-05-07 Jeff Dikeuml: rename os_{read_write}_file_k back to os_{read_wri...
2007-05-07 Jeff Dikeuml: formatting fixes around os_{read_write}_file callers
2007-05-07 Jeff Dikeuml: change remaining callers of os_{read_write}_file
2007-05-07 Peter Zijlstrauml: fixup allocation in the ubd driver
2007-05-07 Jeff Dikeuml: send pointers instead of structures to I/O thread
2007-05-07 Jeff Dikeuml: batch I/O requests
2007-05-07 Jeff Dikeuml: start fixing os_read_file and os_write_file
2007-05-07 Jeff Dikeuml: drivers get release methods
2007-05-07 Jeff Dikeuml: remove page_size()
2007-05-07 Davide Briniuml: fix umid in xterm titles
2007-05-07 Paolo 'Blaisorblad... uml: Replace one-element array with zero-element array
2007-05-07 Paolo 'Blaisorblad... uml: Eliminate temporary buffer in eth_configure
2007-05-07 Paolo 'Blaisorblad... uml: improve checking and diagnostics of ethernet MACs
2007-05-07 Jeff Dikeuml: remove user_util.h
2007-05-07 Jeff Dikeuml: move remaining useful contents of user_util.h
2007-05-07 Jeff Dikeuml: network interface hotplug error handling
2007-05-07 Andrew Mortonuml-driver-formatting-fixes-fix
2007-05-07 Jeff Dikeuml: driver formatting fixes
2007-05-07 Jeff Dikeuml: handle block device hotplug errors
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-03-29 Jeff Dike[PATCH] uml: irq locking fixes
2007-03-29 Jeff Dike[PATCH] uml: fix device unplug crash
2007-03-29 Jeff Dike[PATCH] uml: fix I/O hang when multiple devices are...
2007-03-08 Paolo 'Blaisorblad... [PATCH] um: fix errno usage
2007-03-08 Paolo 'Blaisorblad... [PATCH] um: fix confusion irq early reenabling
2007-03-08 Paolo 'Blaisorblad... [PATCH] um: mark both consoles as CON_ANYTIME
2007-03-08 Paolo 'Blaisorblad... [PATCH] um: fix a memory leak in the multicast driver
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 2
2007-02-12 Eric W. Biederman[PATCH] tty: update the tty layer to work with struct pid
2007-02-11 Alexey Dobriyan[PATCH] proc: remove useless (and buggy) ->nlink settings
2007-02-11 Jeff Dike[PATCH] uml: umid tidying
2007-02-11 Jeff Dike[PATCH] uml: locking fixes in the ubd driver
2007-02-11 Jeff Dike[PATCH] uml: add per-device queues and locks to ubd...
2007-02-11 Jeff Dike[PATCH] uml: initialize a list head
2007-02-11 Jeff Dike[PATCH] uml: fix previous console locking
2007-02-11 Jeff Dike[PATCH] uml: console locking commentary and code cleanup
2007-02-11 Jeff Dike[PATCH] uml: mostly const a structure
2007-02-11 Jeff Dike[PATCH] uml: locking commentary in the random driver
2007-02-11 Jeff Dike[PATCH] uml: use LIST_HEAD where possible
2007-02-11 Jeff Dike[PATCH] uml: network driver locking and code cleanup
2007-02-11 Jeff Dike[PATCH] uml: port driver formatting
2007-02-11 Jeff Dike[PATCH] uml: make two variables static
2007-02-11 Jeff Dike[PATCH] uml: mconsole locking
2007-02-11 Jeff Dike[PATCH] uml: audio driver formatting
2007-02-11 Jeff Dike[PATCH] uml: audio driver locking
2007-02-11 Jeff Dike[PATCH] uml: watchdog driver formatting
2007-02-11 Jeff Dike[PATCH] uml: watchdog driver locking
2007-02-11 Jeff Dike[PATCH] uml: network driver whitespace and style fixes
2007-02-11 Jeff Dike[PATCH] uml: add locking to network transport registration
2007-02-11 Jeff Dike[PATCH] uml: lock the irqs_to_free list
2007-02-11 Jeff Dike[PATCH] uml: console whitespace and comment tidying
2007-02-11 Jeff Dike[PATCH] uml: return hotplug errors to host
2007-02-11 Jeff Dike[PATCH] uml: console locking fixes
2006-12-13 Peter Zijlstra[PATCH] uml: fix net_kern workqueue abuse
2006-12-12 Yan Burmanum: replace kmalloc+memset with kzalloc
2006-12-08 Alan Cox[PATCH] tty: switch to ktermios
2006-12-07 Jeff Dike[PATCH] uml: use get_random_bytes() after random pool...
2006-12-07 Andrew Morton[PATCH] uml: workqueue build fix
2006-12-05 David HowellsWorkQueue: Fix up arch-specific work items where possible
2006-11-30 Jan EngelhardtFix typos in doc and comments
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: various little changes
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: do not store error codes as...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: use bitfields where possible
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: reformat ubd_config
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: convert do_ubd to a boolean...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: ubd_io_lock usage fixup
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: change ubd_lock to be a mutex
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: give better names to some funct...
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: var renames
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: document some struct fields
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: allow using up to 16 UBD devices
2006-10-25 Al Viro[PATCH] uml: mconsole fixes
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: mmapper - remove just added but wrong...
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: cleanup run_helper() API to fix a leak
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: split memory allocation prototypes out...
2006-10-10 Al Viro[PATCH] missed const in prototype
2006-10-08 Al Viro[PATCH] uml pt_regs fixes
2006-10-08 Ralf Baechlehandle_sysrq lost its pt_regs * argument
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-10-03 Matt LaPlanteAttack of "the the"s in arch
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: switch to using uts namespaces
2006-10-02 Jeff Dike[PATCH] const struct tty_operations
2006-09-30 Jens Axboe[PATCH] Remove ->rq_status from struct request
2006-09-29 Ollie Wild[PATCH] uml build fix
2006-09-29 Jeff Dike[PATCH] uml: don't roll my own random MAC generator
2006-09-29 Jeff Dike[PATCH] uml: stack consumption reduction
2006-09-29 Jeff Dike[PATCH] uml: close file descriptor leaks
2006-09-29 Jeff Dike[PATCH] uml: locking documentation
2006-09-29 Jeff Dike[PATCH] uml: mechanical tidying after random MACs change
2006-09-29 Jeff Dike[PATCH] uml: assign random MACs to interfaces if necessary
2006-09-29 Al Viro[IPV4]: annotate struct in_ifaddr
2006-09-27 Jeff Dike[PATCH] uml: fix allocation size
2006-09-27 Jeff Dike[PATCH] uml: const more data
next