aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: move kernelThomas Gleixner1-1/+1
2007-10-11i386: prepare shared kernel/syscall_table.SThomas Gleixner1-1/+1
2007-07-24uml: fix string exporting on UML/i386Jeff Dike1-1/+1
2007-05-07uml: more page fault path trimmingJeff Dike1-2/+7
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2-3/+3
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike1-1/+1
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike2-2/+2
2007-05-07uml: delete HOST_FRAME_SIZEJeff Dike1-1/+0
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike1-17/+24
2007-05-07uml: tidy fault codeJeff Dike2-42/+17
2007-05-07uml: no locking needed in tls.cJeff Dike1-3/+8
2007-05-07uml: remove user_util.hJeff Dike2-2/+0
2007-05-07uml: mark tt-mode code for future removalJeff Dike1-12/+4
2007-05-07uml: formatting fixesJeff Dike1-30/+24
2007-05-07uml: delete unused codeJeff Dike1-23/+0
2007-04-02[PATCH] uml: fix unreasonably long udelayPaolo 'Blaisorblade' Giarrusso1-11/+0
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+2
2007-03-01[PATCH] uml: fix host LDT lookup initialization locking, try 2Jeff Dike1-12/+24
2007-01-30[PATCH] uml: fix signal frame alignmentJeff Dike1-1/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-12-08[PATCH] UML: add generic BUG supportJeff Dike2-1/+21
2006-12-07[PATCH] uml: include stddef.h correctlyJeff Dike3-3/+2
2006-10-30[PATCH] Fix "Remove the use of _syscallX macros in UML"Paolo 'Blaisorblade' Giarrusso1-4/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones3-3/+0
2006-10-02[PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann1-7/+4
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+1
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike3-8/+9
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike2-1/+59
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+0
2006-06-30[PATCH] uml: remove unneeded time definitionsJeff Dike1-2/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-05[PATCH] uml: more __user annotationsAl Viro1-4/+5
2006-05-01[PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso1-5/+5
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso1-0/+2
2006-05-01[PATCH] uml: use Kbuild tracking for all files and fix compilation outputPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-04-19[PATCH] uml: add missing __volatile__Jeff Dike1-2/+2
2006-04-19[PATCH] uml: __user annotationsAl Viro1-3/+3
2006-04-11[PATCH] uml: fix critical typo for TT modePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: fix some double export warningsPaolo 'Blaisorblade' Giarrusso1-4/+0
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] UML: TLS fixletsJeff Dike1-1/+1
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso1-2/+53
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso2-4/+18
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso5-7/+340
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso2-3/+15
2006-03-31[PATCH] uml: sparse cleanupsAl Viro3-38/+40
2006-03-31[PATCH] uml: clean up remapping code build magicAl Viro1-2/+3
2006-03-31[PATCH] uml: eliminate symlinks to host archAl Viro1-12/+5
2006-03-27[PATCH] uml: fix segfault on signal deliveryJeff Dike1-15/+44