summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* starfire: use request_firmware()Jaswinder Singh Rajput2009-01-043-383/+48
* firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput2009-01-042-698/+98
* firmware: convert acenic driver to request_firmware()Jaswinder Singh2009-01-042-46/+75
* drivers/net/usb: use USB API functions rather than constantsJulia Lawall2008-12-292-3/+2
* EtherExpress16: fix printing timed out statusRoel Kluin2008-12-291-28/+28
* mlx4_en: Added "set_ringparam" Ethtool interface implementationYevgeny Petrilin2008-12-293-33/+61
* mlx4_en: Always allocate RX ring for each interrupt vectorYevgeny Petrilin2008-12-292-13/+4
* mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGSYevgeny Petrilin2008-12-291-1/+2
* net: KS8695: removed duplicated #includeHuang Weiyi2008-12-291-1/+0
* tun: Fix SIOCSIFHWADDR error.Kusanagi Kouichi2008-12-291-1/+1
* smsc911x: compile fix re netif_rx signature changesAlexey Dobriyan2008-12-291-2/+2
* net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2008-12-293-3/+3
* net: Fix unused variable warnings in pasemi_mac.c and spider_net.cDavid S. Miller2008-12-282-3/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-2827-231/+926
|\
| * powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill2008-12-221-1/+1
| * powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang2008-12-211-8/+15
| * powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang2008-12-211-4/+37
| * powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel2008-12-211-2/+8
| * powerpc/mpc5200: Remove obsolete code from mpc5200 MDIO driverWolfram Sang2008-12-211-4/+1
| * powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driverTim Yamin2008-12-212-66/+483
| * powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-2/+2
| * powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt2008-12-211-2/+2
| * hvc_console: Escape magic sysrq keyHendrik Brueckner2008-12-211-2/+5
| * of/gpio: Implement of_gpio_count()Anton Vorontsov2008-12-211-0/+34
| * of: of_parse_phandles_with_args() learns to differentiate 'hole' cellsAnton Vorontsov2008-12-211-6/+16
| * of: Minor simplification for the of_parse_phandles_with_args()Anton Vorontsov2008-12-211-7/+4
| * Merge branch 'linux-2.6' into nextPaul Mackerras2008-12-1826-169/+263
| |\
| * | rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-161-4/+4
| * | powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-161-3/+3
| * | Merge branch 'merge' into nextPaul Mackerras2008-12-1670-694/+841
| |\ \
| * | | hvc_console: Always schedule resize work on resizeHendrik Brueckner2008-12-031-4/+2
| * | | powerpc: Make open count variables signed in hvcs/hvsi/hvc_consoleroel kluin2008-12-033-3/+3
| * | | drivers/hvc: Add missing of_node_putNicolas Palix2008-12-032-2/+6
| * | | of/gpio: Implement of_get_gpio_flags()Anton Vorontsov2008-12-031-7/+29
| * | | powerpc/macintosh: Fix unsigned check in smu_sat_get_sdb_partition()roel kluin2008-12-031-2/+3
| * | | of/i2c: Fill the archdata for I2C devicesAnton Vorontsov2008-12-031-0/+11
| * | | powerpc/BSR: Support multiple OF-node description of BSRSonny Rao2008-12-031-29/+55
| * | | Merge branch 'merge'Paul Mackerras2008-12-03210-1941/+2377
| |\ \ \
| * \ \ \ Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-19204-1039/+8873
| |\ \ \ \
| * | | | | of: Add helpers for finding device nodes which have a given propertyMichael Ellerman2008-11-191-0/+35
| * | | | | powerpc: udbg-based backend for hvc_consoleDavid Gibson2008-11-193-0/+103
| * | | | | serial/pmac_zilog: Add console polling supportChris J Arges2008-11-191-0/+27
| * | | | | powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGeert Uytterhoeven2008-11-193-34/+7
| * | | | | Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-12119-1092/+2144
| |\ \ \ \ \
| * | | | | | powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt2008-11-061-39/+30
* | | | | | | net: ehea NAPI interface cleanup fixStephen Rothwell2008-12-282-2/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-nvramLinus Torvalds2008-12-281-141/+123
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] nvram - convert PRINT_PROC to seq_fileWim Van Sebroeck2008-11-111-78/+82
| * | | | | | | [PATCH] nvram - CodingStyleWim Van Sebroeck2008-11-111-74/+52
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2008-12-288-96/+21
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud