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