aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-082-5/+0
* uml: redo the calculation of NR_syscallsJeff Dike2008-02-051-0/+3
* uml: remove map_cbJeff Dike2008-02-051-7/+1
* uml: SMP locking commentaryJeff Dike2008-02-052-8/+11
* uml: style fixes in arch/um/kernelJeff Dike2008-02-0514-133/+122
* uml: get rid of syscall countersJeff Dike2008-02-052-6/+0
* 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/+27
* 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/+4
* 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/+4
* 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/+23
* 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/+41
* uml: header untanglingJeff Dike2008-02-054-14/+35
* uml: move um_virt_to_physJeff Dike2008-02-053-46/+32
* uml: convert functions to voidKarol Swietlicki2008-02-051-3/+2
* uml: remove unused variables in the context switcherKarol Swietlicki2008-02-051-11/+8
* uml: tidy pgtable.hJeff Dike2008-02-051-0/+1
* uml: tidy kern_util.hJeff Dike2008-02-055-19/+5
* uml: clone.c tidyingJeff Dike2008-02-051-14/+18
* uml: const and other tidyingWANG Cong2008-02-052-4/+2
* uml: further bugs.c tidyingJeff Dike2008-02-051-3/+2
* 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-141-1/+0
* uml: fix spurious IRQ testingJeff Dike2007-11-141-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/+13
* uml: clocksource supportJeff Dike2007-10-161-0/+20
* uml: GENERIC_CLOCKEVENTS supportJeff Dike2007-10-161-53/+48
* uml: GENERIC_TIME supportJeff Dike2007-10-162-43/+0
* uml: separate timer initializationJeff Dike2007-10-161-0/+2
* uml: simplify interval settingJeff Dike2007-10-161-1/+1
* uml: fix timer switchingJeff Dike2007-10-161-7/+2