| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: fix compile warning after consolidation patch | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -1/+2 |
* | [PATCH] uml: comment about cast build fix | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -0/+1 |
* | [PATCH] uml: readd removed unistd.h inclusion | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -0/+1 |
* | [PATCH] uml: fix bogus HOST_ELF_CLASS symbol name | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 2 | -2/+5 |
* | [PATCH] uml: Fix conflict between libc and ipv6 | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -1/+5 |
* | [PATCH] uml: fix uname output on 32-bit binary on 64-bit host | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -0/+6 |
* | [PATCH] uml: fix modify_ldt - missing break in switch | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -0/+1 |
* | [PATCH] uml: remove verify_area_{tt,skas} | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 2 | -12/+0 |
* | [PATCH] uml: UML/i386 cmpxchg fix | Jeff Dike | 2005-09-17 | 1 | -0/+4 |
* | [PATCH] uml: remove include of asm/elf.h | Jeff Dike | 2005-09-17 | 1 | -1/+0 |
* | [PATCH] uml: return a real error code | Jeff Dike | 2005-09-17 | 1 | -0/+2 |
* | [PATCH] uml: merge mem_user.c and mem.c | Jeff Dike | 2005-09-17 | 3 | -77/+21 |
* | [PATCH] uml: move libc code out of mem_user.c and tempfile.c | Jeff Dike | 2005-09-17 | 13 | -318/+300 |
* | [PATCH] uml: preserve errno in error paths | Jeff Dike | 2005-09-17 | 9 | -78/+67 |
* | [PATCH] uml: Remove some build warnings | Jeff Dike | 2005-09-17 | 2 | -2/+4 |
* | [PATCH] uml: Remove a useless include | Jeff Dike | 2005-09-17 | 1 | -1/+0 |
* | [PATCH] uml: Remove an unused file | Jeff Dike | 2005-09-17 | 1 | -75/+0 |
* | [PATCH] uml: breakpoint an arbitrary thread | Jeff Dike | 2005-09-17 | 4 | -1/+62 |
* | [PATCH] uml: _switch_to code consolidation | Jeff Dike | 2005-09-17 | 5 | -16/+14 |
* | kbuild: rename prepare to archprepare to fix dependency chain | Sam Ravnborg | 2005-09-11 | 1 | -1/+1 |
* | [PATCH] uml: avoid already done dirtying | Paolo 'Blaisorblade' Giarrusso | 2005-09-10 | 1 | -2/+1 |
* | [PATCH] uml: fix fault handler on write | Paolo 'Blaisorblade' Giarrusso | 2005-09-10 | 1 | -1/+2 |
* | [PATCH] uml: inline mk_pte and various friends | Paolo 'Blaisorblade' Giarrusso | 2005-09-10 | 3 | -41/+11 |
* | [PATCH] i386 / uml: add dwarf sections to static link script | Paolo 'Blaisorblade' Giarrusso | 2005-09-10 | 2 | -42/+9 |
* | [PATCH] Uml: more cleaning | Paolo 'Blaisorblade' Giarrusso | 2005-09-10 | 1 | -4/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2005-09-09 | 2 | -0/+17 |
|\ |
|
| * | kbuild: um fix so it compile with generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 2 | -0/+17 |
* | | [PATCH] uaccess.h annotations (uml) | viro@ZenIV.linux.org.uk | 2005-09-09 | 2 | -14/+14 |
* | | [PATCH] sparse on uml (infrastructure bits) | viro@ZenIV.linux.org.uk | 2005-09-09 | 2 | -0/+6 |
|/ |
|
* | [PATCH] bogus #if (arch/um/kernel/mem.c) | viro@ZenIV.linux.org.uk | 2005-09-07 | 1 | -1/+1 |
* | [PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.c | viro@ZenIV.linux.org.uk | 2005-09-07 | 5 | -1/+8 |
* | [PATCH] lost chunk of "uml: build cleanups" | viro@ZenIV.linux.org.uk | 2005-09-07 | 1 | -1/+1 |
* | [PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea... | Jesper Juhl | 2005-09-07 | 1 | -7/+0 |
* | [PATCH] uml: fix x86_64 page leak | Jeff Dike | 2005-09-05 | 2 | -1/+12 |
* | [PATCH] uml: fix advanced sysemu check | Bodo Stroesser | 2005-09-05 | 1 | -11/+17 |
* | [PATCH] uml: allow host capability usage to be disabled | Bodo Stroesser | 2005-09-05 | 1 | -0/+24 |
* | [PATCH] uml: skas0 stubs now check system call return values | Bodo Stroesser | 2005-09-05 | 8 | -238/+348 |
* | [PATCH] uml: increase granularity of host capability checking | Bodo Stroesser | 2005-09-05 | 4 | -34/+96 |
* | [PATCH] uml: move libc-dependent startup and signal code | Gennady Sharapov | 2005-09-05 | 8 | -168/+230 |
* | [PATCH] uml: add host AIO support to block driver | Jeff Dike | 2005-09-05 | 4 | -409/+373 |
* | [PATCH] uml: use host AIO support | Jeff Dike | 2005-09-05 | 6 | -15/+475 |
* | [PATCH] uml: build cleanups | Al Viro | 2005-09-05 | 5 | -14/+6 |
* | [PATCH] uml: system call path cleanup | Jeff Dike | 2005-09-05 | 13 | -215/+131 |
* | [PATCH] uml: TLB operation batching | Jeff Dike | 2005-09-05 | 8 | -166/+273 |
* | [PATCH] uml: remove duplicated exports | Jeff Dike | 2005-09-05 | 1 | -19/+0 |
* | [PATCH] uml: mark SMP on UML/x86_64 as broken | Jeff Dike | 2005-09-05 | 2 | -1/+5 |
* | [PATCH] uml: remove libc reference in build | Al Viro | 2005-09-05 | 1 | -1/+1 |
* | [PATCH] uml: build cleanup | Al Viro | 2005-09-05 | 3 | -4/+1 |
* | [PATCH] uml: error path cleanup | Jeff Dike | 2005-09-05 | 1 | -5/+9 |
* | [PATCH] uml: fix a macro typo | Al Viro | 2005-09-05 | 1 | -1/+1 |