summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ARM] 2925/3: earlyparam - postfix section with .init for `make buildcheck`Ben Dooks2005-09-202-2/+2
| * | [ARM] 2922/1: compile fix for sharkVincent Sanders2005-09-201-1/+1
| * | [ARM] 2924/3: taglist - postfix section with .init for `make buildcheck`Ben Dooks2005-09-202-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2005-09-212-15/+19
|\ \ \
| * | | [IB] Fix RMPP receive length calculationHal Rosenstock2005-09-211-2/+2
| * | | [IB] Add MAD data field size definitionsSean Hefty2005-09-212-13/+17
* | | | [PATCH] fat: fix adateStephane Kardas2005-09-211-3/+8
* | | | [PATCH] update URL for HPET spec.Randy Dunlap2005-09-211-1/+1
* | | | [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.hEric Dumazet2005-09-211-0/+2
* | | | [PATCH] skge: add maintainerStephen Hemminger2005-09-211-0/+6
* | | | [PATCH] fixup Documentation/DocBook/kernel-hacking.tmplChristoph Hellwig2005-09-211-1/+1
* | | | [PATCH] mm: add a note about partially hardcoded VM_* flagsPaolo 'Blaisorblade' Giarrusso2005-09-212-1/+3
* | | | [PATCH] mm: update stale comment for removal of page->listPaolo 'Blaisorblade' Giarrusso2005-09-211-5/+4
* | | | [PATCH] README update from the stone agePaolo 'Blaisorblade' Giarrusso2005-09-211-3/+6
* | | | [PATCH] fix locking comment in unmap_region()Paolo 'Blaisorblade' Giarrusso2005-09-211-1/+1
* | | | [PATCH] Fix I2O config-osm init to return proper errorDeepak Saxena2005-09-211-1/+4
* | | | [PATCH] ppc64: Build zImage.vmode for G5Benjamin Herrenschmidt2005-09-211-1/+1
* | | | [PATCH] remove blkdev_scsi_issue_flush_fn againChristoph Hellwig2005-09-211-38/+0
* | | | [PATCH] ppc64: Fix issue with non zero boot cpuAnton Blanchard2005-09-211-1/+2
* | | | [PATCH] cciss: busy_initializing bug fixMike Miller2005-09-211-4/+1
* | | | [PATCH] PPC64: Fix boot for some pre-POWER4 systemsOlof Johansson2005-09-211-80/+89
* | | | [PATCH] Add printk_clock()Andrew Morton2005-09-211-1/+6
* | | | [PATCH] Fix invisible threads problemSripathi Kodi2005-09-211-7/+77
* | | | [PATCH] ppc64: Fix PCI flags when using OF device treePaul Mackerras2005-09-211-3/+6
|/ / /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-2112-205/+275
|\ \ \
| * | | [SPARC] cs4231: Fix SBUS support in this driver.Christopher Zimmermann2005-09-211-157/+166
| * | | [ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled.Tom 'spot' Callaway2005-09-211-1/+4
| * | | [SPARC64]: Verify vmalloc TLB misses more strictly.David S. Miller2005-09-202-29/+30
| * | | [SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.hDavid S. Miller2005-09-195-10/+13
| * | | [BYTEORDER]: Document alignment and byteorder macrosEd L. Cashin2005-09-191-0/+4
| * | | [SPARC64]: Handle little-endian unaligned loads/stores correctly.David S. Miller2005-09-192-8/+58
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-09-213-30/+52
|\ \ \ \
| * | | | [TCP]: Set default congestion control correctly for incoming connections.Stephen Hemminger2005-09-211-1/+1
| * | | | [FIB_TRIE]: message cleanupStephen Hemminger2005-09-211-12/+3
| * | | | [AF_PACKET]: Allow for > 8 byte hardware addresses.Eric W. Biederman2005-09-211-17/+48
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2005-09-208-63/+55
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [PATCH] IB/mthca: Fix device removal memory leakMichael S. Tsirkin2005-09-201-0/+1
| * | | | [PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier2005-09-203-6/+7
| * | | | [PATCH] IB: Fix data length for RMPP SA sendsHal Rosenstock2005-09-191-2/+3
| * | | | [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQsRoland Dreier2005-09-191-1/+2
| * | | | [PATCH] IB/mthca: Fix posting work requests to shared receive queuesRoland Dreier2005-09-181-6/+4
| * | | | [PATCH] IB/mthca: Initialize eq->nent before we use itRoland Dreier2005-09-181-11/+5
| * | | | [PATCH] IPoIB: Fix SA client retransmission strategyHal Rosenstock2005-09-181-3/+3
| * | | | [PATCH] IB/mthca: fix posting of first work requestRoland Dreier2005-09-182-34/+28
| * | | | [PATCH] IB/mthca: assign ACK timeout field correctlyRoland Dreier2005-09-181-1/+1
| * | | | [PATCH] IPoIB: fix module removal raceMichael S. Tsirkin2005-09-181-0/+2
* | | | | [PATCH] fbdev: Fix reversed back and front porchesAntonino A. Daplas2005-09-201-4/+4
* | | | | [PATCH] nvidiafb: Fix absence of cursor in nvidiafbAntonino A. Daplas2005-09-202-1/+5
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2005-09-201-22/+33
|\ \ \ \ \
| * | | | | NTFS: More runlist handling fixes from Richard Russon and myself.Anton Altaparmakov2005-09-201-22/+33
| | |_|/ / | |/| | |
OpenPOWER on IntegriCloud