| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] uml: add debug switch for skas mode | Jeff Dike | 2006-02-07 | 1 | -0/+18 |
* | [PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 2 | -2/+1 |
* | [PATCH] uml: some harmless sparse warning fixes | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 7 | -14/+17 |
* | [PATCH] uml: TT - SYSCALL_DEBUG - fix buglet introduced in cleanup | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 1 | -2/+6 |
* | [PATCH] uml: fix "apples/bananas" typo | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 1 | -1/+1 |
* | [PATCH] uml: fix hugest stack users | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 3 | -19/+22 |
* | [PATCH] uml: comments about libc-conflict guards | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 1 | -5/+9 |
* | [PATCH] uml: fix some typos | Jeff Dike | 2006-02-01 | 2 | -2/+2 |
* | [PATCH] uml: add a build dependency | Jeff Dike | 2006-02-01 | 1 | -3/+6 |
* | [PATCH] uml: compilation fix when MODE_SKAS disabled | Pekka Enberg | 2006-02-01 | 1 | -1/+1 |
* | [PATCH] uml: use generic sys_rt_sigsuspend | Jeff Dike | 2006-01-18 | 1 | -24/+0 |
* | [PATCH] uml: add TIF_RESTORE_SIGMASK support | Jeff Dike | 2006-01-18 | 1 | -38/+41 |
* | [PATCH] uml ubd code: fix a bit of whitespace | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -14/+17 |
* | [PATCH] uml: allow again to move backing file and to override saved location | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -13/+15 |
* | [PATCH] uml: arch Kconfig menu cleanups | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 2 | -14/+19 |
* | [PATCH] uml: avoid malloc to sleep in atomic sections | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 4 | -11/+19 |
* | [PATCH] uml: sigio code - reduce spinlock hold time | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -25/+58 |
* | [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error path | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -2/+13 |
* | [PATCH] uml: networking - clear transport-specific structure | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -1/+5 |
* | [PATCH] uml: make daemon transport behave properly | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 2 | -0/+10 |
* | [PATCH] uml: TT mode softint fixes | Bodo Stroesser | 2006-01-18 | 2 | -4/+6 |
* | [PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmp | Jeff Dike | 2006-01-18 | 1 | -2/+2 |
* | [PATCH] uml: implement soft interrupts | Jeff Dike | 2006-01-18 | 8 | -118/+183 |
* | [PATCH] uml: eliminate some globals | Jeff Dike | 2006-01-18 | 1 | -16/+12 |
* | [PATCH] uml: move libc-dependent skas process handling | Gennady Sharapov | 2006-01-18 | 9 | -27/+601 |
* | [PATCH] uml: move libc-dependent skas memory mapping code | Gennady Sharapov | 2006-01-18 | 5 | -118/+123 |
* | [PATCH] uml: move headers to arch/um/include | Gennady Sharapov | 2006-01-18 | 18 | -149/+115 |
* | [PATCH] uml: change interface to boot_timer_handler | Bodo Stroesser | 2006-01-18 | 2 | -4/+13 |
* | [PATCH] uml: move libc-dependent time code | Gennady Sharapov | 2006-01-18 | 16 | -94/+211 |
* | [PATCH] uml: move libc-dependent utility procedures | Gennady Sharapov | 2006-01-18 | 11 | -87/+72 |
* | [PATCH] uml: move LDT creation | Bodo Stroesser | 2006-01-18 | 4 | -23/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-15 | 1 | -2/+2 |
|\ |
|
| * | return statement cleanup - kill pointless parentheses | Jesper Juhl | 2006-01-15 | 1 | -2/+2 |
* | | [PATCH] uml: fix symbol for mktime | Miklos Szeredi | 2006-01-14 | 1 | -1/+2 |
|/ |
|
* | [PATCH] uml: task_stack_page() | Al Viro | 2006-01-12 | 3 | -5/+5 |
* | [PATCH] uml: task_thread_info() | Al Viro | 2006-01-12 | 2 | -3/+3 |
* | [PATCH] uml: kill an unused variable | Jeff Dike | 2006-01-11 | 1 | -1/+0 |
* | [PATCH] uml: fix debug output on x86_64 | Jeff Dike | 2006-01-11 | 1 | -2/+2 |
* | [PATCH] uml: eliminate doubled boot output | Jeff Dike | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] uml: revert compile-time option checking | Jeff Dike | 2006-01-11 | 1 | -4/+0 |
* | [PATCH] uml: update Kconfig help | Jeff Dike | 2006-01-11 | 1 | -4/+4 |
* | [PATCH] uml: fix missing KBUILD_BASENAME | Jeff Dike | 2006-01-11 | 4 | -20/+12 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -5/+1 |
* | [PATCH] hrtimer: convert posix timers completely | Thomas Gleixner | 2006-01-10 | 1 | -3/+4 |
* | [PATCH] tiny: Make *[ug]id16 support optional | Matt Mackall | 2006-01-08 | 1 | -4/+0 |
* | [PATCH] Don't attempt to power off if power off is not implemented | Eric W. Biederman | 2006-01-08 | 1 | -0/+2 |
* | [PATCH] Add block_device_operations.getgeo block device method | Christoph Hellwig | 2006-01-08 | 1 | -9/+12 |
* | [PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n | Adrian Bunk | 2006-01-08 | 1 | -1/+1 |
* | [PATCH] uml: whitespace cleanup | Jeff Dike | 2006-01-08 | 1 | -7/+7 |
* | [PATCH] uml: merge trap_user.c and trap_kern.c | Gennady Sharapov | 2006-01-08 | 4 | -60/+39 |