aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-i386
AgeCommit message (Expand)AuthorFilesLines
2007-05-07uml: more page fault path trimmingGravatar Jeff Dike 1-2/+7
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileGravatar Jeff Dike 2-3/+3
2007-05-07uml: change remaining callers of os_{read_write}_fileGravatar Jeff Dike 1-1/+1
2007-05-07uml: start fixing os_read_file and os_write_fileGravatar Jeff Dike 2-2/+2
2007-05-07uml: delete HOST_FRAME_SIZEGravatar Jeff Dike 1-1/+0
2007-05-07uml: kernel segfaults should dump proper registersGravatar Jeff Dike 1-17/+24
2007-05-07uml: tidy fault codeGravatar Jeff Dike 2-42/+17
2007-05-07uml: no locking needed in tls.cGravatar Jeff Dike 1-3/+8
2007-05-07uml: remove user_util.hGravatar Jeff Dike 2-2/+0
2007-05-07uml: mark tt-mode code for future removalGravatar Jeff Dike 1-12/+4
2007-05-07uml: formatting fixesGravatar Jeff Dike 1-30/+24
2007-05-07uml: delete unused codeGravatar Jeff Dike 1-23/+0
2007-04-02[PATCH] uml: fix unreasonably long udelayGravatar Paolo 'Blaisorblade' Giarrusso 1-11/+0
2007-03-29[PATCH] uml: fix compilation problemsGravatar Jeff Dike 1-1/+2
2007-03-01[PATCH] uml: fix host LDT lookup initialization locking, try 2Gravatar Jeff Dike 1-12/+24
2007-01-30[PATCH] uml: fix signal frame alignmentGravatar Jeff Dike 1-1/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-12-08[PATCH] UML: add generic BUG supportGravatar Jeff Dike 2-1/+21
2006-12-07[PATCH] uml: include stddef.h correctlyGravatar Jeff Dike 3-3/+2
2006-10-30[PATCH] Fix "Remove the use of _syscallX macros in UML"Gravatar Paolo 'Blaisorblade' Giarrusso 1-4/+7
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 3-3/+0
2006-10-02[PATCH] Remove the use of _syscallX macros in UMLGravatar Arnd Bergmann 1-7/+4
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyGravatar Jeff Dike 3-8/+9
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpGravatar Jeff Dike 2-1/+59
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersGravatar Andi Kleen 1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-2/+0
2006-06-30[PATCH] uml: remove unneeded time definitionsGravatar Jeff Dike 1-2/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 2-2/+0
2006-06-05[PATCH] uml: more __user annotationsGravatar Al Viro 1-4/+5
2006-05-01[PATCH] uml: cleanup unprofile expression and build infrastructureGravatar Paolo 'Blaisorblade' Giarrusso 1-5/+5
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCGravatar Paolo 'Blaisorblade' Giarrusso 1-0/+2
2006-05-01[PATCH] uml: use Kbuild tracking for all files and fix compilation outputGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+4
2006-04-19[PATCH] uml: add missing __volatile__Gravatar Jeff Dike 1-2/+2
2006-04-19[PATCH] uml: __user annotationsGravatar Al Viro 1-3/+3
2006-04-11[PATCH] uml: fix critical typo for TT modeGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+1
2006-04-11[PATCH] uml: fix some double export warningsGravatar Paolo 'Blaisorblade' Giarrusso 1-4/+0
2006-04-11[PATCH] uml: fix format errorsGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+1
2006-04-11[PATCH] UML: TLS fixletsGravatar Jeff Dike 1-1/+1
2006-03-31[PATCH] uml: check for differences in host supportGravatar Paolo 'Blaisorblade' Giarrusso 1-2/+53
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadGravatar Paolo 'Blaisorblade' Giarrusso 2-4/+18
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Gravatar Paolo 'Blaisorblade' Giarrusso 5-7/+340
2006-03-31[PATCH] uml: clean arch_switch usageGravatar Paolo 'Blaisorblade' Giarrusso 2-3/+15
2006-03-31[PATCH] uml: sparse cleanupsGravatar Al Viro 3-38/+40
2006-03-31[PATCH] uml: clean up remapping code build magicGravatar Al Viro 1-2/+3
2006-03-31[PATCH] uml: eliminate symlinks to host archGravatar Al Viro 1-12/+5
2006-03-27[PATCH] uml: fix segfault on signal deliveryGravatar Jeff Dike 1-15/+44
2006-03-27[PATCH] uml: more carefully test whether we are in a system callGravatar Bodo Stroesser 1-3/+12
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxGravatar Jeff Dike 1-2/+8
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoGravatar Paolo 'Blaisorblade' Giarrusso 1-6/+3