aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike1-4/+0
2007-10-16uml: separate timer initializationJeff Dike2-4/+10
2007-10-16uml: simplify interval settingJeff Dike2-4/+3
2007-10-16uml: fix timer switchingJeff Dike2-13/+23
2007-10-16uml: eliminate hz()Jeff Dike2-6/+6
2007-10-16uml: remove unused fileJeff Dike1-195/+0
2007-10-16uml: style fixes in FP codeJeff Dike1-10/+16
2007-10-16uml: floating point signal delivery fixesJeff Dike2-3/+34
2007-10-16uml: userspace files should call libc directlyJeff Dike9-117/+134
2007-10-16uml: replace clone with forkJeff Dike1-35/+20
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-11/+0
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike2-5/+5
2007-10-16uml: get rid of do_longjmpJeff Dike3-9/+2
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike1-3/+3
2007-10-16uml: style fixes pass 3Jeff Dike12-511/+540
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike11-46/+28
2007-10-16uml: throw out CHOOSE_MODEJeff Dike5-18/+5
2007-10-16uml: style fixes pass 1Jeff Dike4-26/+20
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike8-136/+3
2007-10-16uml: stop saving process FP stateJeff Dike7-192/+65
2007-10-16uml: stop using libc asm/page.hJeff Dike4-4/+0
2007-10-16uml: tidy recently-moved codeJeff Dike1-13/+0
2007-09-19uml: fix irqstack crashJeff Dike1-2/+2
2007-09-19uml: use correct type in BLKGETSIZE ioctlNicolas George1-1/+2
2007-08-31uml: fix x86_64 core dump crashJeff Dike1-0/+15
2007-07-24uml: more __init annotationsJeff Dike1-1/+1
2007-07-24uml: fix aio compilation bugJeff Dike1-30/+17
2007-07-24uml: fix string exporting on UML/i386Jeff Dike1-4/+1
2007-07-16uml: export hostfs symbolsJeff Dike1-12/+8
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike4-8/+8
2007-07-16uml: simplify helper stack handlingJeff Dike5-26/+27
2007-07-16uml: SIGIO support cleanupJeff Dike1-1/+1
2007-06-16uml: remove PAGE_SIZE from libc codeJeff Dike4-16/+21
2007-05-23uml: improve PTRACE_SYSEMU checkingJeff Dike1-8/+16
2007-05-11uml: iRQ stacksJeff Dike3-8/+46
2007-05-11uml: tidy IRQ codeJeff Dike2-5/+11
2007-05-11uml: use UM_THREAD_SIZE in userspace codeJeff Dike1-4/+3
2007-05-11uml: remove task_protectionsJeff Dike1-20/+3
2007-05-09uml: turn build warnings into commentsMiklos Szeredi2-2/+2
2007-05-09uml: mark a tt-only functionJeff Dike1-0/+2
2007-05-07uml: more page fault path trimmingJeff Dike3-87/+103
2007-05-07uml: speed page fault pathJeff Dike1-2/+2
2007-05-07uml: aIO deadlock avoidanceJeff Dike1-0/+5
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-50/+0
2007-05-07uml: don't try to handle signals on initial process stackJeff Dike1-3/+11
2007-05-07uml: dump core on panicJeff Dike1-0/+6
2007-05-07uml: convert libc layer to call read and writeJeff Dike9-57/+71
2007-05-07uml: tidy libc codeJeff Dike7-46/+47
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike1-0/+18
2007-05-07uml: dump registers on ptrace or wait failureJeff Dike1-12/+25