| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | | [PATCH] uml: fix wall_to_monotonic initialization | Jeff Dike | 2006-06-05 | 1 | -0/+10 |
* | | [PATCH] uml: change timer initialization | Jeff Dike | 2006-05-03 | 1 | -1/+1 |
* | | Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2006-05-01 | 1 | -4/+2 |
|\ \ |
|
| * | | [PATCH] drop task argument of audit_syscall_{entry,exit} | Al Viro | 2006-05-01 | 1 | -4/+2 |
| |/ |
|
* | | [PATCH] uml: cleanup unprofile expression and build infrastructure | Paolo 'Blaisorblade' Giarrusso | 2006-05-01 | 1 | -7/+2 |
* | | [PATCH] uml: fix compilation and execution with hardened GCC | Paolo 'Blaisorblade' Giarrusso | 2006-05-01 | 1 | -1/+8 |
* | | [PATCH] uml: remove NULL checks and add some CodingStyle | Jesper Juhl | 2006-05-01 | 1 | -46/+47 |
* | | [PATCH] uml: fix iomem list traversal | Victor V. Vengerov | 2006-05-01 | 1 | -0/+2 |
|/ |
|
* | [PATCH] uml: fix some double export warnings | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -4/+1 |
* | [PATCH] uml: add arch_switch_to for newly forked thread | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 1 | -0/+7 |
* | [PATCH] uml: implement {get,set}_thread_area for i386 | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 4 | -13/+31 |
* | [PATCH] uml: clean arch_switch usage | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 2 | -2/+10 |
* | [PATCH] uml: idle thread needn't take access to init_mm | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 1 | -4/+0 |
* | [PATCH] uml: sparse cleanups | Al Viro | 2006-03-31 | 5 | -28/+24 |
* | [PATCH] uml: redeclare highmem | Jeff Dike | 2006-03-31 | 1 | -1/+1 |
* | [PATCH] pidhash: don't count idle threads | Oleg Nesterov | 2006-03-28 | 1 | -1/+0 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -1/+2 |
* | [PATCH] unify PFN_* macros | Dave Hansen | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] uml: move tty logging to os-Linux | Jeff Dike | 2006-03-27 | 3 | -236/+1 |
* | [PATCH] uml: move sigio_user.c to os-Linux/sigio.c | Jeff Dike | 2006-03-27 | 2 | -325/+1 |
* | [PATCH] uml: move SIGIO startup code to os-Linux/start_up.c | Jeff Dike | 2006-03-27 | 3 | -156/+19 |
* | [PATCH] uml: merge irq_user.c and irq.c | Jeff Dike | 2006-03-27 | 3 | -325/+295 |
* | [PATCH] uml: move libc-dependent irq code to os-Linux | Jeff Dike | 2006-03-27 | 2 | -153/+65 |
* | [PATCH] uml: fix some printf formats | Jeff Dike | 2006-03-27 | 1 | -3/+3 |
* | [PATCH] x86: SMP alternatives | Gerd Hoffmann | 2006-03-23 | 1 | -1/+11 |
* | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 1 | -2/+2 |
* | [PATCH] remove set_page_count(page, 0) users (outside mm) | Nick Piggin | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] uml: remove a dead file | Jeff Dike | 2006-02-07 | 1 | -569/+0 |
* | [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 | 1 | -0/+1 |
* | [PATCH] uml: some harmless sparse warning fixes | Paolo 'Blaisorblade' Giarrusso | 2006-02-01 | 1 | -1/+1 |