aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-16uml: get rid of do_longjmpJeff Dike4-6/+6
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike1-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike15-466/+375
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike19-435/+309
2007-10-16uml: style fixes pass 2Jeff Dike1-12/+5
2007-10-16uml: throw out CHOOSE_MODEJeff Dike10-54/+36
2007-10-16uml: style fixes pass 1Jeff Dike4-81/+71
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike37-3092/+6
2007-10-16uml: physmem code tidyingJeff Dike1-29/+21
2007-10-16uml: stop specially protecting kernel stacksJeff Dike3-4/+5
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-5/+0