summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-03-2213-125/+191
|\
| * Pull c2 into release branchLen Brown2007-03-201-9/+29
| |\
| | * ACPI: Only use IPI on known broken machines (AMD, Dothan/BaniasPentium M)Thomas Renninger2007-03-171-9/+29
| * | Pull bugzilla-7465 into release branchLen Brown2007-03-201-5/+52
| |\ \
| | * | ACPI: parse 2nd MADT by defaultLen Brown2007-03-151-1/+1
| | * | ACPI: Add support to parse 2nd MADTLen Brown2007-03-111-5/+52
| * | | Pull bugzilla-8171 into release branchLen Brown2007-03-209-108/+89
| |\ \ \
| | * | | ACPICA: revert "acpi_serialize" changesLen Brown2007-03-159-108/+89
| * | | | Pull misc-for-upstream into release branchLen Brown2007-03-202-3/+21
| |\ \ \ \
| | * | | | ACPI: ibm-acpi: allow module to load when acpi notifiers can't be set (v2)Henrique de Moraes Holschuh2007-03-161-3/+16
| | * | | | ACPI: resolve HP nx6125 S3 immediate wakeup regressionAlexey Starikovskiy2007-03-121-0/+5
| | | |/ / | | |/| |
* | | | | [PATCH] drivers/video/s3fb.c: fix a use-before-checkAdrian Bunk2007-03-221-1/+2
* | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-03-223-1/+31
|\ \ \ \ \
| * | | | | i2c/ds1374: Check workqueue creation statusCyrill V. Gorcunov2007-03-221-0/+4
| * | | | | i2c-i801: Restore the device state before leavingJean Delvare2007-03-221-0/+25
| * | | | | i2c-amd8111: Missed cleanupJean Delvare2007-03-221-1/+2
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-221-0/+2
|\ \ \ \ \
| * | | | | [IrDA]: Delay needed when uploading firmware chunksNigel Williams2007-03-201-0/+2
| |/ / / /
* | | | | IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2007-03-222-3/+3
* | | | | IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin2007-03-221-2/+2
* | | | | IB/ehca: Make scaling code work without CPU hotplugJoachim Fenkes2007-03-221-0/+8
* | | | | RDMA/cxgb3: Handle build_phys_page_list() failure in iwch_reregister_phys_mem()Steve Wise2007-03-221-1/+4
* | | | | IB/ipath: Check return value of lookup_one_lenBryan O'Sullivan2007-03-221-1/+15
* | | | | IPoIB: Fix race in detaching from mcast group before attachingSean Hefty2007-03-221-3/+3
* | | | | IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin2007-03-221-1/+1
|/ / / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-03-198-14/+43
|\ \ \ \
| * | | | USB: new Novatel device ids for option driverGreg Kroah-Hartman2007-03-192-7/+13
| * | | | USB: berry_charge: correct dbg string for second magic commandKen L Johnson2007-03-191-1/+1
| * | | | usblp: quirk flag and device entry for Seiko Epson M129C printerAlan Stern2007-03-191-1/+5
| * | | | airprime: USB ID for Novatel EV620 mini PCI-E cardMark Glines2007-03-191-2/+3
| * | | | USB: necessary update for mos7720 driverOliver Neukum2007-03-191-0/+1
| * | | | USB: RAZR v3i unusual_devsPete Zaitcev2007-03-191-0/+10
| * | | | USB: two more device ids for dm9601 usbnet driverJon Dowland2007-03-191-0/+8
| * | | | USB: fix usb-serial regressionJim Radford2007-03-191-6/+5
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-196-9/+11
|\ \ \ \ \
| * | | | | pata_ixp4xx_cf: fix interruptAlessandro Zummo2007-03-191-1/+1
| * | | | | pata_ixp4xx_cf: fix oops on detachTejun Heo2007-03-191-1/+0
| * | | | | libata: kernel-doc fixRandy Dunlap2007-03-191-1/+1
| * | | | | sata_inic162x: kill double region requestsTejun Heo2007-03-191-4/+0
| * | | | | drivers/ata/Kconfig: PATA_SCC depends on wrong platformAkira Iguchi2007-03-191-1/+1
| * | | | | sata_sil24: Add Adaptec 1220SA PCI IDJamie Clark2007-03-191-0/+1
| * | | | | libata: don't whine if ->prereset() returns -ENOENTTejun Heo2007-03-191-1/+7
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-03-194-21/+48
|\ \ \ \ \
| * | | | | [S390] zcrypt: fix possible race when unloading zcrypt driver modulesRalph Wuerthner2007-03-191-6/+6
| * | | | | [S390] zcrypt: fix possible dead lock in AP bus moduleRalph Wuerthner2007-03-192-7/+24
| * | | | | [S390] cio: qdio slsb setupUrsula Braun2007-03-191-8/+18
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-03-181-5/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | serial: Fix sh-sci break interrupt/sysrq handling.Paul Mundt2007-03-141-5/+6
| |/ / /
* | | | [PATCH] tty: Fix two reported pid leaksEric W. Biederman2007-03-181-0/+5
* | | | [PATCH] machzwd warning fixAndrew Morton2007-03-181-12/+12
OpenPOWER on IntegriCloud