aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-21uml: add missing exports for UML_RANDOM=mAl Viro1-0/+5
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-13uml: physical memory shouldn't include initial stackJeff Dike1-1/+4
2008-05-13uml: use PAGE_SIZE in linker scriptsCyrill Gorcunov2-6/+8
2008-05-13uml: fix bad NTP interaction with clockJeff Dike1-2/+2
2008-05-13uml: fix build when SLOB is enabledJeff Dike1-0/+5
2008-05-13uml: style fixesJeff Dike1-1/+1
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-29proc: remove proc_root from driversAlexey Dobriyan2-2/+2
2008-04-29proper extern for late_time_initAdrian Bunk1-2/+1
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong1-3/+4
2008-02-25sched: add declaration of sched_tail to sched.hHarvey Harrison1-2/+0
2008-02-23arch/um/kernel/mem.c: fix a shadowed variableWANG Cong1-3/+3
2008-02-23uml: fix initrd printkJohann Felix Soden1-1/+1
2008-02-08uml: fix mm_context memory leakJeff Dike1-0/+5
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike2-3/+15
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-1/+3
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2-5/+0
2008-02-05uml: redo the calculation of NR_syscallsJeff Dike1-0/+3
2008-02-05uml: remove map_cbJeff Dike1-7/+1
2008-02-05uml: SMP locking commentaryJeff Dike2-8/+11
2008-02-05uml: style fixes in arch/um/kernelJeff Dike14-133/+122
2008-02-05uml: get rid of syscall countersJeff Dike2-6/+0
2008-02-05uml: don't kill pid 0Jeff Dike1-1/+13
2008-02-05uml: install panic notifier earlierJeff Dike2-30/+40
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