summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-02-05uml: eliminate setjmp_wrapperJeff Dike1-46/+27
2008-02-05uml: customize tlb.hJeff Dike1-7/+18
2008-02-05uml: 64-bit tlb fixesJeff Dike1-4/+4
2008-02-05uml: miscellaneous code cleanupsJeff Dike3-9/+4
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki1-2/+2
2008-02-05uml: cover stubs with a VMAJeff Dike3-54/+66
2008-02-05uml: clean up TASK_SIZE usageJeff Dike5-35/+4
2008-02-05uml: kill processes instead of panicing kernelJeff Dike3-4/+33
2008-02-05uml: use ptrace directly in libc codeJeff Dike1-1/+1
2008-02-05uml: add virt_to_pteJeff Dike1-33/+23
2008-02-05uml: fix page table data sizesJeff Dike1-8/+9
2008-02-05uml: current.h cleanupJeff Dike1-4/+4
2008-02-05uml: style cleanupJeff Dike1-45/+41
2008-02-05uml: header untanglingJeff Dike4-14/+35
2008-02-05uml: move um_virt_to_physJeff Dike3-46/+32
2008-02-05uml: convert functions to voidKarol Swietlicki1-3/+2
2008-02-05uml: remove unused variables in the context switcherKarol Swietlicki1-11/+8
2008-02-05uml: tidy pgtable.hJeff Dike1-0/+1
2008-02-05uml: tidy kern_util.hJeff Dike5-19/+5
2008-02-05uml: clone.c tidyingJeff Dike1-14/+18
2008-02-05uml: const and other tidyingWANG Cong2-4/+2
2008-02-05uml: further bugs.c tidyingJeff Dike1-3/+2
2008-02-05uml: implement get_wchanJeff Dike1-0/+35
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2-5/+5
2008-01-30UML: remove remaining FASTCALL usesHarvey Harrison1-2/+2
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2-4/+4
2007-11-14uml: remove last include of libc asm/page.hJeff Dike1-1/+0
2007-11-14uml: fix spurious IRQ testingJeff Dike1-6/+7
2007-10-29misc uml annotation and section fixesAl Viro1-1/+1
2007-10-20spelling fixes: arch/um/Simon Arlott3-4/+4
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike6-11/+14
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike1-4/+5
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike1-3/+4
2007-10-16uml: tickless supportJeff Dike2-35/+13
2007-10-16uml: clocksource supportJeff Dike1-0/+20
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike1-53/+48
2007-10-16uml: GENERIC_TIME supportJeff Dike2-43/+0
2007-10-16uml: separate timer initializationJeff Dike1-0/+2
2007-10-16uml: simplify interval settingJeff Dike1-1/+1
2007-10-16uml: fix timer switchingJeff Dike1-7/+2
2007-10-16uml: eliminate hz()Jeff Dike1-5/+0
2007-10-16uml: style fixes in FP codeJeff Dike1-2/+0
2007-10-16uml: ptrace floating point fixesJeff Dike1-12/+6
2007-10-16uml: clean up tlb flush pathJeff Dike1-131/+127
2007-10-16uml: userspace files should call libc directlyJeff Dike2-2/+3
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-74/+60
2007-10-16uml: free LDT state on process exitJeff Dike1-0/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike2-3/+3
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike5-32/+31