summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* video: includecheck fix: da8xx-fb.cJaswinder Singh Rajput2009-10-081-1/+0
* video: includecheck fix: msm, mddi.cJaswinder Singh Rajput2009-10-081-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-10-052-16/+1
|\
| * Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller2009-10-041-9/+0
| * ide: use printk_onceMarcin Slusarz2009-09-221-7/+1
* | iSCSI/iBFT: use proper address translationJan Beulich2009-10-052-3/+3
* | headers: remove sched.h from poll.hAlexey Dobriyan2009-10-0421-0/+21
* | Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Linus Torvalds2009-10-043-0/+528
|\ \
| * | acpi_pad: build only on X86Len Brown2009-09-271-0/+1
| * | ACPI: create Processor Aggregator Device driverShaohua Li2009-07-313-0/+527
* | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2009-10-041-4/+13
|\ \ \
| * | | SFI: remove __init from sfi_verify_tableArjan van de Ven2009-10-031-1/+1
| * | | SFI: fix section mismatch warnings in sfi_core.cRakib Mullick2009-10-031-3/+12
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-10-046-103/+112
|\ \ \ \
| * \ \ \ Merge branch 'misc' into releaseLen Brown2009-10-033-15/+10
| |\ \ \ \
| | * | | | ACPI: dock: fix "sibiling" typoAlex Chiang2009-10-031-8/+8
| | * | | | ACPI: kill overly verbose "throttling states" log messagesRoland Dreier2009-10-031-7/+0
| | * | | | ACPI: Fix bound checks for copy_from_user in the acpi /proc codeArjan van de Ven2009-10-031-0/+2
| | |/ / /
| * | | | Merge branch 'bugzilla-14081' into releaseLen Brown2009-10-031-6/+46
| |\ \ \ \
| | * | | | ACPI: EC: Don't parse DSDT for EC early init on CompalAlexey Starikovskiy2009-10-031-0/+15
| | * | | | ACPI: EC: Rewrite DMI checksAlexey Starikovskiy2009-10-031-6/+31
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into releaseLen Brown2009-10-02128-12155/+11324
| |\ \ \ \ \
| | | * | | | ACPI: fix bus scanning memory leaksBjorn Helgaas2009-10-021-5/+2
| | | |/ / /
| | * | | | ACPI: EC: Restart command even if no interrupts from ECAlexey Starikovskiy2009-10-021-3/+1
| | |/ / /
| * | | | sony-laptop: Don't unregister the SPIC driver if it wasn't registeredAlan Jenkins2009-09-271-2/+5
| * | | | sony-laptop: remove _INI call at init timeMattia Dongili2009-09-271-9/+0
| * | | | sony-laptop: SPIC unset IRQF_SHARED, set IRQF_DISABLEDMattia Dongili2009-09-271-1/+1
| * | | | sony-laptop: remove device_ctrl and the SPIC mini driversMattia Dongili2009-09-271-62/+47
* | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-0419-245/+48
|\ \ \ \ \
| * | | | | macintosh: Don't assume i2c device probing always succeedsJean Delvare2009-10-045-5/+15
| * | | | | i2c: Hide probe errors caused by ACPI resource conflictsJean Delvare2009-10-047-8/+12
| * | | | | mfd: AB3100 drop unused module parametersJean Delvare2009-10-041-3/+1
| * | | | | Staging: IIO: tsl2561: Drop unused module parametersJean Delvare2009-10-041-4/+0
| * | | | | leds: leds-pca9532 - Drop unused module parametersJean Delvare2009-10-041-3/+0
| * | | | | ltc4215/ltc4245: Discard obsolete detect methodsJean Delvare2009-10-042-168/+10
| * | | | | ds2482: Discard obsolete detect methodJean Delvare2009-10-041-30/+5
| * | | | | max6875: Discard obsolete detect methodJean Delvare2009-10-041-24/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-047-354/+667
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-041-10/+6
| * | | | | block: use normal I/O path for discard requestsChristoph Hellwig2009-10-012-15/+6
| * | | | | cciss: fix build when !PROC_FSAlexander Beregalov2009-10-011-4/+5
| * | | | | cciss: cciss_host_attr_groups should be constJens Axboe2009-10-011-1/+1
| * | | | | cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2009-10-012-130/+168
| * | | | | cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+20
| * | | | | cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+24
| * | | | | cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron2009-10-011-3/+2
| * | | | | cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+26
| * | | | | cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron2009-10-011-1/+1
| * | | | | cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2009-10-012-25/+25
| * | | | | cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron2009-10-011-5/+0
OpenPOWER on IntegriCloud