summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IA64] - SGI SN hwperf enhancements - export_pci_topologyMark Goodwin2005-08-242-39/+20
* [IA64-SGI] - New SN hardware support - ptc_fixesJack Steiner2005-08-174-28/+245
* [IA64-SGI] - New SN hardware support - cpu_relaxJack Steiner2005-08-174-3/+6
* [IA64-SGI] - New SN hardware support - bte_fixesJack Steiner2005-08-171-31/+51
* [IA64-SGI] - New SN hardware support - no_warsJack Steiner2005-08-171-10/+12
* [IA64-SGI] - New SN hardware support - boot_init_shub2Jack Steiner2005-08-171-2/+2
* [IA64-SGI] - New SN hardware support - use_alias_spaceJack Steiner2005-08-172-13/+8
* [IA64-SGI] - New SN hardware support - addr_macrosJack Steiner2005-08-171-18/+56
* [IA64-SGI] sn pci provider for TIOCE (pciMark Maule2005-08-116-2/+1544
* [IA64-SGI] add support for TIO huge-windowMark Maule2005-08-114-26/+45
* [IA64-SGI] abstract force_interrupt() mechanismMark Maule2005-08-115-23/+34
* [IA64-SGI] altix: cosmetic rename of SGI_PCIBR_ERRORMark Maule2005-08-112-3/+2
* [IA64-SGI] Altix only: Add PCI Domain number support.Colin Ngam2005-08-115-15/+43
* [TCP]: Adjust {p,f}ackets_out correctly in tcp_retransmit_skb()Herbert Xu2005-08-101-4/+10
* 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
OpenPOWER on IntegriCloud