| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: fix sleep length bug | Jeff Dike | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] uml: add an export | Jeff Dike | 2006-09-27 | 1 | -0/+1 |
* | [PATCH] uml: file renaming | Jeff Dike | 2006-09-27 | 7 | -192/+663 |
* | [PATCH] uml: thread creation tidying | Jeff Dike | 2006-09-27 | 1 | -23/+13 |
* | [PATCH] uml: mark some tt-mode code | Jeff Dike | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] uml: use correct SIGBUS handler | Jeff Dike | 2006-09-27 | 1 | -8/+9 |
* | [PATCH] uml: fix gcov support | Jeff Dike | 2006-09-27 | 1 | -12/+1 |
* | [PATCH] uml: get rid of ZONE_DMA use | Jeff Dike | 2006-09-27 | 1 | -1/+2 |
* | [PATCH] uml: const more data | Jeff Dike | 2006-09-27 | 2 | -2/+2 |
* | [PATCH] UML: tty locking | Alan Cox | 2006-09-26 | 1 | -1/+3 |
* | [PATCH] uml: Remove unused variable | Jeff Dike | 2006-09-26 | 1 | -5/+0 |
* | [PATCH] uml: timer cleanups | Jeff Dike | 2006-09-26 | 1 | -2/+5 |
* | [PATCH] uml: SIGIO cleanups | Jeff Dike | 2006-09-26 | 1 | -24/+10 |
* | [PATCH] uml: Improve SIGBUS diagnostics | Jeff Dike | 2006-09-26 | 1 | -2/+9 |
* | [PATCH] uml: Whitespace fixes | Jeff Dike | 2006-09-26 | 1 | -184/+183 |
* | [PATCH] uml: Fix stack alignment | Jeff Dike | 2006-09-26 | 1 | -1/+2 |
* | [PATCH] uml: Use ARRAY_SIZE more assiduously | Jeff Dike | 2006-09-26 | 3 | -15/+6 |
* | [PATCH] Standardize pxx_page macros | Dave McCracken | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional | Christoph Lameter | 2006-09-26 | 1 | -0/+2 |
* | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h | Christoph Lameter | 2006-09-26 | 1 | -0/+2 |
* | [PATCH] vDSO hash-style fix | Roland McGrath | 2006-07-31 | 1 | -0/+1 |
* | [PATCH] UML - fix utsname build breakage | Jeff Dike | 2006-07-15 | 1 | -11/+11 |
* | [PATCH] uml: tidy biarch gcc support | Jeff Dike | 2006-07-14 | 1 | -2/+0 |
* | [PATCH] uml: move _kern.c files | Jeff Dike | 2006-07-10 | 7 | -38/+46 |
* | [PATCH] uml: remove syscall debugging | Jeff Dike | 2006-07-10 | 5 | -76/+2 |
* | [PATCH] uml: make some symbols static | Jeff Dike | 2006-07-10 | 1 | -14/+0 |
* | [PATCH] uml: remove os_isatty | Jeff Dike | 2006-07-10 | 1 | -15/+2 |
* | [PATCH] uml: remove spinlock wrapper functions | Jeff Dike | 2006-07-10 | 1 | -29/+16 |
* | [PATCH] uml: mark forward_interrupts as being mode-specific | Jeff Dike | 2006-07-10 | 1 | -0/+2 |
* | [PATCH] uml: timer handler tidying | Jeff Dike | 2006-07-10 | 1 | -16/+4 |
* | [PATCH] uml: signal initialization cleanup | Jeff Dike | 2006-07-10 | 3 | -3/+3 |
* | [PATCH] uml: fix static binary segfault | Jeff Dike | 2006-07-10 | 6 | -30/+26 |
* | [PATCH] uml: remove some useless exports | Jeff Dike | 2006-07-10 | 1 | -6/+0 |
* | [PATCH] uml: timer initialization cleanup | Jeff Dike | 2006-07-10 | 1 | -38/+26 |
* | [PATCH] uml: clean up address space limits code | Tyler | 2006-07-10 | 3 | -30/+8 |
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_struct | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] uml build fix | Theodore Tso | 2006-07-03 | 1 | -0/+2 |
* | [PATCH] irq-flags: UM: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 3 | -3/+3 |
* | [PATCH] uml: make copy_*_user atomic | Paolo 'Blaisorblade' Giarrusso | 2006-07-01 | 1 | -6/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 1 | -1/+0 |
|\ |
|
| * | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | | [PATCH] uml: fix biarch gcc build on x86_64 | Jeff Dike | 2006-06-30 | 1 | -0/+2 |
* | | [PATCH] uml: remove stray file | Jeff Dike | 2006-06-30 | 1 | -172/+0 |
* | | [PATCH] uml: remove unneeded time definitions | Jeff Dike | 2006-06-30 | 1 | -22/+0 |
* | | [PATCH] uml: add locking to xtime accesses | Jeff Dike | 2006-06-30 | 1 | -2/+8 |
* | | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter | Christoph Lameter | 2006-06-30 | 1 | -1/+1 |
|/ |
|
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 1 | -3/+3 |
* | [PATCH] UML: fix wall_to_monotonic initialization | Jeff Dike | 2006-06-22 | 1 | -1/+1 |
* | Merge git://git.infradead.org/~dwmw2/rbtree-2.6 | Linus Torvalds | 2006-06-20 | 1 | -1/+1 |
|\ |
|
| * | Update UML kernel/physmem.c to use rb_parent() accessor macro | Andrew Morton | 2006-05-01 | 1 | -1/+1 |