aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: fix allocation sizeJeff Dike2006-09-271-4/+5
* [PATCH] uml: fix sleep length bugJeff Dike2006-09-271-1/+1
* [PATCH] uml: add an exportJeff Dike2006-09-271-0/+1
* [PATCH] uml: file renamingJeff Dike2006-09-277-192/+663
* [PATCH] uml: thread creation tidyingJeff Dike2006-09-276-83/+40
* [PATCH] uml: mark some tt-mode codeJeff Dike2006-09-273-4/+9
* [PATCH] uml: use correct SIGBUS handlerJeff Dike2006-09-271-8/+9
* [PATCH] uml: fix gcov supportJeff Dike2006-09-271-12/+1
* [PATCH] uml: fix missing x86_64 register definitionsJeff Dike2006-09-272-4/+41
* [PATCH] uml: get rid of ZONE_DMA useJeff Dike2006-09-271-1/+2
* [PATCH] uml: const more dataJeff Dike2006-09-2740-65/+65
* [PATCH] uml: fix proc-vs-interrupt context spinlock deadlockPaolo 'Blaisorblade' Giarrusso2006-09-271-12/+4
* [PATCH] uml: use -mcmodel=kernel for x86_64Paolo 'Blaisorblade' Giarrusso2006-09-271-2/+5
* 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: tty lockingAlan Cox2006-09-261-1/+3
* | [PATCH] uml: stack usage reductionJeff Dike2006-09-264-14/+20
* | [PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso2006-09-262-9/+6
* | [PATCH] uml: Remove unused variableJeff Dike2006-09-263-13/+0
* | [PATCH] uml: timer cleanupsJeff Dike2006-09-264-13/+22
* | [PATCH] uml: Move signal handlers to arch codeJeff Dike2006-09-2612-89/+102
* | [PATCH] uml: SIGIO cleanupsJeff Dike2006-09-263-71/+67
* | [PATCH] uml: Improve SIGBUS diagnosticsJeff Dike2006-09-261-2/+9
* | [PATCH] uml: Fix handling of failed execs of helpersJeff Dike2006-09-261-11/+11
* | [PATCH] uml: Whitespace fixesJeff Dike2006-09-261-184/+183
* | [PATCH] uml: Fix stack alignmentJeff Dike2006-09-261-1/+2
* | [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-2611-32/+25
* | [PATCH] uml: Use klibc setjmp/longjmpJeff Dike2006-09-2614-23/+173
* | [PATCH] Standardize pxx_page macrosDave McCracken2006-09-261-1/+1
* | [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-261-0/+2
* | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-261-0/+2
|/
* [PATCH] vDSO hash-style fixRoland McGrath2006-07-311-0/+1
* [PATCH] UML - fix utsname build breakageJeff Dike2006-07-151-11/+11
* [PATCH] uml: header formatting cleanupsJeff Dike2006-07-141-34/+34
* [PATCH] uml: tidy biarch gcc supportJeff Dike2006-07-142-2/+1
* [PATCH] uml: tidy longjmp macroJeff Dike2006-07-144-18/+13
* [PATCH] uml: make mconsole version requests happen in a processJeff Dike2006-07-101-1/+6
* [PATCH] uml: remove unused variableJeff Dike2006-07-101-1/+0
* [PATCH] uml: add some EINTR protectionJeff Dike2006-07-102-10/+6
* [PATCH] uml: formatting fixesJeff Dike2006-07-103-128/+110
* [PATCH] uml: move _kern.c filesJeff Dike2006-07-107-38/+46
* [PATCH] uml: remove syscall debuggingJeff Dike2006-07-107-86/+2
* [PATCH] uml: make some symbols staticJeff Dike2006-07-103-19/+6
* [PATCH] uml: fix exitcall ordering bugJeff Dike2006-07-101-1/+8
* [PATCH] uml: remove os_isattyJeff Dike2006-07-104-23/+16
* [PATCH] uml: remove spinlock wrapper functionsJeff Dike2006-07-102-31/+16
* [PATCH] uml: mark forward_interrupts as being mode-specificJeff Dike2006-07-102-1/+8
* [PATCH] uml: ifdef a mode-specific functionJeff Dike2006-07-102-1/+2
* [PATCH] uml: timer handler tidyingJeff Dike2006-07-101-16/+4
* [PATCH] uml: signal initialization cleanupJeff Dike2006-07-106-15/+14