aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-i386
Commit message (Expand)AuthorAgeFilesLines
...
* uml: floating point signal delivery fixesJeff Dike2007-10-162-99/+203
* uml: don't use glibc asm/user.hJeff Dike2007-10-161-3/+3
* uml: rename pt_regs general-purpose register fileJeff Dike2007-10-161-32/+32
* uml: fold mmu_context_skas into mm_contextJeff Dike2007-10-161-9/+8
* uml: style fixes pass 3Jeff Dike2007-10-166-290/+286
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-166-61/+50
* uml: throw out CHOOSE_MODEJeff Dike2007-10-164-29/+11
* uml: style fixes pass 1Jeff Dike2007-10-162-11/+6
* uml: remove sysdep/thread.hJeff Dike2007-10-161-1/+0
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-167-380/+2
* minimal build fixes for uml (fallout from x86 merge)Al Viro2007-10-131-3/+3
* i386: move kernelThomas Gleixner2007-10-111-1/+1
* i386: prepare shared kernel/syscall_table.SThomas Gleixner2007-10-111-1/+1
* uml: fix string exporting on UML/i386Jeff Dike2007-07-241-1/+1
* uml: more page fault path trimmingJeff Dike2007-05-071-2/+7
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-072-3/+3
* uml: change remaining callers of os_{read_write}_fileJeff Dike2007-05-071-1/+1
* uml: start fixing os_read_file and os_write_fileJeff Dike2007-05-072-2/+2
* uml: delete HOST_FRAME_SIZEJeff Dike2007-05-071-1/+0
* uml: kernel segfaults should dump proper registersJeff Dike2007-05-071-17/+24
* uml: tidy fault codeJeff Dike2007-05-072-42/+17
* uml: no locking needed in tls.cJeff Dike2007-05-071-3/+8
* uml: remove user_util.hJeff Dike2007-05-072-2/+0
* uml: mark tt-mode code for future removalJeff Dike2007-05-071-12/+4
* uml: formatting fixesJeff Dike2007-05-071-30/+24
* uml: delete unused codeJeff Dike2007-05-071-23/+0
* [PATCH] uml: fix unreasonably long udelayPaolo 'Blaisorblade' Giarrusso2007-04-021-11/+0
* [PATCH] uml: fix compilation problemsJeff Dike2007-03-291-1/+2
* [PATCH] uml: fix host LDT lookup initialization locking, try 2Jeff Dike2007-03-011-12/+24
* [PATCH] uml: fix signal frame alignmentJeff Dike2007-01-301-1/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* [PATCH] UML: add generic BUG supportJeff Dike2006-12-082-1/+21
* [PATCH] uml: include stddef.h correctlyJeff Dike2006-12-073-3/+2
* [PATCH] Fix "Remove the use of _syscallX macros in UML"Paolo 'Blaisorblade' Giarrusso2006-10-301-4/+7
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-043-3/+0
* [PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann2006-10-021-7/+4
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-261-1/+1
|\
| * [PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen2006-09-261-1/+1
* | [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-263-8/+9
* | [PATCH] uml: Use klibc setjmp/longjmpJeff Dike2006-09-262-1/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-302-2/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* | [PATCH] uml: remove unneeded time definitionsJeff Dike2006-06-301-2/+0
|/
* [PATCH] uml: more __user annotationsAl Viro2006-06-051-4/+5
* [PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso2006-05-011-5/+5
* [PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso2006-05-011-0/+2
* [PATCH] uml: use Kbuild tracking for all files and fix compilation outputPaolo 'Blaisorblade' Giarrusso2006-05-011-1/+4
* [PATCH] uml: add missing __volatile__Jeff Dike2006-04-191-2/+2
* [PATCH] uml: __user annotationsAl Viro2006-04-191-3/+3
* [PATCH] uml: fix critical typo for TT modePaolo 'Blaisorblade' Giarrusso2006-04-111-1/+1