| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: fix patch mismerge | Paolo 'Blaisorblade' Giarrusso | 2006-05-01 | 1 | -1/+1 |
* | [PATCH] uml: make 64-bit COW files compatible with 32-bit ones | Paolo 'Blaisorblade' Giarrusso | 2006-04-19 | 1 | -1/+1 |
* | [PATCH] uml: avoid warnings for diffent names for an unsigned quadword | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 2 | -2/+2 |
* | [PATCH] uml: local_irq_save, not local_save_flags | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] uml: fix hang on run_helper() failure on uml_net | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -1/+3 |
* | [PATCH] uml: fix format errors | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] uml: fix 2 harmless cast warnings for 64-bit | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 2 | -2/+3 |
* | [PATCH] uml: safe migration path to the correct V3 COW format | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -15/+76 |
* | [PATCH] uml: make 64-bit COW files compatible with 32-bit ones | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] uml: memory hotplug cleanups | Jeff Dike | 2006-04-11 | 1 | -3/+1 |
* | [PATCH] uml: fix min usage | Al Viro | 2006-03-31 | 1 | -1/+1 |
* | [PATCH] uml: sparse cleanups | Al Viro | 2006-03-31 | 3 | -10/+10 |
* | [PATCH] uml: fix initcall return values | Jeff Dike | 2006-03-31 | 6 | -61/+6 |
* | [PATCH] UML: Hotplug memory, take 2 | Jeff Dike | 2006-03-31 | 1 | -0/+138 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -1/+2 |
* | [PATCH] uml: allow ubd devices to be shared in a cluster | Jeff Dike | 2006-03-27 | 1 | -33/+43 |
* | [PATCH] uml: tidying COW code | Paolo 'Blaisorblade' Giarrusso | 2006-02-24 | 4 | -5/+6 |
* | [PATCH] uml: better error reporting for read_output | Paolo 'Blaisorblade' Giarrusso | 2006-02-24 | 1 | -12/+22 |
* | [PATCH] uml: correct error messages in COW driver | Paolo 'Blaisorblade' Giarrusso | 2006-02-24 | 2 | -10/+13 |
* | [PATCH] uml: balance list_add and list_del in the network driver | Jeff Dike | 2006-02-07 | 1 | -10/+19 |
* | [PATCH] uml: close TUN/TAP file descriptors | Jeff Dike | 2006-02-07 | 1 | -8/+7 |
* | [PATCH] uml: some harmless sparse warning fixes | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 6 | -13/+16 |
* | [PATCH] uml: fix hugest stack users | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 3 | -19/+22 |
* | [PATCH] uml: fix some typos | Jeff Dike | 2006-02-01 | 2 | -2/+2 |
* | [PATCH] uml ubd code: fix a bit of whitespace | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -14/+17 |
* | [PATCH] uml: allow again to move backing file and to override saved location | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -13/+15 |
* | [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -2/+13 |
* | [PATCH] uml: networking - clear transport-specific structure | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -1/+5 |
* | [PATCH] uml: make daemon transport behave properly | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 2 | -0/+10 |
* | [PATCH] uml: move libc-dependent utility procedures | Gennady Sharapov | 2006-01-18 | 1 | -0/+1 |
* | [PATCH] uml: kill an unused variable | Jeff Dike | 2006-01-11 | 1 | -1/+0 |
* | [PATCH] uml: eliminate doubled boot output | Jeff Dike | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -5/+1 |
* | [PATCH] Add block_device_operations.getgeo block device method | Christoph Hellwig | 2006-01-08 | 1 | -9/+12 |
* | [PATCH] uml: free network IRQ correctly | Jeff Dike | 2006-01-06 | 1 | -0/+2 |
* | [PATCH] uml: fix whitespace in mconsole driver | Jeff Dike | 2006-01-06 | 1 | -54/+42 |
* | [PATCH] uml: capture printk output for mconsole sysrq | Jeff Dike | 2006-01-06 | 1 | -18/+30 |
* | [PATCH] uml: capture printk output for mconsole stack | Jeff Dike | 2006-01-06 | 1 | -6/+81 |
* | [PATCH] uml: add mconsole_reply variant with length param | Jeff Dike | 2006-01-06 | 1 | -3/+9 |
* | [PATCH] uml: SIGWINCH handling cleanup | Jeff Dike | 2006-01-06 | 1 | -30/+24 |
* | [PATCH] uml: umid cleanup | Jeff Dike | 2006-01-06 | 1 | -2/+2 |
* | [PATCH] uml: Add throttling to console driver | Jeff Dike | 2006-01-06 | 4 | -14/+57 |
* | [PATCH] uml: Fix flip_buf full handling | Jeff Dike | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] uml: Simplify console opening/closing and irq registration | Jeff Dike | 2006-01-06 | 2 | -107/+120 |
* | [PATCH] uml: move console configuration | Jeff Dike | 2006-01-06 | 4 | -28/+32 |
* | [PATCH] uml: line_setup interface change | Jeff Dike | 2006-01-06 | 1 | -3/+9 |
* | [PATCH] uml: Add static initializations and declarations | Jeff Dike | 2006-01-06 | 3 | -9/+8 |
* | [PATCH] uml: Move mconsole support out of generic code | Jeff Dike | 2006-01-06 | 3 | -13/+12 |
* | [PATCH] uml: Remove unneeded structure field | Jeff Dike | 2006-01-06 | 2 | -11/+7 |
* | [PATCH] uml: use ARRAY_SIZE | Jeff Dike | 2006-01-06 | 2 | -20/+13 |