summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* UML: make several more things staticWANG Cong2008-07-242-2/+0Star
* arch/um/kernel/irq.c: clean up some functionsWANG Cong2008-07-242-4/+0Star
* UML - Fix boot crashJeff Dike2008-07-231-0/+8
* uml: deal with inaccessible address space startTom Spink2008-06-061-1/+1
* uml: track and make up lost ticksJeff Dike2008-05-131-2/+2
* uml: random driver fixesJeff Dike2008-05-132-12/+5Star
* uml: use PAGE_SIZE in linker scriptsCyrill Gorcunov2008-05-131-7/+7
* uml: use __SPIN_LOCK_UNLOCKEDJeff Dike2008-05-131-2/+2
* uml: fix build when SLOB is enabledJeff Dike2008-05-131-6/+3Star
* uml: tidy ptrace interfaceJeff Dike2008-05-132-42/+5Star
* uml: style fixesJeff Dike2008-05-132-13/+2Star
* uml: fix inconsistence due to tty_operation changeWANG Cong2008-05-081-1/+1
* uml: remove a useless functionWANG Cong2008-04-281-1/+0Star
* uml: make a function staticWANG Cong2008-04-281-1/+0Star
* uml: fix FP register corruptionJeff Dike2008-02-243-0/+8
* uml: fix mm_context memory leakJeff Dike2008-02-081-0/+1
* uml: style fixes in arch/um/os-LinuxJeff Dike2008-02-081-11/+0Star
* uml: runtime host VMSPLIT detectionJeff Dike2008-02-082-1/+6
* uml: redo the calculation of NR_syscallsJeff Dike2008-02-053-13/+3Star
* uml: remove unused fields from mm_contextJeff Dike2008-02-051-4/+0Star
* uml: style fixes in arch/um/sys-x86_64Jeff Dike2008-02-051-8/+3Star
* uml: SMP locking commentaryJeff Dike2008-02-051-1/+0Star
* uml: remove init_irq_signalsJeff Dike2008-02-051-1/+0Star
* uml: move sig_handler_common_skasJeff Dike2008-02-051-3/+0Star
* uml: get rid of syscall countersJeff Dike2008-02-051-1/+0Star
* uml: tidy helper codeJeff Dike2008-02-051-1/+1
* uml: install panic notifier earlierJeff Dike2008-02-051-0/+2
* uml: eliminate setjmp_wrapperJeff Dike2008-02-051-1/+0Star
* uml: style fixes in file.cJeff Dike2008-02-051-1/+0Star
* uml: miscellaneous code cleanupsJeff Dike2008-02-052-3/+1Star
* uml: cover stubs with a VMAJeff Dike2008-02-052-18/+4Star
* uml: clean up TASK_SIZE usageJeff Dike2008-02-053-6/+16
* uml: kill processes instead of panicing kernelJeff Dike2008-02-053-8/+7Star
* uml: use ptrace directly in libc codeJeff Dike2008-02-051-1/+0Star
* uml: header untanglingJeff Dike2008-02-051-1/+3
* uml: convert functions to voidKarol Swietlicki2008-02-051-5/+1Star
* uml: tidy kern_util.hJeff Dike2008-02-052-87/+35Star
* uml: delete some unused headersJeff Dike2008-02-053-39/+0Star
* uml: borrow const.h techniquesJeff Dike2008-02-051-13/+21
* uml: const and other tidyingWANG Cong2008-02-051-1/+1
* uml: further bugs.c tidyingJeff Dike2008-02-051-1/+1
* uml: improve detection of host cmovKarol Swietlicki2008-02-051-0/+1
* uml: fix URLs in Kconfig and help stringsKarol Swietlicki2008-02-051-1/+1
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-051-6/+6
* uml: arch/um/include/init.h needs a definition of __usedJeff Dike2008-02-051-11/+14
* remove __attribute_used__Adrian Bunk2008-01-281-13/+13
* uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2007-12-181-1/+1
* uml: fix build for !CONFIG_PRINTKJeff Dike2007-11-151-1/+12
* uml: fix stub address calculationsJeff Dike2007-10-163-11/+37
* uml: network driver MTU cleanupsJeff Dike2007-10-162-9/+8Star