Age | Commit message (Expand) | Author | Files | Lines |
2008-10-22 | x86, um: get rid of system.h -> system.h include | Al Viro | 6 | -54/+265 |
2008-10-22 | x86, um: uml atomic.h is not needed anymore | Al Viro | 1 | -11/+0 |
2008-10-22 | x86, um: untangle uml ldt.h | Al Viro | 8 | -8/+8 |
2008-10-22 | x86, um: get rid of more uml asm/arch uses | Al Viro | 3 | -3/+3 |
2008-10-22 | x86, um: remove dead header (uml module-generic.h; never used these days) | Al Viro | 1 | -6/+0 |
2008-10-22 | x86, um: get rid of uml signal.h | Al Viro | 1 | -29/+0 |
2008-10-22 | x86, um: sanitize uml sigcontext.h uses | Al Viro | 5 | -69/+0 |
2008-10-22 | x86, um: now we can get rid of trivial uml headers | Al Viro | 59 | -371/+0 |
2008-10-22 | x86, um: initial part of asm-um move | Al Viro | 144 | -0/+3690 |
2008-10-22 | x86, um: take arch/um/include/* out of the way | Al Viro | 78 | -1/+1 |
2008-07-24 | UML: make several more things static | WANG Cong | 2 | -2/+0 |
2008-07-24 | arch/um/kernel/irq.c: clean up some functions | WANG Cong | 2 | -4/+0 |
2008-07-23 | UML - Fix boot crash | Jeff Dike | 1 | -0/+8 |
2008-06-06 | uml: deal with inaccessible address space start | Tom Spink | 1 | -1/+1 |
2008-05-13 | uml: track and make up lost ticks | Jeff Dike | 1 | -2/+2 |
2008-05-13 | uml: random driver fixes | Jeff Dike | 2 | -12/+5 |
2008-05-13 | uml: use PAGE_SIZE in linker scripts | Cyrill Gorcunov | 1 | -7/+7 |
2008-05-13 | uml: use __SPIN_LOCK_UNLOCKED | Jeff Dike | 1 | -2/+2 |
2008-05-13 | uml: fix build when SLOB is enabled | Jeff Dike | 1 | -6/+3 |
2008-05-13 | uml: tidy ptrace interface | Jeff Dike | 2 | -42/+5 |
2008-05-13 | uml: style fixes | Jeff Dike | 2 | -13/+2 |
2008-05-08 | uml: fix inconsistence due to tty_operation change | WANG Cong | 1 | -1/+1 |
2008-04-28 | uml: remove a useless function | WANG Cong | 1 | -1/+0 |
2008-04-28 | uml: make a function static | WANG Cong | 1 | -1/+0 |
2008-02-23 | uml: fix FP register corruption | Jeff Dike | 3 | -0/+8 |
2008-02-08 | uml: fix mm_context memory leak | Jeff Dike | 1 | -0/+1 |
2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike | 1 | -11/+0 |
2008-02-08 | uml: runtime host VMSPLIT detection | Jeff Dike | 2 | -1/+6 |
2008-02-05 | uml: redo the calculation of NR_syscalls | Jeff Dike | 3 | -13/+3 |
2008-02-05 | uml: remove unused fields from mm_context | Jeff Dike | 1 | -4/+0 |
2008-02-05 | uml: style fixes in arch/um/sys-x86_64 | Jeff Dike | 1 | -8/+3 |
2008-02-05 | uml: SMP locking commentary | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: remove init_irq_signals | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: move sig_handler_common_skas | Jeff Dike | 1 | -3/+0 |
2008-02-05 | uml: get rid of syscall counters | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: tidy helper code | Jeff Dike | 1 | -1/+1 |
2008-02-05 | uml: install panic notifier earlier | Jeff Dike | 1 | -0/+2 |
2008-02-05 | uml: eliminate setjmp_wrapper | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: style fixes in file.c | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: miscellaneous code cleanups | Jeff Dike | 2 | -3/+1 |
2008-02-05 | uml: cover stubs with a VMA | Jeff Dike | 2 | -18/+4 |
2008-02-05 | uml: clean up TASK_SIZE usage | Jeff Dike | 3 | -6/+16 |
2008-02-05 | uml: kill processes instead of panicing kernel | Jeff Dike | 3 | -8/+7 |
2008-02-05 | uml: use ptrace directly in libc code | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: header untangling | Jeff Dike | 1 | -1/+3 |
2008-02-05 | uml: convert functions to void | Karol Swietlicki | 1 | -5/+1 |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 2 | -87/+35 |
2008-02-05 | uml: delete some unused headers | Jeff Dike | 3 | -39/+0 |
2008-02-05 | uml: borrow const.h techniques | Jeff Dike | 1 | -13/+21 |
2008-02-05 | uml: const and other tidying | WANG Cong | 1 | -1/+1 |