| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] missed const in prototype | Al Viro | 2006-10-11 | 1 | -1/+1 |
* | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 2006-10-09 | 2 | -4/+4 |
* | [PATCH] uml pt_regs fixes | Al Viro | 2006-10-09 | 10 | -25/+24 |
* | [PATCH] um: irq changes break build | Pekka Enberg | 2006-10-06 | 1 | -1/+1 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 27 | -28/+0 |
* | more misc typo fixes | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | Attack of "the the"s in arch | Matt LaPlante | 2006-10-03 | 3 | -3/+3 |
* | [PATCH] Remove the use of _syscallX macros in UML | Arnd Bergmann | 2006-10-02 | 5 | -25/+15 |
* | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 2006-10-02 | 1 | -0/+13 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 2 | -4/+4 |
* | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 3 | -15/+15 |
* | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c | Serge E. Hallyn | 2006-10-02 | 1 | -2/+0 |
* | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 2006-10-02 | 1 | -0/+2 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 2 | -7/+6 |
* | [PATCH] Remove ->rq_status from struct request | Jens Axboe | 2006-09-30 | 1 | -2/+0 |
* | [PATCH] uml build fix | Ollie Wild | 2006-09-30 | 1 | -1/+1 |
* | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] uml: remove pte_mkexec | Jeff Dike | 2006-09-29 | 1 | -2/+4 |
* | [PATCH] uml: don't roll my own random MAC generator | Jeff Dike | 2006-09-29 | 3 | -34/+1 |
* | [PATCH] uml: remove unneeded file | Jeff Dike | 2006-09-29 | 1 | -484/+0 |
* | [PATCH] uml: stack consumption reduction | Jeff Dike | 2006-09-29 | 2 | -5/+14 |
* | [PATCH] uml: close file descriptor leaks | Jeff Dike | 2006-09-29 | 2 | -8/+7 |
* | [PATCH] uml: locking documentation | Jeff Dike | 2006-09-29 | 5 | -2/+14 |
* | [PATCH] uml: mechanical tidying after random MACs change | Jeff Dike | 2006-09-29 | 3 | -80/+40 |
* | [PATCH] uml: assign random MACs to interfaces if necessary | Jeff Dike | 2006-09-29 | 3 | -18/+46 |
* | [IPV4]: annotate struct in_ifaddr | Al Viro | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] uml: fix allocation size | Jeff Dike | 2006-09-27 | 1 | -4/+5 |
* | [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 | 6 | -83/+40 |
* | [PATCH] uml: mark some tt-mode code | Jeff Dike | 2006-09-27 | 3 | -4/+9 |
* | [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: fix missing x86_64 register definitions | Jeff Dike | 2006-09-27 | 2 | -4/+41 |
* | [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 | 40 | -65/+65 |
* | [PATCH] uml: fix proc-vs-interrupt context spinlock deadlock | Paolo 'Blaisorblade' Giarrusso | 2006-09-27 | 1 | -12/+4 |
* | [PATCH] uml: use -mcmodel=kernel for x86_64 | Paolo 'Blaisorblade' Giarrusso | 2006-09-27 | 1 | -2/+5 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-09-26 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] i386: Redo semaphore and rwlock assembly helpers | Andi Kleen | 2006-09-26 | 1 | -1/+1 |
* | | [PATCH] UML: tty locking | Alan Cox | 2006-09-26 | 1 | -1/+3 |
* | | [PATCH] uml: stack usage reduction | Jeff Dike | 2006-09-26 | 4 | -14/+20 |
* | | [PATCH] uml: clean our set_ether_mac | Paolo 'Blaisorblade' Giarrusso | 2006-09-26 | 2 | -9/+6 |
* | | [PATCH] uml: Remove unused variable | Jeff Dike | 2006-09-26 | 3 | -13/+0 |
* | | [PATCH] uml: timer cleanups | Jeff Dike | 2006-09-26 | 4 | -13/+22 |
* | | [PATCH] uml: Move signal handlers to arch code | Jeff Dike | 2006-09-26 | 12 | -89/+102 |
* | | [PATCH] uml: SIGIO cleanups | Jeff Dike | 2006-09-26 | 3 | -71/+67 |
* | | [PATCH] uml: Improve SIGBUS diagnostics | Jeff Dike | 2006-09-26 | 1 | -2/+9 |