aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] uml: add an exportJeff Dike1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike7-192/+663
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike6-83/+40
2006-09-27[PATCH] uml: mark some tt-mode codeJeff Dike3-4/+9
2006-09-27[PATCH] uml: use correct SIGBUS handlerJeff Dike1-8/+9
2006-09-27[PATCH] uml: fix gcov supportJeff Dike1-12/+1
2006-09-27[PATCH] uml: fix missing x86_64 register definitionsJeff Dike2-4/+41
2006-09-27[PATCH] uml: get rid of ZONE_DMA useJeff Dike1-1/+2
2006-09-27[PATCH] uml: const more dataJeff Dike40-65/+65
2006-09-27[PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso1-12/+4
2006-09-27[PATCH] uml: use -mcmodel=kernel for x86_64Paolo 'Blaisorblade' Giarrusso1-2/+5
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+1
2006-09-26[PATCH] UML: tty lockingAlan Cox1-1/+3
2006-09-26[PATCH] uml: stack usage reductionJeff Dike4-14/+20
2006-09-26[PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso2-9/+6
2006-09-26[PATCH] uml: Remove unused variableJeff Dike3-13/+0
2006-09-26[PATCH] uml: timer cleanupsJeff Dike4-13/+22
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike12-89/+102
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike3-71/+67
2006-09-26[PATCH] uml: Improve SIGBUS diagnosticsJeff Dike1-2/+9
2006-09-26[PATCH] uml: Fix handling of failed execs of helpersJeff Dike1-11/+11
2006-09-26[PATCH] uml: Whitespace fixesJeff Dike1-184/+183
2006-09-26[PATCH] uml: Fix stack alignmentJeff Dike1-1/+2
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike11-32/+25
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike14-23/+173
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-0/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-0/+2
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen1-1/+1
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+1
2006-07-15[PATCH] UML - fix utsname build breakageJeff Dike1-11/+11
2006-07-14[PATCH] uml: header formatting cleanupsJeff Dike1-34/+34
2006-07-14[PATCH] uml: tidy biarch gcc supportJeff Dike2-2/+1
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike4-18/+13
2006-07-10[PATCH] uml: make mconsole version requests happen in a processJeff Dike1-1/+6
2006-07-10[PATCH] uml: remove unused variableJeff Dike1-1/+0
2006-07-10[PATCH] uml: add some EINTR protectionJeff Dike2-10/+6
2006-07-10[PATCH] uml: formatting fixesJeff Dike3-128/+110
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike7-38/+46
2006-07-10[PATCH] uml: remove syscall debuggingJeff Dike7-86/+2
2006-07-10[PATCH] uml: make some symbols staticJeff Dike3-19/+6
2006-07-10[PATCH] uml: fix exitcall ordering bugJeff Dike1-1/+8
2006-07-10[PATCH] uml: remove os_isattyJeff Dike4-23/+16
2006-07-10[PATCH] uml: remove spinlock wrapper functionsJeff Dike2-31/+16
2006-07-10[PATCH] uml: mark forward_interrupts as being mode-specificJeff Dike2-1/+8
2006-07-10[PATCH] uml: ifdef a mode-specific functionJeff Dike2-1/+2
2006-07-10[PATCH] uml: timer handler tidyingJeff Dike1-16/+4
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike6-15/+14
2006-07-10[PATCH] uml: remove useless declarationJeff Dike1-5/+0
2006-07-10[PATCH] uml: fix static binary segfaultJeff Dike8-34/+28