Age | Commit message (Expand) | Author | Files | Lines |
2007-12-20 | ipw2200: prevent alloc of unspecified size on stack | Reinette Chatre | 1 | -1/+12 |
2007-12-20 | iwlwifi: fix possible priv->mutex deadlock during suspend | Zhu Yi | 2 | -26/+10 |
2007-12-20 | p54: add Kconfig description | Michael Wu | 1 | -0/+51 |
2007-12-20 | rtl8187: Add USB ID for Sitecom WL-168 v1 001 | Matthias Mueller | 1 | -0/+2 |
2007-12-20 | [TG3]: Endianness bugfix. | Al Viro | 1 | -2/+1 |
2007-12-20 | [TG3]: Endianness annotations. | Al Viro | 1 | -43/+54 |
2007-12-20 | pata_hpt37x: Fix HPT374 detection | Alan Cox | 1 | -1/+1 |
2007-12-20 | ps3fb: Fix ps3fb free_irq() dev_id | Geoff Levand | 1 | -2/+2 |
2007-12-20 | ps3fb: Update for firmware 2.10 | Geert Uytterhoeven | 1 | -6/+18 |
2007-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 5 | -4/+6 |
2007-12-19 | [SCSI] initio: bugfix for accessors patch | Boaz Harrosh | 1 | -0/+1 |
2007-12-19 | [SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59! | FUJITA Tomonori | 1 | -0/+1 |
2007-12-19 | [SCSI] initio: fix conflict when loading driver | Alan Cox | 1 | -0/+1 |
2007-12-19 | [SCSI] sym53c8xx: fix "irq X: nobody cared" regression | Tony Battersby | 1 | -1/+1 |
2007-12-19 | [SCSI] dpt_i2o: driver is only 32 bit so don't set 64 bit DMA mask | James Bottomley | 1 | -2/+1 |
2007-12-19 | [SCSI] sym53c8xx: fix free_irq() regression | Tony Battersby | 1 | -1/+1 |
2007-12-18 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -156/+81 |
2007-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2 | -6/+60 |
2007-12-18 | Cleanup umem driver: fix most checkpatch warnings, conform to kernel | Randy Dunlap | 1 | -156/+81 |
2007-12-18 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 22 | -91/+161 |
2007-12-18 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -165/+383 |
2007-12-18 | I/OAT: fix null device in call to dev_err() | Shannon Nelson | 1 | -1/+1 |
2007-12-18 | I/OAT: fixups from code comments | Shannon Nelson | 2 | -66/+78 |
2007-12-18 | drivers/cpufreq/cpufreq_stats.c section fix | Adrian Bunk | 1 | -1/+1 |
2007-12-18 | drivers/macintosh/via-pmu.c: Added a missing iounmap | Julia Lawall | 1 | -0/+1 |
2007-12-18 | pktcdvd: add kobject_put when kobject register fails | Dave Young | 1 | -1/+3 |
2007-12-18 | cpufreq: fix missing unlocks in cpufreq_add_dev error paths. | Dave Jones | 1 | -3/+9 |
2007-12-18 | parport: "dev->timeslice" is an unsigned long, not an int | Eric Dumazet | 1 | -1/+1 |
2007-12-18 | rtc-at32ap700x: fix irq init oops | David Brownell | 1 | -10/+10 |
2007-12-18 | libata: fix ATAPI draining | Tejun Heo | 1 | -22/+65 |
2007-12-18 | libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size | Tejun Heo | 1 | -2/+2 |
2007-12-18 | libata-acpi: implement _GTF command filtering | Tejun Heo | 1 | -44/+115 |
2007-12-18 | libata-acpi: improve _GTF execution error handling and reporting | Tejun Heo | 1 | -31/+46 |
2007-12-18 | libata-acpi: improve ACPI disabling | Tejun Heo | 1 | -21/+38 |
2007-12-18 | libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM duri... | Tejun Heo | 1 | -20/+49 |
2007-12-18 | libata-acpi: implement and use ata_acpi_init_gtm() | Tejun Heo | 1 | -35/+27 |
2007-12-18 | libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable() | Tejun Heo | 3 | -2/+38 |
2007-12-18 | libata: ata_dev_disable() should be called from EH context | Tejun Heo | 1 | -6/+2 |
2007-12-18 | libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters | Tejun Heo | 1 | -3/+4 |
2007-12-18 | sata_mv: improve warnings about Highpoint RocketRAID 23xx cards | Mark Lord | 1 | -5/+25 |
2007-12-18 | libata: add ST3160023AS / 3.42 to NCQ blacklist | Tejun Heo | 1 | -0/+1 |
2007-12-18 | libata: clear link->eh_info.serror from ata_std_postreset() | Tejun Heo | 2 | -10/+2 |
2007-12-18 | sata_sil: fix spurious IRQ handling | Tejun Heo | 1 | -12/+17 |
2007-12-18 | Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jeff Garzik | 9 | -24/+69 |
2007-12-18 | iwlwifi: fix rf_kill state inconsistent during suspend and resume | Zhu Yi | 2 | -2/+6 |
2007-12-18 | b43: Fix rfkill radio LED | Larry Finger | 3 | -16/+47 |
2007-12-18 | bcm43xx_debugfs sscanf fix | Andrew Morton | 1 | -1/+1 |
2007-12-18 | libertas: select WIRELESS_EXT | Dan Williams | 1 | -0/+1 |
2007-12-18 | iwlwifi3945/4965: fix rate control algo reference leak | Cyrill Gorcunov | 2 | -0/+2 |
2007-12-18 | wireless/ipw2200.c: add __dev{init,exit} annotations | Adrian Bunk | 1 | -3/+4 |