aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-1535-1471/+1062
|\
| * Merge branch 'linus' into releaseLen Brown2010-08-153584-144539/+305713
| |\
| * | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-157-26/+11
| * | ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2010-08-152-33/+54
| * | ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui2010-08-152-50/+82
| * | ACPI processor: remove deprecated ACPI procfs I/FZhang Rui2010-08-155-272/+0
| * | ACPI power_resource: remove unused procfs I/FZhang Rui2010-08-151-127/+1
| * | ACPI: remove deprecated ACPI procfs I/FZhang Rui2010-08-157-484/+1
| * | ACPI: introduce drivers/acpi/sysfs.cZhang Rui2010-08-156-571/+688
| * | Merge branch 'acpica-gpe' into releaseLen Brown2010-08-1550-919/+513
| |\ \
| | * | ACPI / ACPICA: Fix reference counting problems with GPE handlersRafael J. Wysocki2010-08-075-78/+139
| * | | Merge branch 'bugzilla-16422' into releaseLen Brown2010-08-141-1/+2
| |\ \ \
| | * | | ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI deviceZhao Yakui2010-07-261-1/+2
| * | | | Merge branch 'procfs-cleanup' into releaseLen Brown2010-08-146-76/+102
| |\ \ \ \
| | * | | | ACPI: introduce module parameter acpi.aml_debug_outputZhang Rui2010-08-142-1/+9
| | * | | | ACPI: introduce drivers/acpi/debugfs.cZhang Rui2010-08-145-75/+93
| * | | | | Merge branch 'apei' into releaseLen Brown2010-08-146-89/+380
| |\ \ \ \ \
| | * | | | | ACPI, APEI, ERST debug supportHuang Ying2010-08-143-0/+217
| | * | | | | ACPI, APEI, Manage GHES as platform devicesHuang Ying2010-08-082-71/+145
| | * | | | | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-16/+16
| | * | | | | ACPI, APEI, Fix a typo of error path of apei_resources_requestHuang Ying2010-08-081-2/+2
| | |/ / / /
| * | | | | Merge branch 'nvs' into releaseLen Brown2010-08-143-80/+33
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI / Sleep: Drop acpi_suspend_finish()Rafael J. Wysocki2010-07-061-7/+2
| | * | | | ACPI / Sleep: Consolidate suspend and hibernation routinesRafael J. Wysocki2010-07-061-26/+16
| | * | | | ACPI / Wakeup: Simplify enabling of wakeup devicesRafael J. Wysocki2010-07-063-44/+14
| | * | | | ACPI / Sleep: Rework enabling wakeup devicesRafael J. Wysocki2010-07-061-4/+2
| | * | | | ACPI / Sleep: Free NVS copy if suspending of devices failsRafael J. Wysocki2010-07-061-1/+1
* | | | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-08-152-1/+21
|\ \ \ \ \ \
| * | | | | | intel-iommu: Fix 32-bit build warning with __cmpxchg()David Woodhouse2010-08-101-1/+1
| * | | | | | intr-remap: allow disabling source id checkingChris Wright2010-08-101-0/+20
| |/ / / / /
* | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-155-331/+205
|\ \ \ \ \ \
| * | | | | | mtd/nand_ids: Fix buswidthBrian Norris2010-08-131-1/+1
| * | | | | | mtd/m25p80: fix test for end of loopDan Carpenter2010-08-121-1/+1
| * | | | | | mtd/m25p80: retlen is never NULLDan Carpenter2010-08-121-8/+4
| * | | | | | gen_nand: Test if nr_chips field is validMarek Vasut2010-08-121-0/+5
| * | | | | | nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong2010-08-121-5/+6
| * | | | | | nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong2010-08-121-0/+14
| * | | | | | nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong2010-08-121-2/+2
| * | | | | | nand/denali: change read_status function methodChuanxiao Dong2010-08-121-7/+5
| * | | | | | nand/denali: Fixed check patch warningsChuanxiao Dong2010-08-121-12/+13
| * | | | | | mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap2010-08-111-19/+20
| * | | | | | nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2010-08-112-184/+42
| * | | | | | nand/denali: Fixed handle ECC error bugsChuanxiao Dong2010-08-111-16/+29
| * | | | | | nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong2010-08-111-76/+62
| * | | | | | nand/denali: Fixed probe function bugsChuanxiao Dong2010-08-111-21/+23
* | | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-152-56/+8
|\ \ \ \ \ \ \
| * | | | | | | intel_idle: recognize Lincroft Atom ProcessorArjan van de Ven2010-08-141-0/+1
| * | | | | | | intel_idle: no longer EXPERIMENTALLen Brown2010-08-141-1/+0
| * | | | | | | intel_idle: disable module supportLen Brown2010-08-141-1/+1
| * | | | | | | intel_idle: add support for Westmere-EXLen Brown2010-07-261-0/+1