summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: hot-unplug code cleanupJeff Dike2005-06-263-17/+6Star
* [PATCH] uml: time initialization tidyingJeff Dike2005-06-268-82/+19Star
* [PATCH] uml: always disable kmalloc during shutdownJeff Dike2005-06-262-6/+4Star
* [PATCH] uml: fix timer initializationJeff Dike2005-06-262-2/+1Star
* [PATCH] uml: fork cleanupJeff Dike2005-06-264-43/+11Star
* [PATCH] kstrdup: convert a few existing implementationsRobert Love2005-06-231-6/+2Star
* [PATCH] uml: fix linkage of tt mode against NPTLPaolo 'Blaisorblade' Giarrusso2005-06-223-58/+3Star
* [PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2005-06-222-6/+7
* [PATCH] mm: remove PG_highmemBadari Pulavarty2005-06-221-1/+0Star
* [PATCH] uml: use fork instead of cloneJeff Dike2005-06-141-29/+19Star
* [PATCH] uml: remove duplicate includesJeff Dike2005-06-143-4/+0Star
* [PATCH] uml: fix strace -fJeff Dike2005-06-091-1/+6
* [PATCH] uml: remove jail mode + other leftoversPaolo 'Blaisorblade' Giarrusso2005-05-292-13/+1Star
* [PATCH] uml: stack dump fixPaolo 'Blaisorblade' Giarrusso2005-05-291-7/+14
* [PATCH] uml: remove unused codeJeff Dike2005-05-293-139/+0Star
* [PATCH] uml: fix segfault on exit with CONFIG_GCOVJeff Dike2005-05-291-18/+20
* [PATCH] uml: remove 2_5compat.hJeff Dike2005-05-293-4/+0Star
* [PATCH] uml: turn off kmalloc always on a fatal signalJeff Dike2005-05-291-1/+1
* [PATCH] uml: fix a couple of warningsJeff Dike2005-05-291-16/+3Star
* [PATCH] uml: fixrange_init 3-level page table supportJeff Dike2005-05-211-9/+31
* [PATCH] uml: Remove ubd-mmap supportJeff Dike2005-05-211-29/+0Star
* [PATCH] uml: initrd cleanupJeff Dike2005-05-212-1/+79
* [PATCH] uml: Export clear_user_*Jeff Dike2005-05-212-0/+2
* [PATCH] uml: Page fault fixesJeff Dike2005-05-211-3/+4
* [PATCH] uml: small fixes left over from rc4Jeff Dike2005-05-212-3/+5
* Remove some left-over empty filesLinus Torvalds2005-05-201-0/+0
* [PATCH] uml: change memcpy to memmovePaolo 'Blaisorblade' Giarrusso2005-05-171-2/+8
* [PATCH] uml: x86_64 fixesJeff Dike2005-05-073-4/+6
* [PATCH] uml: Fix process exit raceBodo Stroesser2005-05-075-16/+11Star
* [PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser2005-05-071-0/+9
* [PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser2005-05-071-7/+1Star
* [PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike2005-05-071-13/+22
* [PATCH] uml: Makefile cleanupJeff Dike2005-05-071-5/+1Star
* [PATCH] uml: Eliminate unusable functionJeff Dike2005-05-071-10/+0Star
* [PATCH] uml: S390 preparation, save an extra registerBodo Stroesser2005-05-071-0/+4
* [PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser2005-05-071-50/+29Star
* [PATCH] uml: command line handling cleanupJeff Dike2005-05-071-3/+4
* [PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2005-05-072-4/+4
* [PATCH] uml: header and code cleanupBodo Stroesser2005-05-061-5/+0Star
* [PATCH] uml: s390 preparation, delay moved to archBodo Stroesser2005-05-062-21/+0Star
* [PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser2005-05-062-37/+1Star
* [PATCH] uml: Fix SIGWINCH relayingJeff Dike2005-05-065-5/+10
* [PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser2005-05-068-41/+76
* [PATCH] uml: cross-build support : mk_ptregsAl Viro2005-05-063-55/+52Star
* [PATCH] uml: include the linker script rather than symlink itAl Viro2005-05-062-1/+7
* [PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso2005-05-062-2/+3
* [PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso2005-05-061-1/+3
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-037-288/+9Star
|\
| * [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-2/+2
| * [PATCH] misc verify_area cleanupsJesper Juhl2005-05-012-2/+2