aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] uml: remove code controlled by non-existent config optionJeff Dike1-5/+1
2006-10-11[PATCH] uml: correct removal of pte_mkexecPaolo 'Blaisorblade' Giarrusso1-4/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones3-3/+0
2006-09-29[PATCH] uml: remove pte_mkexecJeff Dike1-2/+4
2006-09-29[PATCH] uml: remove unneeded fileJeff Dike1-484/+0
2006-09-27[PATCH] uml: file renamingJeff Dike5-174/+646
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-23/+13
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-07-10[PATCH] uml: remove syscall debuggingJeff Dike1-7/+0
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-1/+1
2006-07-10[PATCH] uml: fix static binary segfaultJeff Dike1-6/+5
2006-07-10[PATCH] uml: clean up address space limits codeTyler1-15/+4
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso1-6/+9
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-05-01[PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso1-7/+2
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso1-1/+8
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso1-0/+7
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso1-0/+2
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso1-0/+2
2006-02-07[PATCH] uml: remove a dead fileJeff Dike1-569/+0
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov2-12/+10
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2-283/+2
2006-01-18[PATCH] uml: move headers to arch/um/includeGennady Sharapov8-291/+0
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov2-2/+0
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov1-1/+1
2006-01-18[PATCH] uml: move LDT creationBodo Stroesser3-21/+5
2006-01-12[PATCH] uml: task_stack_page()Al Viro1-2/+2
2006-01-11[PATCH] uml: fix debug output on x86_64Jeff Dike1-2/+2
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov2-79/+1
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov4-14/+1
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike1-10/+13
2005-12-12[PATCH] uml: fix compile error for ttPekka J Enberg1-1/+0
2005-11-22[PATCH] uml: eliminate use of libc PAGE_SIZEJeff Dike1-4/+9
2005-11-22[PATCH] uml: eliminate use of local in clone stubJeff Dike1-4/+6
2005-11-13[PATCH] uml: fix access_okPaolo 'Blaisorblade' Giarrusso2-12/+6
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser6-23/+36
2005-11-07[PATCH] uml: improve stub debuggingJeff Dike1-0/+11
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-3/+0
2005-09-29[PATCH] uml makefiles sanitizedAl Viro4-122/+0
2005-09-21[PATCH] uml: remove verify_area_{tt,skas}Paolo 'Blaisorblade' Giarrusso1-6/+0
2005-09-17[PATCH] uml: _switch_to code consolidationJeff Dike2-7/+2
2005-09-09[PATCH] uaccess.h annotations (uml)viro@ZenIV.linux.org.uk1-7/+7
2005-09-05[PATCH] uml: fix x86_64 page leakJeff Dike2-1/+12
2005-09-05[PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser3-130/+168
2005-09-05[PATCH] uml: increase granularity of host capability checkingBodo Stroesser4-34/+96
2005-09-05[PATCH] uml: system call path cleanupJeff Dike4-88/+51
2005-09-05[PATCH] uml: TLB operation batchingJeff Dike3-37/+111
2005-08-18[PATCH] uml: fix a crash under screenJeff Dike1-1/+5
2005-07-28[PATCH] uml: Fix typoBodo Stroesser1-1/+1