summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-043-142/+5Star
|\
| * Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2011-08-042-133/+1Star
| * dt: remove of_alias_get_id() referenceGrant Likely2011-08-041-9/+4Star
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-08-047-24/+42
|\ \
| * | [S390] qdio: Use kstrtoul_from_userPeter Huewe2011-08-031-9/+3Star
| * | [S390] sclp_async: Use kstrtoul_from_userPeter Huewe2011-08-031-6/+3Star
| * | [S390] dasd: check if raw track access is supportedStefan Haberland2011-08-031-0/+9
| * | [S390] dasd: use vmalloc for statistics input bufferStefan Weinhuber2011-08-032-6/+7
| * | [S390] qdio: 2nd stage retry on SIGA-W busy conditionsJan Glauber2011-08-032-3/+20
* | | eisa/pci_eisa.c: fix BUG introduced by 005bdad7b80Arnaud Lacombe2011-08-041-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-047-6/+24
|\ \ \
| * | | Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-031-1/+3
| * | | Input: mma8450 - add device tree probe supportShawn Guo2011-08-011-0/+8
| * | | Input: gpio_keys - return proper error code if memory allocation failsTobias Klauser2011-07-301-1/+1
| * | | Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin2011-07-301-2/+7
| * | | Input: tegra-kbc - fix computation of polling timeRakesh Iyer2011-07-301-2/+3
| * | | Input: kxtj9 - explicitly include module.hStephen Rothwell2011-07-301-0/+1
| * | | Input: psmouse - hgpk.c needs module.hRandy Dunlap2011-07-301-0/+1
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-044-19/+38
|\ \ \ \
| * | | | cpuidle: stop depending on pm_idleLen Brown2011-08-041-20/+18Star
| * | | | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-041-0/+4
| * | | | cpuidle: create bootparam "cpuidle.off=1"Len Brown2011-08-044-0/+17
* | | | | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-049-68/+516
|\ \ \ \ \
| * \ \ \ \ Merge branch 'apei' into apei-releaseLen Brown2011-08-039-68/+516
| |\ \ \ \ \
| | * | | | | ACPI, APEI, EINJ Param support is disabled by defaultHuang Ying2011-08-031-15/+24
| | * | | | | APEI GHES: 32-bit buildfixLen Brown2011-08-031-2/+3
| | * | | | | ACPI: APEI build fixLen Brown2011-08-031-2/+0Star
| | * | | | | ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying2011-08-032-7/+24
| | * | | | | ACPI, APEI, GHES, Error records content based throttleHuang Ying2011-08-031-7/+177
| | * | | | | ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying2011-08-032-18/+193
| | * | | | | ACPI, APEI, Add WHEA _OSC supportHuang Ying2011-07-143-0/+38
| | * | | | | ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying2011-07-141-2/+14
| | * | | | | ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2011-07-142-8/+17
| | * | | | | ACPI, APEI, GHES, Prevent GHES to be built as moduleHuang Ying2011-07-141-1/+1
| | * | | | | ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2011-07-142-8/+8
| | * | | | | ACPI, APEI, Add apei_exec_run_optionalHuang Ying2011-07-142-5/+17
| | * | | | | ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying2011-07-141-11/+14
| | * | | | | ACPI, APEI, ERST, Fix erst-dbg long record reading issueChen Gong2011-07-141-1/+1
| | * | | | | ACPI, APEI, ERST, Prevent erst_dbg from loading if ERST is disabledHuang Ying2011-07-141-0/+4
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-08-048-59/+121
|\ \ \ \ \ \ \
| * | | | | | | tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil2011-08-033-49/+78
| * | | | | | | target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger2011-07-301-2/+29
| * | | | | | | target: iscsi_target depends on NETRandy Dunlap2011-07-281-0/+1
| * | | | | | | target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger2011-07-281-1/+1
| * | | | | | | iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger2011-07-271-1/+6
| * | | | | | | iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger2011-07-271-1/+1
| * | | | | | | iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger2011-07-271-3/+3
| * | | | | | | iscsi-target: strlen() doesn't count the terminatorDan Carpenter2011-07-271-1/+1
| * | | | | | | iscsi-target: Fix NULL dereference on allocation failureDan Carpenter2011-07-271-1/+1
* | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-042-1/+133
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |