summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* uml: pcap devices should get MACs from command lineJeff Dike2007-05-081-1/+1
* uml: network and pcap cleanupJeff Dike2007-05-083-25/+38
* uml: an idle system should have zero load averageJeff Dike2007-05-081-2/+2
* uml: fix prototypesPaolo 'Blaisorblade' Giarrusso2007-05-071-3/+7
* uml: virtualized time fixJeff Dike2007-05-071-2/+12
* uml: out of tmpfs space error clarificationJeff Dike2007-05-071-2/+2
* uml: only flush areas covered by VMAJeff Dike2007-05-071-2/+7
* uml: more page fault path trimmingJeff Dike2007-05-0710-364/+145
* uml: eliminate a piece of debugging codeJeff Dike2007-05-071-1/+0
* uml: speed page fault pathJeff Dike2007-05-075-6/+72
* uml: aIO deadlock avoidanceJeff Dike2007-05-071-0/+5
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-0722-105/+51
* uml: remove debugging remnantsJeff Dike2007-05-071-3/+0
* uml: formatting fixes around os_{read_write}_file callersJeff Dike2007-05-075-120/+89
* uml: change remaining callers of os_{read_write}_fileJeff Dike2007-05-077-10/+10
* uml: don't try to handle signals on initial process stackJeff Dike2007-05-071-3/+11
* uml: dump core on panicJeff Dike2007-05-073-1/+8
* uml: fixup allocation in the ubd driverPeter Zijlstra2007-05-071-1/+1
* uml: send pointers instead of structures to I/O threadJeff Dike2007-05-071-15/+26
* uml: batch I/O requestsJeff Dike2007-05-071-77/+99
* uml: convert libc layer to call read and writeJeff Dike2007-05-079-57/+71
* uml: tidy libc codeJeff Dike2007-05-077-46/+47
* uml: start fixing os_read_file and os_write_fileJeff Dike2007-05-0719-41/+64
* uml: remove unused x86_64 codeJeff Dike2007-05-071-69/+0
* uml: speed up page table walkingJeff Dike2007-05-071-82/+120
* uml: dump registers on ptrace or wait failureJeff Dike2007-05-071-12/+25
* uml: drivers get release methodsJeff Dike2007-05-072-9/+27
* uml: delete HOST_FRAME_SIZEJeff Dike2007-05-072-2/+0
* uml: irq locking commentaryJeff Dike2007-05-071-0/+15
* uml: comment early boot lockingJeff Dike2007-05-071-9/+13
* uml: kernel segfaults should dump proper registersJeff Dike2007-05-076-22/+78
* uml: tidy fault codeJeff Dike2007-05-078-84/+63
* uml: kernel_thread shouldn't panicJeff Dike2007-05-071-2/+0
* uml: remove page_size()Jeff Dike2007-05-0710-24/+25
* uml: tidy process.cJeff Dike2007-05-074-90/+38
* uml: no locking needed in tls.cJeff Dike2007-05-071-3/+8
* uml: speed up execJeff Dike2007-05-071-1/+11
* uml: fix umid in xterm titlesDavide Brini2007-05-072-4/+4
* uml: Replace one-element array with zero-element arrayPaolo 'Blaisorblade' Giarrusso2007-05-072-12/+4
* uml: Eliminate temporary buffer in eth_configurePaolo 'Blaisorblade' Giarrusso2007-05-071-12/+13
* uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso2007-05-071-9/+29
* remove unused header file: arch/um/kernel/tt/include/mode_kern-tt.hRobert P. J. Day2007-05-071-52/+0
* uml: add missing __init declarationsJeff Dike2007-05-075-10/+12
* uml: remove user_util.hJeff Dike2007-05-0780-108/+0
* uml: move remaining useful contents of user_util.hJeff Dike2007-05-075-29/+16
* uml: create as-layout.hJeff Dike2007-05-0713-23/+46
* uml: create arch.hJeff Dike2007-05-074-4/+17
* uml: move SIGIO testing to sigio.cJeff Dike2007-05-073-148/+145
* ARRAY_SIZE: check for typeRusty Russell2007-05-071-2/+13
* uml: network interface hotplug error handlingJeff Dike2007-05-079-44/+64