summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-037-6/+24
|\
| * Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-021-1/+3
| * Input: mma8450 - add device tree probe supportShawn Guo2011-07-311-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-034-19/+38
|\ \
| * | cpuidle: stop depending on pm_idleLen Brown2011-08-031-20/+18
| * | cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown2011-08-031-0/+4
| * | cpuidle: create bootparam "cpuidle.off=1"Len Brown2011-08-034-0/+17
* | | Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-039-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/+0
| | * | | 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-133-0/+38
| | * | | ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying2011-07-131-2/+14
| | * | | ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2011-07-132-8/+17
| | * | | ACPI, APEI, GHES, Prevent GHES to be built as moduleHuang Ying2011-07-131-1/+1
| | * | | ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2011-07-132-8/+8
| | * | | ACPI, APEI, Add apei_exec_run_optionalHuang Ying2011-07-132-5/+17
| | * | | ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying2011-07-131-11/+14
| | * | | ACPI, APEI, ERST, Fix erst-dbg long record reading issueChen Gong2011-07-131-1/+1
| | * | | ACPI, APEI, ERST, Prevent erst_dbg from loading if ERST is disabledHuang Ying2011-07-131-0/+4
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-08-038-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-032-1/+133
|\ \ \ \ \ \
| * | | | | | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-032-1/+133
* | | | | | | drivers/video/backlight/aat2870_bl.c: make it buildable as a moduleAndrew Morton2011-08-031-1/+1
* | | | | | | drivers/video/backlight/aat2870_bl.c: fix setting max_currentAxel Lin2011-08-031-2/+2
* | | | | | | drivers/video/backlight/aat2870_bl.c: fix error checking for backlight_device...Axel Lin2011-08-031-2/+2
* | | | | | | tpm_tis: fix build when ACPI is not enabledRandy Dunlap2011-08-031-1/+6
* | | | | | | ramoops: update module parametersSergiu Iordache2011-08-031-0/+8
* | | | | | | rtc-omap: fix initialization of control registerDaniel Glöckner2011-08-031-1/+1
* | | | | | | Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2011-08-021-3/+3
|\ \ \ \ \ \ \
| * | | | | | | efivars: fix warnings when CONFIG_PSTORE=nTony Luck2011-08-021-3/+3
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-0223-97/+343
|\ \ \ \ \ \ \ \