| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: host VDSO fix | Jeff Dike | 2007-03-01 | 1 | -0/+3 |
* | [PATCH] uml: enable RAW | Allan Graves | 2007-03-01 | 1 | -0/+19 |
* | [PATCH] uml: add back accidentally removed error | Jeff Dike | 2007-03-01 | 1 | -1/+4 |
* | [PATCH] uml: fix host LDT lookup initialization locking, try 2 | Jeff Dike | 2007-03-01 | 1 | -12/+24 |
* | [PATCH] uml: fix 2.6.20 hang | Jeff Dike | 2007-02-16 | 1 | -18/+20 |
* | [PATCH] mark struct file_operations const 2 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] Dynamic kernel command-line: fixups | Alon Bar-Lev | 2007-02-12 | 2 | -5/+3 |
* | [PATCH] Dynamic kernel command-line: um | Alon Bar-Lev | 2007-02-12 | 2 | -2/+2 |
* | [PATCH] tty: update the tty layer to work with struct pid | Eric W. Biederman | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] sort the devres mess out | Al Viro | 2007-02-11 | 1 | -0/+3 |
* | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] uml: x86_64 ptrace fixes | Jeff Dike | 2007-02-11 | 3 | -11/+15 |
* | [PATCH] uml: x86_64 thread fixes | Jeff Dike | 2007-02-11 | 5 | -23/+77 |
* | [PATCH] uml: fix error output during early boot | Jeff Dike | 2007-02-11 | 1 | -62/+92 |
* | [PATCH] uml: AIO locking and tidying | Jeff Dike | 2007-02-11 | 1 | -7/+9 |
* | [PATCH] uml: register handling formatting fixes | Jeff Dike | 2007-02-11 | 2 | -10/+10 |
* | [PATCH] uml: ELF locking commentary | Jeff Dike | 2007-02-11 | 1 | -2/+1 |
* | [PATCH] uml: umid tidying | Jeff Dike | 2007-02-11 | 6 | -27/+6 |
* | [PATCH] uml: SIGIO formatting fixes | Jeff Dike | 2007-02-11 | 2 | -14/+3 |
* | [PATCH] uml: SIGIO locking comment | Jeff Dike | 2007-02-11 | 1 | -0/+1 |
* | [PATCH] uml: IRQ handler tidying | Jeff Dike | 2007-02-11 | 2 | -5/+8 |
* | [PATCH] uml: fix style violations | Jeff Dike | 2007-02-11 | 1 | -4/+5 |
* | [PATCH] uml: libc-dependent code should call libc directly | Jeff Dike | 2007-02-11 | 3 | -31/+28 |
* | [PATCH] uml: style fixes in startup code | Jeff Dike | 2007-02-11 | 1 | -6/+6 |
* | [PATCH] uml: locking comments in startup code | Jeff Dike | 2007-02-11 | 1 | -0/+2 |
* | [PATCH] uml: locking comments in memory and tempfile code | Jeff Dike | 2007-02-11 | 3 | -11/+9 |
* | [PATCH] uml: locking fixes in the ubd driver | Jeff Dike | 2007-02-11 | 1 | -20/+15 |
* | [PATCH] uml: add per-device queues and locks to ubd driver | Jeff Dike | 2007-02-11 | 1 | -30/+40 |
* | [PATCH] uml: remove code controlled by non-existent config option | Jeff Dike | 2007-02-11 | 1 | -5/+1 |
* | [PATCH] uml: const a variable | Jeff Dike | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] uml: make signal handlers static | Jeff Dike | 2007-02-11 | 2 | -18/+14 |
* | [PATCH] uml: remove unused variable and function | Jeff Dike | 2007-02-11 | 2 | -17/+0 |
* | [PATCH] uml: delete unused file | Jeff Dike | 2007-02-11 | 2 | -24/+1 |
* | [PATCH] uml: make time data per-cpu | Jeff Dike | 2007-02-11 | 1 | -12/+12 |
* | [PATCH] uml: initialize a list head | Jeff Dike | 2007-02-11 | 1 | -0/+1 |
* | [PATCH] uml: mem.c and physmem.c formatting fixes | Jeff Dike | 2007-02-11 | 2 | -77/+57 |
* | [PATCH] uml: locking comments in iomem driver | Jeff Dike | 2007-02-11 | 2 | -10/+17 |
* | [PATCH] uml: fix previous console locking | Jeff Dike | 2007-02-11 | 2 | -41/+8 |
* | [PATCH] uml: console locking commentary and code cleanup | Jeff Dike | 2007-02-11 | 4 | -45/+31 |
* | [PATCH] uml: chan_user.h formatting fixes | Jeff Dike | 2007-02-11 | 1 | -12/+1 |
* | [PATCH] uml: mostly const a structure | Jeff Dike | 2007-02-11 | 5 | -11/+11 |
* | [PATCH] uml: locking commentary in the random driver | Jeff Dike | 2007-02-11 | 1 | -0/+1 |
* | [PATCH] uml: use LIST_HEAD where possible | Jeff Dike | 2007-02-11 | 2 | -2/+2 |
* | [PATCH] uml: network driver locking and code cleanup | Jeff Dike | 2007-02-11 | 1 | -24/+18 |
* | [PATCH] uml: Kill a compilation warning | Jeff Dike | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] uml: port driver formatting | Jeff Dike | 2007-02-11 | 2 | -54/+43 |
* | [PATCH] uml: make two variables static | Jeff Dike | 2007-02-11 | 1 | -2/+2 |
* | [PATCH] uml: mconsole locking | Jeff Dike | 2007-02-11 | 5 | -6/+19 |
* | [PATCH] uml: audio driver formatting | Jeff Dike | 2007-02-11 | 1 | -87/+73 |
* | [PATCH] uml: audio driver locking | Jeff Dike | 2007-02-11 | 1 | -3/+6 |