Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | uml: eliminate floating point state from register file | Jeff Dike | 2 | -3/+0 |
2007-10-16 | uml: style fixes in FP code | Jeff Dike | 2 | -40/+1 |
2007-10-16 | uml: floating point signal delivery fixes | Jeff Dike | 3 | -0/+8 |
2007-10-16 | uml: clean up tlb flush path | Jeff Dike | 1 | -27/+0 |
2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -2/+1 |
2007-10-16 | uml: remove os_* usage from userspace files | Jeff Dike | 4 | -91/+78 |
2007-10-16 | uml: rename pt_regs general-purpose register file | Jeff Dike | 2 | -50/+50 |
2007-10-16 | uml: fold mmu_context_skas into mm_context | Jeff Dike | 3 | -27/+16 |
2007-10-16 | uml: get rid of do_longjmp | Jeff Dike | 3 | -27/+6 |
2007-10-16 | uml: remove __u64 usage from physical memory subsystem | Jeff Dike | 1 | -19/+2 |
2007-10-16 | uml: style fixes pass 3 | Jeff Dike | 5 | -21/+17 |
2007-10-16 | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 15 | -168/+93 |
2007-10-16 | uml: style fixes pass 2 | Jeff Dike | 2 | -14/+3 |
2007-10-16 | uml: throw out CHOOSE_MODE | Jeff Dike | 6 | -166/+65 |
2007-10-16 | uml: style fixes pass 1 | Jeff Dike | 1 | -11/+1 |
2007-10-16 | uml: remove sysdep/thread.h | Jeff Dike | 4 | -16/+2 |
2007-10-16 | uml: throw out CONFIG_MODE_TT | Jeff Dike | 21 | -344/+1 |
2007-10-16 | uml: physmem code tidying | Jeff Dike | 1 | -1/+2 |
2007-10-16 | uml: stop saving process FP state | Jeff Dike | 5 | -23/+9 |
2007-10-16 | uml: stop specially protecting kernel stacks | Jeff Dike | 1 | -0/+2 |
2007-10-16 | uml: stop using libc asm/page.h | Jeff Dike | 2 | -2/+2 |
2007-10-16 | uml: tidy recently-moved code | Jeff Dike | 1 | -1/+0 |
2007-09-19 | uml: fix irqstack crash | Jeff Dike | 1 | -1/+1 |
2007-07-16 | uml: Eliminate kernel allocator wrappers | Jeff Dike | 2 | -3/+12 |
2007-07-16 | uml: simplify helper stack handling | Jeff Dike | 1 | -4/+2 |
2007-07-16 | uml: SIGIO support cleanup | Jeff Dike | 1 | -1/+2 |
2007-07-16 | uml: handle errors on opening host side of consoles | Jeff Dike | 1 | -1/+1 |
2007-07-16 | uml: xterm driver tidying | Jeff Dike | 1 | -2/+0 |
2007-06-17 | uml: remove PAGE_SIZE from libc code | Jeff Dike | 1 | -0/+1 |
2007-05-16 | fix uml-x86_64 | Al Viro | 2 | -1/+11 |
2007-05-11 | uml: iRQ stacks | Jeff Dike | 1 | -0/+3 |
2007-05-11 | uml: remove task_protections | Jeff Dike | 2 | -1/+2 |
2007-05-09 | fix file specification in comments | Uwe Kleine-König | 2 | -2/+2 |
2007-05-07 | uml: fix prototypes | Paolo 'Blaisorblade' Giarrusso | 1 | -3/+7 |
2007-05-07 | uml: more page fault path trimming | Jeff Dike | 2 | -10/+4 |
2007-05-07 | uml: speed page fault path | Jeff Dike | 2 | -1/+3 |
2007-05-07 | uml: rename os_{read_write}_file_k back to os_{read_write}_file | Jeff Dike | 1 | -2/+0 |
2007-05-07 | uml: dump core on panic | Jeff Dike | 1 | -0/+1 |
2007-05-07 | uml: start fixing os_read_file and os_write_file | Jeff Dike | 1 | -0/+2 |
2007-05-07 | uml: kernel segfaults should dump proper registers | Jeff Dike | 2 | -0/+4 |
2007-05-07 | uml: tidy fault code | Jeff Dike | 2 | -2/+2 |
2007-05-07 | uml: remove page_size() | Jeff Dike | 1 | -1/+0 |
2007-05-07 | uml: tidy process.c | Jeff Dike | 3 | -7/+3 |
2007-05-07 | uml: Replace one-element array with zero-element array | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+1 |
2007-05-07 | uml: remove user_util.h | Jeff Dike | 1 | -29/+0 |
2007-05-07 | uml: move remaining useful contents of user_util.h | Jeff Dike | 3 | -29/+14 |
2007-05-07 | uml: create as-layout.h | Jeff Dike | 2 | -23/+35 |
2007-05-07 | uml: create arch.h | Jeff Dike | 2 | -4/+15 |
2007-05-07 | uml: move SIGIO testing to sigio.c | Jeff Dike | 1 | -3/+0 |
2007-05-07 | ARRAY_SIZE: check for type | Rusty Russell | 1 | -2/+13 |