| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] uml: Delay loop cleanups | Jeff Dike | 2005-05-20 | 2 | -22/+27 |
* | [PATCH] uml: Page fault fixes | Jeff Dike | 2005-05-20 | 1 | -3/+4 |
* | [PATCH] uml: small fixes left over from rc4 | Jeff Dike | 2005-05-20 | 12 | -68/+65 |
* | Remove some left-over empty files | Linus Torvalds | 2005-05-20 | 1 | -0/+0 |
* | [PATCH] uml: change memcpy to memmove | Paolo 'Blaisorblade' Giarrusso | 2005-05-17 | 1 | -2/+8 |
* | [PATCH] uml: x86_64 fixes | Jeff Dike | 2005-05-06 | 5 | -5/+9 |
* | [PATCH] uml: Fix process exit race | Bodo Stroesser | 2005-05-06 | 5 | -16/+11 |
* | [PATCH] uml: S390 preparation, arch_align_stack | Bodo Stroesser | 2005-05-06 | 1 | -0/+9 |
* | [PATCH] uml: Use CONFIG variable for address space size | Bodo Stroesser | 2005-05-06 | 1 | -7/+1 |
* | [PATCH] uml: Turn literal numbers into symbolic constants | Jeff Dike | 2005-05-06 | 1 | -13/+22 |
* | [PATCH] uml: Makefile cleanup | Jeff Dike | 2005-05-06 | 1 | -5/+1 |
* | [PATCH] uml: Eliminate unusable function | Jeff Dike | 2005-05-06 | 1 | -10/+0 |
* | [PATCH] uml: S390 preparation, save an extra register | Bodo Stroesser | 2005-05-06 | 1 | -0/+4 |
* | [PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarch | Bodo Stroesser | 2005-05-06 | 4 | -50/+153 |
* | [PATCH] uml: command line handling cleanup | Jeff Dike | 2005-05-06 | 2 | -4/+4 |
* | [PATCH] uml: __deprecated makes build unnecessarily noisy | Jeff Dike | 2005-05-06 | 2 | -4/+4 |
* | [PATCH] uml: header and code cleanup | Bodo Stroesser | 2005-05-05 | 2 | -18/+2 |
* | [PATCH] uml: remove a dangling symlink | Bodo Stroesser | 2005-05-05 | 1 | -1/+1 |
* | [PATCH] uml: s390 preparation, sighandler interface abstraction | Bodo Stroesser | 2005-05-05 | 3 | -2/+6 |
* | [PATCH] uml: s390 preparation, delay moved to arch | Bodo Stroesser | 2005-05-05 | 5 | -21/+41 |
* | [PATCH] uml: s390 preparation, checksumming done in arch code | Bodo Stroesser | 2005-05-05 | 5 | -59/+27 |
* | [PATCH] uml: s390 preparation, elf.h | Bodo Stroesser | 2005-05-05 | 1 | -1/+1 |
* | [PATCH] uml: inclusion cleanup | Jeff Dike | 2005-05-05 | 1 | -1/+0 |
* | [PATCH] uml: tidy Makefile.rules | Jeff Dike | 2005-05-05 | 1 | -4/+5 |
* | [PATCH] uml: Fix SIGWINCH relaying | Jeff Dike | 2005-05-05 | 8 | -7/+55 |
* | [PATCH] uml: S390 preparation, abstract host page fault data | Bodo Stroesser | 2005-05-05 | 21 | -107/+263 |
* | [PATCH] uml: fix a ptrace call | Jeff Dike | 2005-05-05 | 1 | -2/+3 |
* | [PATCH] uml: finish cross-build support | Al Viro | 2005-05-05 | 1 | -0/+30 |
* | [PATCH] uml: fix missing subdir in x86_64 | Al Viro | 2005-05-05 | 1 | -0/+2 |
* | [PATCH] uml: cross-build support : mk_task and mk_constants | Al Viro | 2005-05-05 | 7 | -88/+44 |
* | [PATCH] uml: cross-build support : mk_thread | Al Viro | 2005-05-05 | 10 | -114/+46 |
* | [PATCH] uml: cross-build support : kernel_offsets | Al Viro | 2005-05-05 | 4 | -0/+76 |
* | [PATCH] uml: cross-build support: mk_sc | Al Viro | 2005-05-05 | 6 | -85/+75 |
* | [PATCH] uml: cross-build support : mk_ptregs | Al Viro | 2005-05-05 | 4 | -56/+53 |
* | [PATCH] uml: start cross-build support : mk_user_constants | Al Viro | 2005-05-05 | 5 | -9/+158 |
* | [PATCH] uml: use variables rather than symlinks in dependencies | Al Viro | 2005-05-05 | 1 | -3/+3 |
* | [PATCH] uml: include the linker script rather than symlink it | Al Viro | 2005-05-05 | 3 | -15/+8 |
* | [PATCH] uml kbuild: avoid useless rebuilds | Paolo 'Blaisorblade' Giarrusso | 2005-05-05 | 6 | -28/+21 |
* | [PATCH] x86_64: make string func definition work as intended | Paolo 'Blaisorblade' Giarrusso | 2005-05-05 | 1 | -3/+0 |
* | [PATCH] uml: kludgy compilation fixes for x86-64 subarch modules support | Paolo 'Blaisorblade' Giarrusso | 2005-05-05 | 3 | -1/+48 |
* | [PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixes | Paolo 'Blaisorblade' Giarrusso | 2005-05-05 | 2 | -1/+5 |
* | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-05-03 | 26 | -641/+366 |
|\ |
|
| * | [PATCH] convert that currently tests _NSIG directly to use valid_signal() | Jesper Juhl | 2005-05-01 | 1 | -2/+2 |
| * | [PATCH] consolidate sys_shmat | Stephen Rothwell | 2005-05-01 | 2 | -9/+0 |
| * | [PATCH] misc verify_area cleanups | Jesper Juhl | 2005-05-01 | 2 | -2/+2 |
| * | [PATCH] uml ubd: handle readonly status | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 1 | -4/+10 |
| * | [PATCH] uml: redo console locking | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 5 | -175/+239 |
| * | [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64 | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 5 | -318/+73 |
| * | [PATCH] uml: quick fix syscall table for x86_64 | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 1 | -29/+24 |
| * | [PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386 | Paolo 'Blaisorblade' Giarrusso | 2005-05-01 | 7 | -116/+29 |