summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [MAINTAINERS]: Add entry for netemStephen Hemminger2006-05-251-0/+6
| |/ /
* | | [PATCH] tpm: fix bug for TPM on ThinkPad T60 and Z60Kylene Jo Hall2006-05-261-4/+0
* | | [PATCH] scx200_acb: fix section mismatch warningRandy Dunlap2006-05-261-1/+1
* | | [PATCH] s3c24xx: fix spi driver with CONFIG_PMBen Dooks2006-05-261-2/+2
* | | [PATCH] PowerMac: force only suspend-to-disk to be validJohannes Berg2006-05-261-0/+12
* | | [PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita2006-05-261-2/+1
* | | [PATCH] ads7846 conversion accuracyDavid Brownell2006-05-261-25/+28
* | | [PATCH] x86: wire up vmsplice syscallJens Axboe2006-05-261-0/+1
* | | [PATCH] Add CMSPAR to termbits.h for powerpc and alphaPaul Mackerras2006-05-262-0/+2
* | | [PATCH] Unlock md devices when stopping them on reboot.Neil Brown2006-05-261-1/+3
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-05-261-20/+21
|\ \ \ | |/ / |/| |
| * | IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin2006-05-241-20/+21
* | | [PATCH] s390: fix typo in stop_hz_timer.Martin Schwidefsky2006-05-251-1/+1
* | | Linux 2.6.17-rc5v2.6.17-rc5Linus Torvalds2006-05-241-2/+2
* | | [PATCH] V4L/DVB (4045): Fixes recursive dependency for I2CJean Delvare2006-05-242-2/+1
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-05-2413-75/+92
|\ \
| * | IB/ipath: deref correct pointer when using kernel SMABryan O'Sullivan2006-05-231-1/+1
| * | IB/ipath: fix null deref during rdma opsBryan O'Sullivan2006-05-231-5/+7
| * | IB/ipath: register as IB device ownerBryan O'Sullivan2006-05-231-0/+1
| * | IB/ipath: enable PE800 receive interrupts on user portsBryan O'Sullivan2006-05-231-0/+4
| * | IB/ipath: enable GPIO interrupt on HT-460Bryan O'Sullivan2006-05-235-8/+25
| * | IB/ipath: fix NULL dereference during cleanupBryan O'Sullivan2006-05-231-11/+11
| * | IB/ipath: replace uses of LIST_POISONBryan O'Sullivan2006-05-234-28/+25
| * | IB/ipath: fix reporting of driver version to userspaceBryan O'Sullivan2006-05-231-1/+1
| * | IB/ipath: don't modify QP if changes failBryan O'Sullivan2006-05-231-15/+17
| * | IB/ipath: fix spinlock recursion bugBryan O'Sullivan2006-05-231-6/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-05-241-15/+5
|\ \ \
| * | | JFS: Fix multiple errors in metapage_releasepageDave Kleikamp2006-05-241-15/+5
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-05-241-0/+5
|\ \ \ \
| * | | | [PATCH] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x8...Albert Lee2006-05-241-0/+5
| |/ / /
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-05-241-3/+16
|\ \ \ \
| * | | | [PATCH] sky2: fix jumbo packet supportStephen Hemminger2006-05-241-3/+16
| |/ / /
* | | | [MMC] Fix premature use of md->diskPierre Ossman2006-05-241-1/+1
|/ / /
* | | [BRIDGE]: need to ref count the LLC sapStephen Hemminger2006-05-231-1/+2
* | | [NETFILTER]: SNMP NAT: fix memleak in snmp_object_decodeChris Wright2006-05-231-0/+1
* | | [NETFILTER]: H.323 helper: fix sequence extension parsingPatrick McHardy2006-05-231-1/+1
* | | [NETFILTER]: H.323 helper: fix parser error propagationPatrick McHardy2006-05-231-15/+19
* | | V4L/DVB (4041): Fix compilation on PPC 64Mauro Carvalho Chehab2006-05-231-2/+2
* | | V4L/DVB (4040a): Fix the following section warnings:Jean Delvare2006-05-231-3/+3
* | | V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2CManu Abraham2006-05-236-15/+15
* | | V4L/DVB (3927): Fix VIDEO_DEV=m, VIDEO_V4L1_COMPAT=yAdrian Bunk2006-05-231-1/+4
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-05-234-7/+146
|\ \
| * | [SPARC64]: Respect gfp_t argument to dma_alloc_coherent().David S. Miller2006-05-234-7/+146
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-239-21/+35
|\ \ \
| * | | [NETFILTER]: SNMP NAT: fix memory corruptionPatrick McHardy2006-05-221-8/+7
| * | | [IRDA]: fixup type of ->lsap_stateAlexey Dobriyan2006-05-221-1/+1
| * | | [IRDA]: fix 16/32 bit confusionAlexey Dobriyan2006-05-221-1/+2
| * | | [NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan2006-05-224-4/+4
| * | | [BNX2]: Use kmalloc instead of arrayMichael Chan2006-05-221-4/+14
| * | | [BNX2]: Fix bug in bnx2_nvram_write()Michael Chan2006-05-221-1/+1
OpenPOWER on IntegriCloud