summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt-5/+5
2008-01-30UML: remove remaining FASTCALL usesHarvey Harrison-2/+2
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg-4/+4
2007-11-14uml: remove last include of libc asm/page.hJeff Dike-1/+0
2007-11-14uml: fix spurious IRQ testingJeff Dike-6/+7
2007-10-29misc uml annotation and section fixesAl Viro-1/+1
2007-10-20spelling fixes: arch/um/Simon Arlott-4/+4
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike-11/+14
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike-4/+5
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike-3/+4
2007-10-16uml: tickless supportJeff Dike-35/+13
2007-10-16uml: clocksource supportJeff Dike-0/+20
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike-53/+48
2007-10-16uml: GENERIC_TIME supportJeff Dike-43/+0
2007-10-16uml: separate timer initializationJeff Dike-0/+2
2007-10-16uml: simplify interval settingJeff Dike-1/+1
2007-10-16uml: fix timer switchingJeff Dike-7/+2
2007-10-16uml: eliminate hz()Jeff Dike-5/+0
2007-10-16uml: style fixes in FP codeJeff Dike-2/+0
2007-10-16uml: ptrace floating point fixesJeff Dike-12/+6
2007-10-16uml: clean up tlb flush pathJeff Dike-131/+127
2007-10-16uml: userspace files should call libc directlyJeff Dike-2/+3
2007-10-16uml: remove os_* usage from userspace filesJeff Dike-74/+60
2007-10-16uml: free LDT state on process exitJeff Dike-0/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike-3/+3
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike-32/+31
2007-10-16uml: get rid of do_longjmpJeff Dike-6/+6
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike-466/+375
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-435/+309
2007-10-16uml: style fixes pass 2Jeff Dike-12/+5
2007-10-16uml: throw out CHOOSE_MODEJeff Dike-54/+36
2007-10-16uml: style fixes pass 1Jeff Dike-81/+71
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike-3092/+6
2007-10-16uml: physmem code tidyingJeff Dike-29/+21
2007-10-16uml: stop specially protecting kernel stacksJeff Dike-4/+5
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan-5/+0
2007-09-19uml: fix irqstack crashJeff Dike-3/+4
2007-08-31uml: fix linker script alignment bugsJeff Dike-10/+13
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+3
2007-07-24uml: more __init annotationsJeff Dike-13/+8
2007-07-19mm: fault feedback #2Nick Piggin-14/+15
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan-5/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan-10/+2
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike-17/+0
2007-06-08uml: get declaration of simple_strtoulJeff Dike-22/+17
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg-2/+3
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg-2/+2
2007-05-11uml: iRQ stacksJeff Dike-6/+129