| Commit message (Expand) | Author | Age | Files | Lines |
* | includecheck fix: um, helper.c | Jaswinder Singh Rajput | 2009-09-20 | 1 | -1/+0 |
* | uml: improve error messages | WANG Cong | 2009-04-01 | 1 | -4/+4 |
* | uml: fix WARNING: vmlinux: 'memcpy' exported twice | akpm@linux-foundation.org | 2009-03-12 | 1 | -1/+4 |
* | um: Kill directly reference of netdev->priv | Wang Chen | 2008-12-04 | 2 | -2/+2 |
* | x86, um: get rid of arch/um/os symlink | Al Viro | 2008-10-22 | 1 | -11/+0 |
* | x86, um: get rid of excessive includes of uml-config.h | Al Viro | 2008-10-22 | 1 | -1/+0 |
* | uml: remove the dead TTY_LOG code | Adrian Bunk | 2008-10-16 | 2 | -220/+0 |
* | UML: make several more things static | WANG Cong | 2008-07-24 | 4 | -4/+4 |
* | uml: work around broken host PTRACE_SYSEMU | Jeff Dike | 2008-06-12 | 1 | -9/+16 |
* | uml: remove include of asm/user.h | Jeff Dike | 2008-06-12 | 1 | -2/+2 |
* | uml: PATH_MAX needs limits.h | Ingo Molnar | 2008-06-06 | 1 | -0/+1 |
* | uml: stub needs to tolerate SIGWINCH | Jeff Dike | 2008-06-06 | 1 | -1/+1 |
* | uml: deal with inaccessible address space start | Tom Spink | 2008-06-06 | 2 | -9/+24 |
* | uml: deal with host time going backwards | Jeff Dike | 2008-06-06 | 1 | -0/+7 |
* | fix include order in sys-i386/registers.c | Al Viro | 2008-05-21 | 1 | -0/+1 |
* | uml: track and make up lost ticks | Jeff Dike | 2008-05-13 | 2 | -4/+51 |
* | uml: random driver fixes | Jeff Dike | 2008-05-13 | 1 | -14/+21 |
* | uml: fix build when SLOB is enabled | Jeff Dike | 2008-05-13 | 4 | -7/+7 |
* | uml: tidy ptrace interface | Jeff Dike | 2008-05-13 | 1 | -2/+3 |
* | uml: style fixes | Jeff Dike | 2008-05-13 | 1 | -1/+1 |
* | uml: redo host capability detection and disabling | Jeff Dike | 2008-05-13 | 1 | -40/+41 |
* | arch/um/os-Linux/sys-i386/task_size.c: improve a bit | WANG Cong | 2008-04-28 | 1 | -4/+8 |
* | arch/um/os-Linux/start_up.c: various improvements. | WANG Cong | 2008-04-28 | 1 | -8/+6 |
* | uml: fix build error | Ingo Molnar | 2008-04-26 | 1 | -0/+1 |
* | uml: fix FP register corruption | Jeff Dike | 2008-02-23 | 3 | -0/+41 |
* | uml: improved error handling while locating temp dir | Jim Meyering | 2008-02-08 | 1 | -9/+6 |
* | uml: style fixes in arch/um/os-Linux | Jeff Dike | 2008-02-08 | 13 | -118/+98 |
* | uml: runtime host VMSPLIT detection | Jeff Dike | 2008-02-08 | 4 | -2/+127 |
* | uml: move register initialization | Jeff Dike | 2008-02-05 | 1 | -3/+7 |
* | uml: add newlines to printks | Jeff Dike | 2008-02-05 | 1 | -4/+4 |
* | uml: implement O_APPEND | Jeff Dike | 2008-02-05 | 1 | -0/+2 |
* | uml: remove init_irq_signals | Jeff Dike | 2008-02-05 | 2 | -12/+4 |
* | uml: signal handling tidying | Jeff Dike | 2008-02-05 | 1 | -21/+12 |
* | uml: clean up sig_handler_common_skas | Jeff Dike | 2008-02-05 | 1 | -45/+18 |
* | uml: move sig_handler_common_skas | Jeff Dike | 2008-02-05 | 3 | -76/+65 |
* | uml: don't allow processes to call into stub | Jeff Dike | 2008-02-05 | 1 | -0/+3 |
* | uml: tidy helper code | Jeff Dike | 2008-02-05 | 3 | -46/+32 |
* | uml: use barrier() instead of mb() | Jeff Dike | 2008-02-05 | 1 | -20/+8 |
* | uml: install panic notifier earlier | Jeff Dike | 2008-02-05 | 1 | -2/+0 |
* | uml: eliminate setjmp_wrapper | Jeff Dike | 2008-02-05 | 1 | -15/+0 |
* | uml: style fixes in file.c | Jeff Dike | 2008-02-05 | 1 | -114/+118 |
* | uml: miscellaneous code cleanups | Jeff Dike | 2008-02-05 | 2 | -28/+13 |
* | uml: syle fixes in arch/um/os-Linux | Jeff Dike | 2008-02-05 | 2 | -118/+150 |
* | uml: kill processes instead of panicing kernel | Jeff Dike | 2008-02-05 | 3 | -102/+188 |
* | uml: use ptrace directly in libc code | Jeff Dike | 2008-02-05 | 2 | -12/+12 |
* | uml: simplify SIGSEGV handling | Jeff Dike | 2008-02-05 | 1 | -7/+4 |
* | uml: convert functions to void | Karol Swietlicki | 2008-02-05 | 1 | -3/+1 |
* | arch/um: remove duplicate includes | Lucas Woods | 2008-02-05 | 1 | -1/+0 |
* | uml: tidy kern_util.h | Jeff Dike | 2008-02-05 | 12 | -64/+46 |
* | uml: const and other tidying | WANG Cong | 2008-02-05 | 3 | -5/+6 |