summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] superhyway: multiple block support and VCR reworkPaul Mundt2005-11-071-5/+33
* [PATCH] ppc32: cleanup AMCC PPC40x eval boards to support U-BootMatt Porter2005-11-072-5/+20
* [PATCH] ppc32: Add Yucca (440SPe eval board) platformRoland Dreier2005-11-071-0/+4
* [PATCH] ppc32: Add 440SPe supportRoland Dreier2005-11-071-13/+42
* [PATCH] ppc32: Dump error status for both PLB segments on 440SPRoland Dreier2005-11-071-0/+18
* [PATCH] ppc32: Allow ERPN for early serial to depend on CPU typeRoland Dreier2005-11-071-1/+6
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-072-4/+4
* [PATCH] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOLJohn W. Linville2005-11-071-6/+1Star
* [PATCH] ppc64: Fix bug in SLB miss handler for hugepagesDavid Gibson2005-11-072-0/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2005-11-071-1/+3
|\
| * [PATCH] kbuild: permanently fix kernel configuration include messRussell King2005-11-061-1/+3
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-071-0/+6
|\ \
| * | [DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King2005-11-051-0/+6
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-074-1/+180
|\ \ \
| * | | [ARM] Fix second missing declaration of cache_is_vivt()Russell King2005-11-061-0/+1
| * | | [ARM] Fix another use of // as a commentRussell King2005-11-061-1/+1
| * | | [ARM] 3113/1: PXA: Allow machines to override (and also reuse) pxa pm functionsRichard Purdie2005-11-061-0/+12
| * | | [ARM] 3088/1: PXA: Add machine support for the Sharp SL-6000x series of PDAsDirk Opfer2005-11-061-0/+166
| |/ /
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-11-072-0/+2
|\ \ \
| * | | [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou2005-11-062-0/+2
| | |/ | |/|
* / | [PATCH] ppc64: support 64k pagesBenjamin Herrenschmidt2005-11-0717-260/+572
|/ /
* | [PATCH] phy address mask support for generic phy layerMatt Porter2005-11-051-0/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-11-057-155/+969
|\ \
| * \ Merge by HandJames Bottomley2005-11-057-155/+969
| |\ \ | | |/ | |/|
| | * [SCSI] update fc_transport for removal of block/unblock functionsJames.Smart@Emulex.Com2005-10-291-2/+29
| | * [SCSI] introduce sfoo_printk, sfoo_id, sfoo_channel helpersJeff Garzik2005-10-291-0/+16
| | * [SCSI] kill unused scsi_scan_single_target()Jeff Garzik2005-10-291-2/+0Star
| | * [SCSI] Add an 'Issue LIP' device attribute in fc_transport classAndrew Vasquez2005-10-291-0/+2
| | * [SCSI] sas: add support for PHY resetsChristoph Hellwig2005-10-291-0/+1
| | * [SCSI] sas: add flag for locally attached PHYsChristoph Hellwig2005-10-291-0/+3
| | * [SCSI] scsi_transport_sas: support link error attributesChristoph Hellwig2005-10-281-4/+19
| | * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-282-0/+10
| | * Merge HEAD from ../scsi-misc-2.6-old James Bottomley2005-10-283-147/+889
| | |\
| | | * [SCSI] iscsi: rename some proto defsMike Christie2005-09-201-13/+15
| | | * [SCSI] iscsi: update some iscsi proto defsMike Christie2005-09-201-12/+33
| | | * Merge HEAD from ../scsi-iscsi-2.6 James Bottomley2005-09-083-147/+866
| | | |\
| | | | * Merge ../linux-2.6James Bottomley2005-08-098-41/+31Star
| | | | |\
| | | | * | [SCSI] open-iscsi/linux-iscsi-5 Initiator: Header filesAlex Aizman2005-08-063-147/+866
* | | | | | [libata] ATAPI pad allocation fixes/cleanupJeff Garzik2005-11-051-0/+13
* | | | | | Merge branch 'master'Jeff Garzik2005-11-05369-9866/+7024Star
|\| | | | |
| * | | | | [PATCH] nvidiafb: Geforce 7800 series support addedCalin A. Culianu2005-11-051-0/+4
| * | | | | Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infi...Linus Torvalds2005-11-051-0/+226
| |\ \ \ \ \
| | * | | | | IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier2005-11-021-0/+226
| * | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-051-6/+13
| |\ \ \ \ \ \
| | * | | | | | [IB] ucm: 32/64 compatibility fixesSean Hefty2005-11-011-6/+13
| | |/ / / / /
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-0569-3024/+1629Star
| |\ \ \ \ \ \
| | * | | | | | powerpc: Merge smp.c and smp.hPaul Mackerras2005-11-051-5/+32
| | * | | | | | Merge git://oak/home/sfr/kernels/iseries/workPaul Mackerras2005-11-045-229/+182Star
| | |\ \ \ \ \ \
| | | * | | | | | powerpc: merge tlbflush.hStephen Rothwell2005-11-043-167/+146Star
| | | * | | | | | powerpc: merge tlb.hStephen Rothwell2005-11-042-62/+36Star