summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | [BNX2]: Use CPU native page sizeMichael Chan2006-06-172-2/+8
| * | [BNX2]: Use compressed firmwareMichael Chan2006-06-171-3392/+1864
| * | [BNX2]: Add firmware decompressionMichael Chan2006-06-173-12/+152
| * | [BNX2]: Allow WoL settings on new 5708 chipsMichael Chan2006-06-171-1/+3
| * | [BNX2]: Add an rx drop counterMichael Chan2006-06-172-3/+14
| * | [BNX2]: Endian fixes.Alexey Dobriyan2006-06-171-2/+2
| * | [IRDA]: irda-usb.c: STIR421x cleanupsNick Fedchik2006-06-172-192/+145
| * | [NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu2006-06-171-2/+0
| * | [NET]: Clean up skb_linearizeHerbert Xu2006-06-173-6/+9
| * | [NET]: Add netif_tx_lockHerbert Xu2006-06-1712-38/+41
| * | [CONNECTOR]: Fix warning in cn_queue.cAndreas Schwab2006-06-171-1/+1
| * | [TG3]: update version and reldateMichael Chan2006-06-171-2/+2
| * | [TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan2006-06-172-9/+49
| * | [TG3]: Add 5786 PCI IDMichael Chan2006-06-171-0/+2
| * | [IRDA]: ali-ircc: using device model power managementSamuel Ortiz2006-06-171-55/+51
| * | [IRDA]: stir4200, switching to the kthread APIChristoph Hellwig2006-06-171-24/+14
| * | [IRDA]: Initial support for MCS7780 based donglesSamuel Ortiz2006-06-174-0/+1192
| * | [I/OAT]: Do not use for_each_cpu().Andrew Morton2006-06-171-3/+3
| * | [I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2006-06-172-1/+303
| * | [I/OAT]: Setup the networking subsystem as a DMA clientChris Leech2006-06-171-0/+12
| * | [I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.hDavid S. Miller2006-06-171-2/+1
| * | [I/OAT]: ioatdma.c needs linux/dma-mapping.hDavid S. Miller2006-06-171-0/+1
| * | [I/OAT]: Driver for the Intel(R) I/OAT DMA engineChris Leech2006-06-177-0/+1271
| * | [I/OAT]: DMA memcpy subsystemChris Leech2006-06-175-0/+425
| |/
* | Merge branch 'i915fb' of git://git.kernel.org/pub/scm/linux/kernel/git/airlie...Linus Torvalds2006-06-195-210/+412
|\ \
| * | intelfb: fixup clock calculation debugging.Dave Airlie2006-06-181-72/+32
| * | Removed hard coded EDID buffer size.Dennis Munsie2006-06-071-2/+2
| * | intelfb: use regular modedb table instead of VESADennis Munsie2006-05-291-4/+2
| * | intelfb: use firmware EDID for mode databaseAntonino A. Daplas2006-05-291-3/+33
| * | Revert "intelfb driver -- use the regular modedb table instead of the VESA"Dave Airlie2006-05-291-2/+4
| * | intelfb: int option fixEric Hustvedt2006-05-291-1/+1
| * | sync modesetting code with X.orgDave Airlie2006-05-271-4/+5
| * | intelfb: align with changes from my X driver.Dave Airlie2006-05-271-39/+34
| * | intelfb driver -- use the regular modedb table instead of the VESADennis Munsie2006-05-271-4/+2
| * | Adds support for 256MB aperture on 945 chipsets to the intelfb driverEric Hustvedt2006-05-271-13/+33
| * | intelfb -- uses stride alignment of 64 on the 9xx chipsets.Dennis Munsie2006-05-273-3/+10
| * | intelfb: some cleanups for intelfbhwDave Airlie2006-04-031-37/+34
| * | intelfb: fixup pitch calculation like X doesDave Airlie2006-04-032-1/+18
| * | intelfb: fixup p calculationDave Airlie2006-04-034-84/+137
| * | This patch makes a needlessly global struct static.Dave Airlie2006-04-031-1/+1
| * | intelfb: add i945GM supportDave Airlie2006-04-033-6/+16
| * | intelfb: fixup whitespace..Dave Airlie2006-04-032-41/+35
| * | intelfb: add hw cursor support for i9xxDave Airlie2006-04-033-7/+17
| * | intelfb: make i915 modesetDave Airlie2006-04-031-40/+96
| * | intelfb: add support for i945GDave Airlie2006-04-033-7/+17
| * | intelfb: enable on x86_64Dave Airlie2006-04-031-1/+1
| * | intelfb: add p divisor increments for i9xx.Dave Airlie2006-04-031-6/+7
| * | intelfb: change splitm to be brute forceDave Airlie2006-04-031-11/+13
| * | intelfb: add pll index to the intelfb structureDave Airlie2006-04-034-66/+98
| * | intelfb: prepare for i9xx support.Dave Airlie2006-04-032-54/+63