| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml ubd driver: various little changes | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -19/+25 |
* | [PATCH] uml ubd driver: do not store error codes as ->fd | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -7/+10 |
* | [PATCH] uml ubd driver: use bitfields where possible | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -2/+2 |
* | [PATCH] uml ubd driver: reformat ubd_config | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -11/+20 |
* | [PATCH] uml ubd driver: convert do_ubd to a boolean variable | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -3/+6 |
* | [PATCH] uml ubd driver: ubd_io_lock usage fixup | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -1/+7 |
* | [PATCH] uml ubd driver: change ubd_lock to be a mutex | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -11/+12 |
* | [PATCH] uml ubd driver: give better names to some functions. | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -6/+6 |
* | [PATCH] uml ubd driver: var renames | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -98/+98 |
* | [PATCH] uml ubd driver: document some struct fields | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -1/+4 |
* | [PATCH] uml ubd driver: allow using up to 16 UBD devices | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -2/+2 |
* | [PATCH] uml: mconsole fixes | Al Viro | 2006-10-24 | 2 | -6/+18 |
* | [PATCH] uml: mmapper - remove just added but wrong "const" attribute | Paolo 'Blaisorblade' Giarrusso | 2006-10-20 | 1 | -1/+2 |
* | [PATCH] uml: cleanup run_helper() API to fix a leak | Paolo 'Blaisorblade' Giarrusso | 2006-10-20 | 1 | -2/+0 |
* | [PATCH] uml: split memory allocation prototypes out of user.h | Paolo 'Blaisorblade' Giarrusso | 2006-10-20 | 10 | -0/+10 |
* | [PATCH] missed const in prototype | Al Viro | 2006-10-10 | 1 | -1/+1 |
* | [PATCH] uml pt_regs fixes | Al Viro | 2006-10-08 | 6 | -13/+12 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 6 | -6/+0 |
* | Attack of "the the"s in arch | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 1 | -3/+3 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -3/+3 |
* | [PATCH] Remove ->rq_status from struct request | Jens Axboe | 2006-09-30 | 1 | -2/+0 |
* | [PATCH] uml build fix | Ollie Wild | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] uml: don't roll my own random MAC generator | Jeff Dike | 2006-09-29 | 2 | -32/+1 |
* | [PATCH] uml: stack consumption reduction | Jeff Dike | 2006-09-29 | 2 | -5/+14 |
* | [PATCH] uml: close file descriptor leaks | Jeff Dike | 2006-09-29 | 1 | -7/+2 |
* | [PATCH] uml: locking documentation | Jeff Dike | 2006-09-29 | 4 | -0/+8 |
* | [PATCH] uml: mechanical tidying after random MACs change | Jeff Dike | 2006-09-29 | 1 | -65/+40 |
* | [PATCH] uml: assign random MACs to interfaces if necessary | Jeff Dike | 2006-09-29 | 2 | -4/+41 |
* | [IPV4]: annotate struct in_ifaddr | Al Viro | 2006-09-28 | 1 | -1/+1 |
* | [PATCH] uml: fix allocation size | Jeff Dike | 2006-09-27 | 1 | -4/+5 |
* | [PATCH] uml: const more data | Jeff Dike | 2006-09-27 | 27 | -46/+46 |
* | [PATCH] uml: fix proc-vs-interrupt context spinlock deadlock | Paolo 'Blaisorblade' Giarrusso | 2006-09-27 | 1 | -12/+4 |
* | [PATCH] uml: clean our set_ether_mac | Paolo 'Blaisorblade' Giarrusso | 2006-09-26 | 1 | -8/+6 |
* | [PATCH] uml: Use ARRAY_SIZE more assiduously | Jeff Dike | 2006-09-26 | 4 | -6/+7 |
* | [PATCH] uml: make mconsole version requests happen in a process | Jeff Dike | 2006-07-10 | 1 | -1/+6 |
* | [PATCH] uml: remove unused variable | Jeff Dike | 2006-07-10 | 1 | -1/+0 |
* | [PATCH] uml: add some EINTR protection | Jeff Dike | 2006-07-10 | 1 | -6/+4 |
* | [PATCH] uml: formatting fixes | Jeff Dike | 2006-07-10 | 2 | -57/+44 |
* | [PATCH] irq-flags: UM: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 6 | -9/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 1 | -1/+0 |
|\ |
|
| * | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | | [PATCH] uml: unregister useless console when it's not needed | Jeff Dike | 2006-06-30 | 1 | -4/+18 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 2006-06-29 | 4 | -20/+2 |
|\ |
|
| * | [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 3 | -3/+0 |
| * | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 1 | -6/+2 |
| * | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 | 2 | -2/+0 |
| * | [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -7/+0 |
| * | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -2/+0 |
* | | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
|/ |
|