summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-2.6.33Jens Axboe2009-10-05561-15164/+18935
|\
| * Linux 2.6.32-rc3v2.6.32-rc3Linus Torvalds2009-10-041-1/+1
| * headers: remove sched.h from poll.hAlexey Dobriyan2009-10-0426-1/+27
| * Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...Linus Torvalds2009-10-044-0/+535
| |\
| | * acpi_pad: build only on X86Len Brown2009-09-271-0/+1
| | * ACPI: create Processor Aggregator Device driverShaohua Li2009-07-314-0/+535
| * | 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-02348-13884/+14603
| | |\ \ \ \
| | | | * | | 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-0425-257/+64
| |\ \ \ \
| | * | | | 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
| | * | | | i2c: Minor documentation updateJean Delvare2009-10-041-1/+1
| | * | | | 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-044-174/+18
| | * | | | ds2482: Discard obsolete detect methodJean Delvare2009-10-042-33/+8
| | * | | | max6875: Discard obsolete detect methodJean Delvare2009-10-042-26/+9
| | * | | | i2c: Move misc devices documentationJean Delvare2009-10-042-0/+0
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-0426-480/+999
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-046-42/+19
| | * | | | cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe2009-10-041-9/+2
| | * | | | block: Topology ioctlsMartin K. Petersen2009-10-034-7/+62
| | * | | | cfq-iosched: use assigned slice sync value, not defaultJens Axboe2009-10-031-3/+4
| | * | | | cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe2009-10-031-7/+7
| | * | | | cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-033-20/+48
| | * | | | cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal2009-10-031-2/+16
| | * | | | cfq-iosched: add a knob for desktop interactivenessJens Axboe2009-10-021-1/+6
| | * | | | Add a tracepoint for block request remappingJun'ichi Nomura2009-10-014-1/+69
| | * | | | block: allow large discard requestsChristoph Hellwig2009-10-014-5/+24
| | * | | | block: use normal I/O path for discard requestsChristoph Hellwig2009-10-016-43/+39
| * | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-10-037-13/+34
| |\ \ \ \ \
| | * | | | | m32r: Fix IPI function calls for SMPToshihiro HANAWA2009-10-041-2/+2
| | * | | | | m32r: Fix set_memory() for DISCONTIGMEMHirokazu Takata2009-10-041-1/+4
OpenPOWER on IntegriCloud