summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: Change printf to printk in console driverJeff Dike2005-05-201-7/+15
* [PATCH] uml: fixrange_init 3-level page table supportJeff Dike2005-05-201-9/+31
* [PATCH] uml: Remove ubd-mmap supportJeff Dike2005-05-202-322/+3
* [PATCH] uml: initrd cleanupJeff Dike2005-05-202-1/+79
* [PATCH] uml: Export clear_user_*Jeff Dike2005-05-202-0/+2
* [PATCH] uml: multicast driver cleanupJeff Dike2005-05-202-35/+16
* [PATCH] uml: Delay loop cleanupsJeff Dike2005-05-202-22/+27
* [PATCH] uml: Page fault fixesJeff Dike2005-05-201-3/+4
* [PATCH] uml: small fixes left over from rc4Jeff Dike2005-05-2012-68/+65
* 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-065-5/+9
* [PATCH] uml: Fix process exit raceBodo Stroesser2005-05-065-16/+11
* [PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser2005-05-061-0/+9
* [PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser2005-05-061-7/+1
* [PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike2005-05-061-13/+22
* [PATCH] uml: Makefile cleanupJeff Dike2005-05-061-5/+1
* [PATCH] uml: Eliminate unusable functionJeff Dike2005-05-061-10/+0
* [PATCH] uml: S390 preparation, save an extra registerBodo Stroesser2005-05-061-0/+4
* [PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser2005-05-064-50/+153
* [PATCH] uml: command line handling cleanupJeff Dike2005-05-062-4/+4
* [PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2005-05-062-4/+4
* [PATCH] uml: header and code cleanupBodo Stroesser2005-05-052-18/+2
* [PATCH] uml: remove a dangling symlinkBodo Stroesser2005-05-051-1/+1
* [PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser2005-05-053-2/+6
* [PATCH] uml: s390 preparation, delay moved to archBodo Stroesser2005-05-055-21/+41
* [PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser2005-05-055-59/+27
* [PATCH] uml: s390 preparation, elf.hBodo Stroesser2005-05-051-1/+1
* [PATCH] uml: inclusion cleanupJeff Dike2005-05-051-1/+0
* [PATCH] uml: tidy Makefile.rulesJeff Dike2005-05-051-4/+5
* [PATCH] uml: Fix SIGWINCH relayingJeff Dike2005-05-058-7/+55
* [PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser2005-05-0521-107/+263
* [PATCH] uml: fix a ptrace callJeff Dike2005-05-051-2/+3
* [PATCH] uml: finish cross-build supportAl Viro2005-05-051-0/+30
* [PATCH] uml: fix missing subdir in x86_64Al Viro2005-05-051-0/+2
* [PATCH] uml: cross-build support : mk_task and mk_constantsAl Viro2005-05-057-88/+44
* [PATCH] uml: cross-build support : mk_threadAl Viro2005-05-0510-114/+46
* [PATCH] uml: cross-build support : kernel_offsetsAl Viro2005-05-054-0/+76
* [PATCH] uml: cross-build support: mk_scAl Viro2005-05-056-85/+75
* [PATCH] uml: cross-build support : mk_ptregsAl Viro2005-05-054-56/+53
* [PATCH] uml: start cross-build support : mk_user_constantsAl Viro2005-05-055-9/+158
* [PATCH] uml: use variables rather than symlinks in dependenciesAl Viro2005-05-051-3/+3
* [PATCH] uml: include the linker script rather than symlink itAl Viro2005-05-053-15/+8
* [PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso2005-05-056-28/+21
* [PATCH] x86_64: make string func definition work as intendedPaolo 'Blaisorblade' Giarrusso2005-05-051-3/+0
* [PATCH] uml: kludgy compilation fixes for x86-64 subarch modules supportPaolo 'Blaisorblade' Giarrusso2005-05-053-1/+48
* [PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso2005-05-052-1/+5
* Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2005-05-0326-641/+366
|\
| * [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-2/+2
| * [PATCH] consolidate sys_shmatStephen Rothwell2005-05-012-9/+0