summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: add declaration of sched_tail to sched.hHarvey Harrison2008-02-251-2/+0Star
* arch/um/kernel/mem.c: fix a shadowed variableWANG Cong2008-02-241-3/+3
* uml: fix initrd printkJohann Felix Soden2008-02-241-1/+1
* uml: fix mm_context memory leakJeff Dike2008-02-081-0/+5
* uml: runtime host VMSPLIT detectionJeff Dike2008-02-082-3/+15
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-1/+3
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0Star
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-082-5/+0Star
* uml: redo the calculation of NR_syscallsJeff Dike2008-02-051-0/+3
* uml: remove map_cbJeff Dike2008-02-051-7/+1Star
* uml: SMP locking commentaryJeff Dike2008-02-052-8/+11
* uml: style fixes in arch/um/kernelJeff Dike2008-02-0514-133/+122Star
* uml: get rid of syscall countersJeff Dike2008-02-052-6/+0Star
* uml: don't kill pid 0Jeff Dike2008-02-051-1/+13
* uml: install panic notifier earlierJeff Dike2008-02-052-30/+40
* uml: eliminate setjmp_wrapperJeff Dike2008-02-051-46/+27Star
* uml: customize tlb.hJeff Dike2008-02-051-7/+18
* uml: 64-bit tlb fixesJeff Dike2008-02-051-4/+4
* uml: miscellaneous code cleanupsJeff Dike2008-02-053-9/+4Star
* uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki2008-02-051-2/+2
* uml: cover stubs with a VMAJeff Dike2008-02-053-54/+66
* uml: clean up TASK_SIZE usageJeff Dike2008-02-055-35/+4Star
* uml: kill processes instead of panicing kernelJeff Dike2008-02-053-4/+33
* uml: use ptrace directly in libc codeJeff Dike2008-02-051-1/+1
* uml: add virt_to_pteJeff Dike2008-02-051-33/+23Star
* uml: fix page table data sizesJeff Dike2008-02-051-8/+9
* uml: current.h cleanupJeff Dike2008-02-051-4/+4
* uml: style cleanupJeff Dike2008-02-051-45/+41Star
* uml: header untanglingJeff Dike2008-02-054-14/+35
* uml: move um_virt_to_physJeff Dike2008-02-053-46/+32Star
* uml: convert functions to voidKarol Swietlicki2008-02-051-3/+2Star
* uml: remove unused variables in the context switcherKarol Swietlicki2008-02-051-11/+8Star
* uml: tidy pgtable.hJeff Dike2008-02-051-0/+1
* uml: tidy kern_util.hJeff Dike2008-02-055-19/+5Star
* uml: clone.c tidyingJeff Dike2008-02-051-14/+18
* uml: const and other tidyingWANG Cong2008-02-052-4/+2Star
* uml: further bugs.c tidyingJeff Dike2008-02-051-3/+2Star
* uml: implement get_wchanJeff Dike2008-02-051-0/+35
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-052-5/+5
* UML: remove remaining FASTCALL usesHarvey Harrison2008-01-301-2/+2
* all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-282-4/+4
* uml: remove last include of libc asm/page.hJeff Dike2007-11-151-1/+0Star
* uml: fix spurious IRQ testingJeff Dike2007-11-151-6/+7
* misc uml annotation and section fixesAl Viro2007-10-291-1/+1
* spelling fixes: arch/um/Simon Arlott2007-10-203-4/+4
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* uml: fix stub address calculationsJeff Dike2007-10-166-11/+14
* uml: use *SEC_PER_*SEC constantsJeff Dike2007-10-161-4/+5
* uml: eliminate interrupts in the idle loopJeff Dike2007-10-161-3/+4
* uml: tickless supportJeff Dike2007-10-162-35/+13Star