summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6cOndrej Zary2010-03-191-0/+9
* USB: serial: use port endpoint size to determine if ep is availableJohan Hovold2010-03-191-11/+19
* USB: serial: fix softint not being called on errorsJohan Hovold2010-03-191-10/+5
* USB: serial: fix error message on close in generic driverJohan Hovold2010-03-191-1/+3
* USB: fix usbfs regressionAlan Stern2010-03-191-3/+14
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-03-1531-1434/+1502
|\
| *-------------------. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-158142-230985/+499504
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * ACPICA: fix acpi_ex_release_mutex() commentBartlomiej Zolnierkiewicz2010-02-161-2/+1
| | | | | | | | | | | | * ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttlin...Bartlomiej Zolnierkiewicz2010-02-161-3/+0
| | | | | | | | | | | | * ACPI: delete unused acpi_evaluate_string()Len Brown2010-02-161-45/+0
| | | | | | | | | | | * | ACPI video: Be more liberal in validating _BQC behaviourMatthew Garrett2010-03-141-11/+17
| | | | | | | | | | * | | ACPI thermal: Check for thermal zone requirementThomas Renninger2010-02-191-1/+17
| | | | | | | | | | |/ /
| | | | | | | | | * | | ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger2010-02-231-8/+10
| | | | | | | | * | | | sony-laptop - switch from workqueue to a timerDmitry Torokhov2009-12-241-10/+10
| | | | | | | | * | | | sony-laptop - simplify keymap initializationDmitry Torokhov2009-12-241-12/+8
| | | | | | | | * | | | sony-laptop - remove private workqueue, use keventd insteadDmitry Torokhov2009-12-241-32/+39
| | | | | | | * | | | | ACPI: processor: push file static MADT pointer into internal map_madt_entry()Alex Chiang2010-03-151-9/+9
| | | | | | | * | | | | ACPI: processor: refactor internal map_lsapic_id()Alex Chiang2010-03-151-15/+5
| | | | | | | * | | | | ACPI: processor: refactor internal map_x2apic_id()Alex Chiang2010-03-151-9/+3
| | | | | | | * | | | | ACPI: processor: refactor internal map_lapic_id()Alex Chiang2010-03-151-6/+9
| | | | | | | * | | | | ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2010-03-154-10/+6
| | | | | | | * | | | | ACPI: processor: remove early _PDC optin quirksAlex Chiang2010-03-152-41/+0
| | | | | | | * | | | | ACPI: processor: add internal processor_physically_present()Alex Chiang2010-03-151-0/+42
| | | | | | | * | | | | ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang2010-03-152-159/+160
| | | | | | | * | | | | ACPI: processor: export acpi_get_cpuid()Alex Chiang2010-03-152-6/+12
| | | | | | | * | | | | ACPI: processor: mv processor_pdc.c processor_core.cAlex Chiang2010-03-153-3/+3
| | | | | | | * | | | | ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang2010-03-152-2/+2
| | | | | | * | | | | | PNPACPI: add bus number supportBjorn Helgaas2010-03-155-2/+47
| | | | | | * | | | | | PNPACPI: add window supportBjorn Helgaas2010-03-152-17/+24
| | | | | | * | | | | | resource: add window supportBjorn Helgaas2010-03-152-1/+4
| | | | | | * | | | | | resource: add bus number supportBjorn Helgaas2010-03-152-0/+10
| | | | | | * | | | | | resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas2010-03-151-8/+8
| | | | | * | | | | | | ACPI: plan to delete "acpi=ht" boot optionLen Brown2010-03-152-1/+10
| | | | | * | | | | | | ACPI: remove "acpi=ht" DMI blacklistLen Brown2010-03-151-93/+0
| | | | | | |/ / / / / | | | | | |/| | | | |
| | | | * | | | | | | ACPI: Disable explicit power state retrieval on fansZhang Rui2009-12-291-5/+5
| | | * | | | | | | | ACPI / EC / PM: Close race between EC and resume from hibernationRafael J. Wysocki2010-03-083-6/+48
| | * | | | | | | | | acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li2010-03-141-0/+19
| | |/ / / / / / / /
| * | | | | | | | | ACPI: Battery: Add support for _BIX extended info methodAlexey Starikovskiy2010-01-151-10/+58
| * | | | | | | | | ACPI: SBS: Export cycle_countAlexey Starikovskiy2010-01-151-0/+5
| * | | | | | | | | POWER: Add support for cycle_countAlexey Starikovskiy2010-01-152-0/+2
| * | | | | | | | | ACPI: Battery: Add bit flagsAlexey Starikovskiy2010-01-151-12/+14
* | | | | | | | | | init dynamic bin_attribute structuresWolfram Sang2010-03-153-0/+3
* | | | | | | | | | tomoyo: fix potential use after freeDan Carpenter2010-03-141-0/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-141-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=yIngo Molnar2010-03-141-2/+2
* | | | | | | | | | Add include to i2c-xii.c to fix build errorRandy Dunlap2010-03-141-0/+1
* | | | | | | | | | Add the platform data include for the Xilinx XPS IIC Bus InterfaceRichard Röjfors2010-03-141-0/+43
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-03-1433-283/+549
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset tableChristoph Fritz2010-03-141-0/+7
| * | | | | | | | | | Input: ALPS - fix stuck buttons on some touchpadsMartin Buck2010-03-141-30/+17