summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* target: Add emulation for MODE SELECTRoland Dreier2012-11-061-0/+53
* target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier2012-11-061-0/+14
* target: Refactor MODE SENSE emulationRoland Dreier2012-11-061-59/+176
* iscsi-target: Use list_first_entry() where appropriateRoland Dreier2012-11-062-6/+5
* target: remove ->get_device_revChristoph Hellwig2012-11-067-25/+1
* target: simplify alua supportChristoph Hellwig2012-11-066-153/+65
* target: simplify reservations codeChristoph Hellwig2012-11-066-269/+127
* target: kill dev->dev_task_attr_typeChristoph Hellwig2012-11-063-72/+69
* pscsi: fix REPORT LUNS handlingChristoph Hellwig2012-11-061-1/+2
* target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu2012-11-062-2/+2
* target: provide generic sbc device type/revision helpersChristoph Hellwig2012-11-064-44/+18
* target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig2012-11-062-10/+4
* target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig2012-11-063-65/+64
* target: rename spc_opsChristoph Hellwig2012-11-064-7/+7
* target: kill struct se_subsystem_devChristoph Hellwig2012-11-0624-1818/+1011
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2012-11-033-6/+9
|\
| * exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.Jonghwan Choi2012-11-031-1/+1
| * ACPI video: Ignore errors after _DOD evaluation.Igor Murzov2012-11-031-4/+7
| * thermal: solve compilation errors in rcar_thermalDevendra Naga2012-11-031-1/+1
* | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-11-033-175/+22
|\ \
| * | i2c: tegra: set irq name as device nameLaxman Dewangan2012-11-021-1/+1
| * | i2c-nomadik: Fixup clock handlingPhilippe Begnic2012-11-021-2/+7
| * | i2c: mxs: remove broken PIOQUEUE supportWolfram Sang2012-11-021-172/+14
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-0318-92/+274
|\ \ \
| * | | drm/udl: fix stride issues scanning out stride != width*bppDave Airlie2012-11-023-8/+11
| * | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2012-11-024-18/+20
| |\ \ \
| | * | | drm: exynos: removed warning due to missing typecast for mixer driver dataRahul Sharma2012-10-311-1/+1
| | * | | drm/exynos: add support for ARCH_MULTIPLATFORMRob Clark2012-10-311-1/+1
| | * | | drm/exynos: fix display on issueInki Dae2012-10-312-16/+18
| * | | | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-11-025-40/+184
| |\ \ \ \
| | * | | | drm/radeon: add load detection support for ext DAC on R200 (v2)Alex Deucher2012-11-011-0/+97
| | * | | | DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms().Egbert Eich2012-11-012-4/+18
| | * | | | DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips.Egbert Eich2012-11-011-24/+38
| | * | | | DRM/Radeon: Clean up code in TV DAC load detection.Egbert Eich2012-11-011-8/+10
| | * | | | drm/radeon: fix ATPX function documentationIgor Murzov2012-11-011-2/+2
| | * | | | drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolonPeter Senna Tschudin2012-11-011-1/+1
| | * | | | DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.Egbert Eich2012-11-011-7/+21
| | * | | | DRM/Radeon: Fix primary DAC Load Detection for RV100 chips.Egbert Eich2012-11-011-0/+2
| | * | | | DRM/Radeon: Fix Load Detection on legacy primary DAC.Egbert Eich2012-11-011-0/+1
| | |/ / /
| * | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-11-026-26/+59
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/i915: Only kick out vesafb if we takeover the fbcon with KMSChris Wilson2012-10-261-1/+2
| | * | | drm/i915: be less verbose about inability to provide vendor backlightJani Nikula2012-10-261-1/+1
| | * | | drm/i915: clear the entire sdvo infoframe bufferDaniel Vetter2012-10-242-20/+44
| | * | | drm/i915: VGA needs to be on pipe A on i830MDaniel Vetter2012-10-231-1/+1
| | * | | drm/i915: fix overlay on i830MDaniel Vetter2012-10-231-3/+11
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-0211-83/+186
|\ \ \ \ \
| * | | | | vmxnet3: must split too big fragmentsEric Dumazet2012-11-021-20/+45
| * | | | | cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-021-10/+0
| * | | | | drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-021-0/+1
| * | | | | drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-021-0/+1