| Commit message (Expand) | Author | Age | Files | Lines |
* | UML: make several more things static | WANG Cong | 2008-07-24 | 3 | -6/+5 |
* | uml: tidy ptrace interface | Jeff Dike | 2008-05-13 | 2 | -17/+15 |
* | x86, UML: remove x86-specific implementations of find_first_bit | Alexander van Heukelum | 2008-04-26 | 1 | -1/+1 |
* | Generic semaphore implementation | Matthew Wilcox | 2008-04-17 | 1 | -12/+0 |
* | uml: remove unused sigcontext accessors | Jeff Dike | 2008-02-23 | 1 | -27/+0 |
* | uml: redo the calculation of NR_syscalls | Jeff Dike | 2008-02-05 | 1 | -0/+5 |
* | uml: LDT mutex conversion | Daniel Walker | 2008-02-05 | 1 | -7/+7 |
* | uml: style fixes in arch/um/sys-x86_64 | Jeff Dike | 2008-02-05 | 1 | -14/+0 |
* | uml: simplify SIGSEGV handling | Jeff Dike | 2008-02-05 | 1 | -17/+2 |
* | uml: current.h cleanup | Jeff Dike | 2008-02-05 | 1 | -10/+8 |
* | uml: header untangling | Jeff Dike | 2008-02-05 | 2 | -2/+4 |
* | uml: host TLS diagnostics | Jeff Dike | 2008-02-05 | 1 | -9/+21 |
* | uml: remove unused variables in the context switcher | Karol Swietlicki | 2008-02-05 | 2 | -4/+4 |
* | uml: tidy kern_util.h | Jeff Dike | 2008-02-05 | 1 | -0/+1 |
* | uml: borrow const.h techniques | Jeff Dike | 2008-02-05 | 1 | -4/+4 |
* | uml: further bugs.c tidying | Jeff Dike | 2008-02-05 | 1 | -26/+20 |
* | uml: remove now unused code | Karol Swietlicki | 2008-02-05 | 1 | -137/+0 |
* | uml: improve detection of host cmov | Karol Swietlicki | 2008-02-05 | 1 | -9/+31 |
* | uml: get rid of asmlinkage | Jeff Dike | 2008-02-05 | 1 | -4/+5 |
* | uml: remove xmm checking on x86 | Karol Swietlicki | 2008-02-05 | 1 | -3/+0 |
* | UML: change sigcontext fields to match x86 | Jeff Dike | 2008-01-30 | 1 | -25/+25 |
* | misc uml annotation and section fixes | Al Viro | 2007-10-29 | 1 | -4/+4 |
* | spelling fixes: arch/um/ | Simon Arlott | 2007-10-20 | 2 | -2/+2 |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 1 | -1/+1 |
* | uml: fix stub address calculations | Jeff Dike | 2007-10-16 | 2 | -6/+7 |
* | uml: style fixes in FP code | Jeff Dike | 2007-10-16 | 2 | -74/+3 |
* | uml: coredumping floating point fixes | Jeff Dike | 2007-10-16 | 1 | -22/+0 |
* | uml: ptrace floating point fixes | Jeff Dike | 2007-10-16 | 1 | -25/+48 |
* | uml: floating point signal delivery fixes | Jeff Dike | 2007-10-16 | 2 | -99/+203 |
* | uml: don't use glibc asm/user.h | Jeff Dike | 2007-10-16 | 1 | -3/+3 |
* | uml: rename pt_regs general-purpose register file | Jeff Dike | 2007-10-16 | 1 | -32/+32 |
* | uml: fold mmu_context_skas into mm_context | Jeff Dike | 2007-10-16 | 1 | -9/+8 |
* | uml: style fixes pass 3 | Jeff Dike | 2007-10-16 | 6 | -290/+286 |
* | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 2007-10-16 | 6 | -61/+50 |
* | uml: throw out CHOOSE_MODE | Jeff Dike | 2007-10-16 | 4 | -29/+11 |
* | uml: style fixes pass 1 | Jeff Dike | 2007-10-16 | 2 | -11/+6 |
* | uml: remove sysdep/thread.h | Jeff Dike | 2007-10-16 | 1 | -1/+0 |
* | uml: throw out CONFIG_MODE_TT | Jeff Dike | 2007-10-16 | 7 | -380/+2 |
* | minimal build fixes for uml (fallout from x86 merge) | Al Viro | 2007-10-13 | 1 | -3/+3 |
* | i386: move kernel | Thomas Gleixner | 2007-10-11 | 1 | -1/+1 |
* | i386: prepare shared kernel/syscall_table.S | Thomas Gleixner | 2007-10-11 | 1 | -1/+1 |
* | uml: fix string exporting on UML/i386 | Jeff Dike | 2007-07-24 | 1 | -1/+1 |
* | uml: more page fault path trimming | Jeff Dike | 2007-05-07 | 1 | -2/+7 |
* | uml: rename os_{read_write}_file_k back to os_{read_write}_file | Jeff Dike | 2007-05-07 | 2 | -3/+3 |
* | uml: change remaining callers of os_{read_write}_file | Jeff Dike | 2007-05-07 | 1 | -1/+1 |
* | uml: start fixing os_read_file and os_write_file | Jeff Dike | 2007-05-07 | 2 | -2/+2 |
* | uml: delete HOST_FRAME_SIZE | Jeff Dike | 2007-05-07 | 1 | -1/+0 |
* | uml: kernel segfaults should dump proper registers | Jeff Dike | 2007-05-07 | 1 | -17/+24 |
* | uml: tidy fault code | Jeff Dike | 2007-05-07 | 2 | -42/+17 |
* | uml: no locking needed in tls.c | Jeff Dike | 2007-05-07 | 1 | -3/+8 |