aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/sysdep-i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: fix stub address calculationsJeff Dike1-5/+6
2007-10-16uml: eliminate floating point state from register fileJeff Dike1-2/+0
2007-10-16uml: style fixes in FP codeJeff Dike1-13/+0
2007-10-16uml: floating point signal delivery fixesJeff Dike1-0/+2
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-2/+1
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-18/+18
2007-10-16uml: style fixes pass 3Jeff Dike1-6/+6
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-31/+28
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-45/+22
2007-10-16uml: style fixes pass 1Jeff Dike1-11/+1
2007-10-16uml: remove sysdep/thread.hJeff Dike3-10/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike3-30/+0
2007-10-16uml: stop saving process FP stateJeff Dike1-11/+0
2007-10-16uml: stop using libc asm/page.hJeff Dike1-2/+1
2007-05-09fix file specification in commentsUwe Kleine-König1-1/+1
2006-12-07[PATCH] uml: size register files correctlyJeff Dike1-1/+1
2006-12-07[PATCH] uml: include asm/page.h in order to get PAGE_SHIFTJeff Dike1-0/+1
2006-12-02[NET]: UML checksum annotations and cleanups.Al Viro1-44/+30
2006-11-03[PATCH] uml: fix I/O hangJeff Dike1-0/+9
2006-10-11[PATCH] uml: asm offsets duplication removalPaolo 'Blaisorblade' Giarrusso1-4/+0
2006-10-11[PATCH] uml: allow using again x86/x86_64 crypto codePaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-0/+3
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-27/+0
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike1-0/+19
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike1-0/+2
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso1-0/+4
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso1-0/+28
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso1-0/+5
2006-03-31[PATCH] uml: sparse cleanupsAl Viro1-2/+3
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-2/+2
2006-01-11[PATCH] uml: fix missing KBUILD_BASENAMEJeff Dike1-0/+23
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike1-13/+16
2005-11-22[PATCH] uml: properly invoke x86_64 system callsJeff Dike1-0/+9
2005-11-07[PATCH] uml: fix syscall stubsPaolo 'Blaisorblade' Giarrusso1-20/+44
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+0
2005-10-24[PATCH] uml: fix compile failure for TT modeMiklos Szeredi1-1/+1
2005-09-30[PATCH] uml: fix page faults in SKAS3 mode.Paolo 'Blaisorblade' Giarrusso1-1/+9
2005-09-29[PATCH] uml makefiles sanitizedAl Viro2-0/+55
2005-09-05[PATCH] uml: system call path cleanupJeff Dike1-0/+2
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser1-0/+47
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike2-0/+31
2005-06-13[PATCH] uml: build cleanupsJeff Dike1-3/+2
2005-05-20[PATCH] uml: small fixes left over from rc4Jeff Dike1-1/+1
2005-05-05[PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser1-0/+2
2005-05-05[PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser1-17/+22
2005-05-05[PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser4-30/+63
2005-05-01[PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386Paolo 'Blaisorblade' Giarrusso1-99/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds6-0/+719