Age | Commit message (Expand) | Author | Files | Lines |
2007-05-07 | uml: fix prototypes | Paolo 'Blaisorblade' Giarrusso | 1 | -3/+7 |
2007-05-07 | uml: virtualized time fix | Jeff Dike | 1 | -2/+12 |
2007-05-07 | uml: out of tmpfs space error clarification | Jeff Dike | 1 | -2/+2 |
2007-05-07 | uml: only flush areas covered by VMA | Jeff Dike | 1 | -2/+7 |
2007-05-07 | uml: more page fault path trimming | Jeff Dike | 10 | -364/+145 |
2007-05-07 | uml: eliminate a piece of debugging code | Jeff Dike | 1 | -1/+0 |
2007-05-07 | uml: speed page fault path | Jeff Dike | 5 | -6/+72 |
2007-05-07 | uml: aIO deadlock avoidance | Jeff Dike | 1 | -0/+5 |
2007-05-07 | uml: rename os_{read_write}_file_k back to os_{read_write}_file | Jeff Dike | 22 | -105/+51 |
2007-05-07 | uml: remove debugging remnants | Jeff Dike | 1 | -3/+0 |
2007-05-07 | uml: formatting fixes around os_{read_write}_file callers | Jeff Dike | 5 | -120/+89 |
2007-05-07 | uml: change remaining callers of os_{read_write}_file | Jeff Dike | 7 | -10/+10 |
2007-05-07 | uml: don't try to handle signals on initial process stack | Jeff Dike | 1 | -3/+11 |
2007-05-07 | uml: dump core on panic | Jeff Dike | 3 | -1/+8 |
2007-05-07 | uml: fixup allocation in the ubd driver | Peter Zijlstra | 1 | -1/+1 |
2007-05-07 | uml: send pointers instead of structures to I/O thread | Jeff Dike | 1 | -15/+26 |
2007-05-07 | uml: batch I/O requests | Jeff Dike | 1 | -77/+99 |
2007-05-07 | uml: convert libc layer to call read and write | Jeff Dike | 9 | -57/+71 |
2007-05-07 | uml: tidy libc code | Jeff Dike | 7 | -46/+47 |
2007-05-07 | uml: start fixing os_read_file and os_write_file | Jeff Dike | 19 | -41/+64 |
2007-05-07 | uml: remove unused x86_64 code | Jeff Dike | 1 | -69/+0 |
2007-05-07 | uml: speed up page table walking | Jeff Dike | 1 | -82/+120 |
2007-05-07 | uml: dump registers on ptrace or wait failure | Jeff Dike | 1 | -12/+25 |
2007-05-07 | uml: drivers get release methods | Jeff Dike | 2 | -9/+27 |
2007-05-07 | uml: delete HOST_FRAME_SIZE | Jeff Dike | 2 | -2/+0 |
2007-05-07 | uml: irq locking commentary | Jeff Dike | 1 | -0/+15 |
2007-05-07 | uml: comment early boot locking | Jeff Dike | 1 | -9/+13 |
2007-05-07 | uml: kernel segfaults should dump proper registers | Jeff Dike | 6 | -22/+78 |
2007-05-07 | uml: tidy fault code | Jeff Dike | 8 | -84/+63 |
2007-05-07 | uml: kernel_thread shouldn't panic | Jeff Dike | 1 | -2/+0 |
2007-05-07 | uml: remove page_size() | Jeff Dike | 10 | -24/+25 |
2007-05-07 | uml: tidy process.c | Jeff Dike | 4 | -90/+38 |
2007-05-07 | uml: no locking needed in tls.c | Jeff Dike | 1 | -3/+8 |
2007-05-07 | uml: speed up exec | Jeff Dike | 1 | -1/+11 |
2007-05-07 | uml: fix umid in xterm titles | Davide Brini | 2 | -4/+4 |
2007-05-07 | uml: Replace one-element array with zero-element array | Paolo 'Blaisorblade' Giarrusso | 2 | -12/+4 |
2007-05-07 | uml: Eliminate temporary buffer in eth_configure | Paolo 'Blaisorblade' Giarrusso | 1 | -12/+13 |
2007-05-07 | uml: improve checking and diagnostics of ethernet MACs | Paolo 'Blaisorblade' Giarrusso | 1 | -9/+29 |
2007-05-07 | remove unused header file: arch/um/kernel/tt/include/mode_kern-tt.h | Robert P. J. Day | 1 | -52/+0 |
2007-05-07 | uml: add missing __init declarations | Jeff Dike | 5 | -10/+12 |
2007-05-07 | uml: remove user_util.h | Jeff Dike | 80 | -108/+0 |
2007-05-07 | uml: move remaining useful contents of user_util.h | Jeff Dike | 5 | -29/+16 |
2007-05-07 | uml: create as-layout.h | Jeff Dike | 13 | -23/+46 |
2007-05-07 | uml: create arch.h | Jeff Dike | 4 | -4/+17 |
2007-05-07 | uml: move SIGIO testing to sigio.c | Jeff Dike | 3 | -148/+145 |
2007-05-07 | ARRAY_SIZE: check for type | Rusty Russell | 1 | -2/+13 |
2007-05-07 | uml: network interface hotplug error handling | Jeff Dike | 9 | -44/+64 |
2007-05-07 | uml-driver-formatting-fixes-fix | Andrew Morton | 1 | -1/+1 |
2007-05-07 | uml: driver formatting fixes | Jeff Dike | 7 | -106/+57 |
2007-05-07 | uml: handle block device hotplug errors | Jeff Dike | 1 | -6/+7 |