summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata handle the case when device returns/needs extra dataAlbert Lee2005-08-121-3/+25
* [PATCH] libata ata_data_xfer() fixAlbert Lee2005-08-121-3/+108
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-08-101-10/+1
|\
| * [DECNET]: Use sk_stream_error function rather than DECnet's ownSteven Whitehouse2005-08-101-10/+1
* | Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2005-08-102-1/+2
|\ \
| * | libata: fix EH-related lockup by properly cleaning EH command listTejun Heo2005-08-101-0/+1
| * | [PATCH] sata: fix sata_sx4 dma_prep to not use sg->lengthTejun Heo2005-08-101-1/+1
| |/
* | [PATCH] remove name length check in a workqueueJames Bottomley2005-08-101-2/+0
* | [PATCH] wbsd version bumpPierre Ossman2005-08-101-1/+1
* | [PATCH] ppc64: Fix Fan control for new PowerMac G5 2.7GHz machinesBenjamin Herrenschmidt2005-08-101-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm-smpLinus Torvalds2005-08-102-1/+10
|\ \
| * | [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switchRussell King2005-08-101-0/+7
| * | [ARM SMP] Only enable V6K instructions on V6 MP core CPUsRussell King2005-08-101-1/+3
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-08-107-28/+147
|\ \
| * | [PATCH] ARM: 2849/1: S3C24XX - USB host update (2848/1)Ben Dooks2005-08-102-6/+15
| * | [PATCH] ARM: 2847/1: S3C24XX - Documentation for USB OHCI hostBen Dooks2005-08-101-0/+93
| * | [PATCH] ARM: 2846/1: proper handling of CKEN for pxafbNicolas Pitre2005-08-101-2/+6
| * | [ARM] Control v6 'global' bit via Linux PTE entriesRussell King2005-08-103-5/+18
| * | [ARM] Use #defined constants for manipulating v6 hardware PTE bitsRussell King2005-08-102-16/+16
| |/
* | [PATCH] ns558 list handling fixAlexander Nyberg2005-08-101-2/+2
* | [PATCH] 6pack persistence fixRalf Baechle DL5RB2005-08-101-16/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2005-08-104-2/+50
|\ \ | |/ |/|
| * [SCSI] dpt_i2o pci_request_regions fixSalyzyn, Mark2005-08-091-1/+1
| * [SCSI] fix target scanning oops with fc transport classJames.Smart@Emulex.Com2005-08-083-1/+42
| * [SCSI] Bug 4940 Repeatable Kernel Panic on Adaptec 2015S I20 device on bootupJames Bottomley2005-08-081-1/+8
* | [PATCH] Fix ide-disk.c oops caused by hwif == NULLChristoph Lameter2005-08-093-10/+7
* | [PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 supportMichael Krufky2005-08-091-35/+0
* | [PATCH] dvb: lgdt330x frontend: trivial text cleanupsMichael Krufky2005-08-092-2/+2
* | [PATCH] I2O: added pci_request_regions() before using the controllerMarkus Lidel2005-08-091-0/+10
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-08-091-1/+1
|\ \
| * | [IA64] fix nohalt boot optionKen Chen2005-08-081-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-08-092-64/+20
|\ \ \
| * | | [SPARC]: envctrl: ERR_PTR() --> PTR_ERR()David S. Miller2005-08-091-1/+1
| * | | [SPARC]: remove ifdef CONFIG_PCI from envctrl.cChristoph Hellwig2005-08-091-4/+0
| * | | [SPARC]: Use kthread infrastructure in bbc_envctrlChristoph Hellwig2005-08-091-29/+10
| * | | [SPARC]: Use kthread infrastructure in envctrlChristoph Hellwig2005-08-091-31/+10
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-08-093-84/+120
|\ \ \ \
| * | | | [NET]: Fix memory leak in sys_{send,recv}msg() w/compatAndrew Morton2005-08-092-83/+119
| * | | | [SUNRPC]: Fix nsec --> usec conversion.David S. Miller2005-08-091-1/+1
| |/ / /
* | | | [PATCH] i2o: remove new configuration APIMarkus Lidel2005-08-092-494/+3
* | | | [PATCH] cpm_uart: needs some love to compile with GCC4.0.1Kumar Gala2005-08-091-7/+7
* | | | [PATCH] cpm_uart: Fix dpram allocation and non-console uartsKumar Gala2005-08-093-65/+116
* | | | [PATCH] cpuset release ABBA deadlock fixPaul Jackson2005-08-091-20/+48
* | | | [PATCH] Build fix for the Sibyte I2C driverRalf Baechle2005-08-091-2/+2
* | | | [PATCH] i8xx_tco.c: arm watchdog only when startedWim Van Sebroeck2005-08-091-13/+28
|/ / /
* | | [PATCH] fsnotify-cleanupsJohn McCutchan2005-08-081-24/+0
* | | Revert "[PATCH] PCI: restore BAR values..."Linus Torvalds2005-08-084-65/+5
* | | [PATCH] icn driver fails to unload when no hardware presentDave Jones2005-08-081-2/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-08-088-44/+41
|\ \ \
| * | | [IPV4]: Debug cleanupHeikki Orsila2005-08-084-33/+26
OpenPOWER on IntegriCloud