| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: adapt asm/futex.h to our arch | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 2 | -47/+6 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-09-21 | 31 | -41/+62 |
|\ |
|
| * | [ARM] 2932/1: Avoid the "noreturn" warning in arch/arm/kernel/traps.c | Catalin Marinas | 2005-09-21 | 1 | -0/+3 |
| * | [ARM] Fix pcf8583 to build | Russell King | 2005-09-20 | 1 | -1/+2 |
| * | [ARM] Prevent deadlock in page fault handler | Russell King | 2005-09-20 | 1 | -1/+11 |
| * | [ARM] 2928/1: S3C2410 - make machine init code static | Ben Dooks | 2005-09-20 | 10 | -17/+24 |
| * | [ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck` | Ben Dooks | 2005-09-20 | 2 | -2/+2 |
| * | [ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck` | Ben Dooks | 2005-09-20 | 15 | -15/+15 |
| * | [ARM] 2925/3: earlyparam - postfix section with .init for `make buildcheck` | Ben Dooks | 2005-09-20 | 2 | -2/+2 |
| * | [ARM] 2922/1: compile fix for shark | Vincent Sanders | 2005-09-20 | 1 | -1/+1 |
| * | [ARM] 2924/3: taglist - postfix section with .init for `make buildcheck` | Ben Dooks | 2005-09-20 | 2 | -2/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 2005-09-21 | 2 | -15/+19 |
|\ \ |
|
| * | | [IB] Fix RMPP receive length calculation | Hal Rosenstock | 2005-09-21 | 1 | -2/+2 |
| * | | [IB] Add MAD data field size definitions | Sean Hefty | 2005-09-21 | 2 | -13/+17 |
* | | | [PATCH] fat: fix adate | Stephane Kardas | 2005-09-21 | 1 | -3/+8 |
* | | | [PATCH] update URL for HPET spec. | Randy Dunlap | 2005-09-21 | 1 | -1/+1 |
* | | | [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h | Eric Dumazet | 2005-09-21 | 1 | -0/+2 |
* | | | [PATCH] skge: add maintainer | Stephen Hemminger | 2005-09-21 | 1 | -0/+6 |
* | | | [PATCH] fixup Documentation/DocBook/kernel-hacking.tmpl | Christoph Hellwig | 2005-09-21 | 1 | -1/+1 |
* | | | [PATCH] mm: add a note about partially hardcoded VM_* flags | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 2 | -1/+3 |
* | | | [PATCH] mm: update stale comment for removal of page->list | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -5/+4 |
* | | | [PATCH] README update from the stone age | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -3/+6 |
* | | | [PATCH] fix locking comment in unmap_region() | Paolo 'Blaisorblade' Giarrusso | 2005-09-21 | 1 | -1/+1 |
* | | | [PATCH] Fix I2O config-osm init to return proper error | Deepak Saxena | 2005-09-21 | 1 | -1/+4 |
* | | | [PATCH] ppc64: Build zImage.vmode for G5 | Benjamin Herrenschmidt | 2005-09-21 | 1 | -1/+1 |
* | | | [PATCH] remove blkdev_scsi_issue_flush_fn again | Christoph Hellwig | 2005-09-21 | 1 | -38/+0 |
* | | | [PATCH] ppc64: Fix issue with non zero boot cpu | Anton Blanchard | 2005-09-21 | 1 | -1/+2 |
* | | | [PATCH] cciss: busy_initializing bug fix | Mike Miller | 2005-09-21 | 1 | -4/+1 |
* | | | [PATCH] PPC64: Fix boot for some pre-POWER4 systems | Olof Johansson | 2005-09-21 | 1 | -80/+89 |
* | | | [PATCH] Add printk_clock() | Andrew Morton | 2005-09-21 | 1 | -1/+6 |
* | | | [PATCH] Fix invisible threads problem | Sripathi Kodi | 2005-09-21 | 1 | -7/+77 |
* | | | [PATCH] ppc64: Fix PCI flags when using OF device tree | Paul Mackerras | 2005-09-21 | 1 | -3/+6 |
|/ / |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2005-09-21 | 12 | -205/+275 |
|\ \ |
|
| * | | [SPARC] cs4231: Fix SBUS support in this driver. | Christopher Zimmermann | 2005-09-21 | 1 | -157/+166 |
| * | | [ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled. | Tom 'spot' Callaway | 2005-09-21 | 1 | -1/+4 |
| * | | [SPARC64]: Verify vmalloc TLB misses more strictly. | David S. Miller | 2005-09-20 | 2 | -29/+30 |
| * | | [SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h | David S. Miller | 2005-09-19 | 5 | -10/+13 |
| * | | [BYTEORDER]: Document alignment and byteorder macros | Ed L. Cashin | 2005-09-19 | 1 | -0/+4 |
| * | | [SPARC64]: Handle little-endian unaligned loads/stores correctly. | David S. Miller | 2005-09-19 | 2 | -8/+58 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-21 | 3 | -30/+52 |
|\ \ \ |
|
| * | | | [TCP]: Set default congestion control correctly for incoming connections. | Stephen Hemminger | 2005-09-21 | 1 | -1/+1 |
| * | | | [FIB_TRIE]: message cleanup | Stephen Hemminger | 2005-09-21 | 1 | -12/+3 |
| * | | | [AF_PACKET]: Allow for > 8 byte hardware addresses. | Eric W. Biederman | 2005-09-21 | 1 | -17/+48 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 2005-09-20 | 8 | -63/+55 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | [PATCH] IB/mthca: Fix device removal memory leak | Michael S. Tsirkin | 2005-09-20 | 1 | -0/+1 |
| * | | | [PATCH] IPoIB: Don't flush workqueue from within workqueue | Roland Dreier | 2005-09-20 | 3 | -6/+7 |
| * | | | [PATCH] IB: Fix data length for RMPP SA sends | Hal Rosenstock | 2005-09-19 | 1 | -2/+3 |
| * | | | [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs | Roland Dreier | 2005-09-19 | 1 | -1/+2 |
| * | | | [PATCH] IB/mthca: Fix posting work requests to shared receive queues | Roland Dreier | 2005-09-18 | 1 | -6/+4 |
| * | | | [PATCH] IB/mthca: Initialize eq->nent before we use it | Roland Dreier | 2005-09-18 | 1 | -11/+5 |