aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-25[PATCH] uml: remove dead declarationAdrian Bunk1-2/+0
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationJeff Dike1-11/+2
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike1-2/+2
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike2-0/+4
2006-04-11[PATCH] uml: fix "extern-vs-static" proto conflict in TLS codePaolo 'Blaisorblade' Giarrusso1-4/+0
2006-04-11[PATCH] uml: request format warnings to GCC for appropriate functionsPaolo 'Blaisorblade' Giarrusso3-4/+8
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso3-0/+8
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso3-3/+61
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso1-0/+4
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso2-1/+10
2006-03-31[PATCH] uml: sparse cleanupsAl Viro2-14/+9
2006-03-31[PATCH] uml: redeclare highmemJeff Dike1-1/+1
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike2-1/+2
2006-03-27[PATCH] uml: oS header cleanupsJeff Dike3-2/+14
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike3-3/+5
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike2-1/+1
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike3-3/+34
2006-03-27[PATCH] uml: fix declaration of exit()Jeff Dike1-1/+1
2006-02-24[PATCH] uml: fix ((unused)) attributePaolo 'Blaisorblade' Giarrusso1-1/+1
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso1-0/+3
2006-02-07[PATCH] uml: initialize process FP registers properlyJeff Dike1-1/+1
2006-02-01[PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messagesPaolo 'Blaisorblade' Giarrusso1-2/+0
2006-01-18[PATCH] uml: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso2-1/+4
2006-01-18[PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmpJeff Dike1-2/+2
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-0/+19
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov4-13/+19
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2-14/+17
2006-01-18[PATCH] uml: move headers to arch/um/includeGennady Sharapov15-13/+416
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov2-20/+11
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov2-18/+10
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-2/+2
2006-01-11[PATCH] uml: fix missing KBUILD_BASENAMEJeff Dike2-0/+48
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov3-9/+24
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov3-30/+10
2006-01-06[PATCH] uml: add mconsole_reply variant with length paramJeff Dike1-3/+5
2006-01-06[PATCH] uml: better diagnostics for broken configsJeff Dike1-0/+3
2006-01-06[PATCH] uml: umid cleanupJeff Dike2-3/+2
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike2-22/+8
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike2-0/+6
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike3-18/+10
2006-01-06[PATCH] uml: move console configurationJeff Dike1-4/+3
2006-01-06[PATCH] uml: Add static initializations and declarationsJeff Dike1-1/+1
2006-01-06[PATCH] uml: Move mconsole support out of generic codeJeff Dike1-2/+2
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike1-3/+2
2006-01-06[PATCH] uml: Formatting changesJeff Dike2-20/+13
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike2-26/+33
2005-12-12[PATCH] uml: fix compile error for ttPekka J Enberg1-0/+2
2005-11-22[PATCH] uml: properly invoke x86_64 system callsJeff Dike2-1/+20
2005-11-13[PATCH] uml: fix access_okPaolo 'Blaisorblade' Giarrusso1-1/+18