[SPARC64]: Align address in huge_pte_alloc().
[safe/jmp/linux-2.6] / arch / um / drivers /
2006-03-31 Al Viro[PATCH] uml: fix min usage
2006-03-31 Al Viro[PATCH] uml: sparse cleanups
2006-03-31 Jeff Dike[PATCH] uml: fix initcall return values
2006-03-31 Jeff Dike[PATCH] UML: Hotplug memory, take 2
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-27 Jeff Dike[PATCH] uml: allow ubd devices to be shared in a cluster
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: tidying COW code
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: better error reporting for read_output
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: correct error messages in COW driver
2006-02-08 Jeff Dike[PATCH] uml: balance list_add and list_del in the netwo...
2006-02-08 Jeff Dike[PATCH] uml: close TUN/TAP file descriptors
2006-02-01 Paolo 'Blaisorblad... [PATCH] uml: some harmless sparse warning fixes
2006-02-01 Paolo 'Blaisorblad... [PATCH] uml: fix hugest stack users
2006-02-01 Jeff Dike[PATCH] uml: fix some typos
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml ubd code: fix a bit of whitespace
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: allow again to move backing file and to...
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: fix spinlock recursion and sleep-inside...
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: networking - clear transport-specific...
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: make daemon transport behave properly
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent utility procedures
2006-01-12 Jeff Dike[PATCH] uml: kill an unused variable
2006-01-12 Jeff Dike[PATCH] uml: eliminate doubled boot output
2006-01-10 Alan Cox[PATCH] TTY layer buffering revamp
2006-01-09 Christoph Hellwig[PATCH] Add block_device_operations.getgeo block device...
2006-01-06 Jeff Dike[PATCH] uml: free network IRQ correctly
2006-01-06 Jeff Dike[PATCH] uml: fix whitespace in mconsole driver
2006-01-06 Jeff Dike[PATCH] uml: capture printk output for mconsole sysrq
2006-01-06 Jeff Dike[PATCH] uml: capture printk output for mconsole stack
2006-01-06 Jeff Dike[PATCH] uml: add mconsole_reply variant with length...
2006-01-06 Jeff Dike[PATCH] uml: SIGWINCH handling cleanup
2006-01-06 Jeff Dike[PATCH] uml: umid cleanup
2006-01-06 Jeff Dike[PATCH] uml: Add throttling to console driver
2006-01-06 Jeff Dike[PATCH] uml: Fix flip_buf full handling
2006-01-06 Jeff Dike[PATCH] uml: Simplify console opening/closing and irq...
2006-01-06 Jeff Dike[PATCH] uml: move console configuration
2006-01-06 Jeff Dike[PATCH] uml: line_setup interface change
2006-01-06 Jeff Dike[PATCH] uml: Add static initializations and declarations
2006-01-06 Jeff Dike[PATCH] uml: Move mconsole support out of generic code
2006-01-06 Jeff Dike[PATCH] uml: Remove unneeded structure field
2006-01-06 Jeff Dike[PATCH] uml: use ARRAY_SIZE
2006-01-06 Jeff Dike[PATCH] uml: Formatting changes
2006-01-06 Jeff Dike[PATCH] uml: non-void functions should return something
2006-01-06 Jeff Dike[PATCH] uml: use kstrdup
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fix daemon transport exit path bug
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml console channels: fix the API of console_write
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml console channels: remove console_write...
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fix mcast network driver error handling
2005-11-11 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-11-09 Christoph Hellwig[PATCH] uml_net: use ethtool_ops
2005-11-07 Nishanth Aravamudan[PATCH] um: fix-up schedule_timeout() usage
2005-11-07 Jeff Dike[PATCH] uml: separate libc-dependent helper code
2005-11-07 Bodo Stroesser[PATCH] uml: fix UML network driver endianness bugs
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-10-12 Jeff Dike[PATCH] uml: revert block driver use of host AIO
2005-10-10 Paolo 'Blaisorblad... [PATCH] uml: cleanup whitespace for COW driver
2005-10-10 Paolo 'Blaisorblad... [PATCH] uml: cleanup byte order macros for COW driver
2005-10-10 Paolo 'Blaisorblad... [PATCH] uml: restore include breakage, breaking binary...
2005-09-30 Paolo 'Blaisorblad... [PATCH] uml: revert "run mconsole "sysrq" in process...
2005-09-30 Al Viro[PATCH] useless linux/irq.h includes (arch/um)
2005-09-23 Paolo 'Blaisorblad... [PATCH] uml: replace printk with "stack-friendly" print...
2005-09-23 Paolo 'Blaisorblad... [PATCH] uml: use GFP_ATOMIC for allocations under spinl...
2005-09-23 Paolo 'Blaisorblad... [PATCH] uml: run mconsole "sysrq" in process context
2005-09-17 Jeff Dike[PATCH] uml: preserve errno in error paths
2005-09-17 Jeff Dike[PATCH] uml: Remove a useless include
2005-09-17 Jeff Dike[PATCH] uml: Remove an unused file
2005-09-17 Jeff Dike[PATCH] uml: breakpoint an arbitrary thread
2005-09-05 Jeff Dike[PATCH] uml: add host AIO support to block driver
2005-09-05 Jeff Dike[PATCH] uml: error path cleanup
2005-09-05 Bodo Stroesser[PATCH] uml: fix SIGWINCH handler race while waiting...
2005-08-27 Al Viro[PATCH] mmaper_kern.c fixes [buffer overruns]
2005-07-29 Christophe Lucas[PATCH] uml: Clean up prink calls
2005-07-29 Paolo 'Blaisorblad... [PATCH] uml: avoid unnecessary pcap rebuild
2005-07-27 Olaf Hering[PATCH] turn many #if $undefined_string into #ifdef...
2005-07-27 Dominik Hackl[PATCH] uml: update module interface
2005-07-14 Paolo 'Blaisorblad... [PATCH] uml: reintroduce pcap support
2005-07-08 Paolo 'Blaisorblad... [PATCH] uml: remove winch sem
2005-06-25 Jeff Dike[PATCH] uml: hot-unplug code cleanup
2005-06-25 Jesper Juhl[PATCH] uml: kfree cleanup
2005-06-22 Paolo 'Blaisorblad... [PATCH] uml: complete hw_controller_type->release conve...
2005-06-22 Paolo 'Blaisorblad... [PATCH] uml: add and use generic hw_controller_type...
2005-06-14 Jeff Dike[PATCH] uml: slirp and slip driver cleanups and fixes
2005-06-08 Jeff Dike[PATCH] uml: clean up error path
2005-06-08 Jeff Dike[PATCH] uml: compile fixes for gcc 4
2005-06-08 Jeff Dike[PATCH] uml: make the emulated iomem driver work on 2.6
2005-05-28 Paolo 'Blaisorblad... [PATCH] uml: add MOD_LICENSE to random driver
2005-05-28 Jeff Dike[PATCH] uml: single-space a help message
2005-05-28 Jeff Dike[PATCH] uml: remove 2_5compat.h
2005-05-20 Jeff Dike[PATCH] uml: Change printf to printk in console driver
2005-05-20 Jeff Dike[PATCH] uml: Remove ubd-mmap support
2005-05-20 Jeff Dike[PATCH] uml: multicast driver cleanup
2005-05-05 Jeff Dike[PATCH] uml: inclusion cleanup
2005-05-05 Jeff Dike[PATCH] uml: Fix SIGWINCH relaying
2005-05-01 Paolo 'Blaisorblad... [PATCH] uml ubd: handle readonly status
2005-05-01 Paolo 'Blaisorblad... [PATCH] uml: redo console locking
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2