aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-17thermal: convert mtk_thermal to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-10/+2
2016-05-17thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-3/+2
2016-05-17input: convert sun4i-ts to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-8/+1
2016-05-17hwmon: convert scpi-hwmon to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-39/+9
2016-05-17hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-6/+2
2016-05-17hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-8/+4
2016-05-17hwmon: convert lm75 to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-7/+3
2016-05-17thermal: of: fix cleanup when building a thermal zoneGravatar Ulises Brindis 1-1/+1
2016-04-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 2-3/+3
2016-04-29Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-1/+40
2016-04-29Merge tag 'edac_fix_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2016-04-29Merge tag 'pm+acpi-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+7
2016-04-29Merge tag 'mmc-v4.6-rc4' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 3-0/+87
2016-04-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 12-48/+277
2016-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 20-100/+144
2016-04-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2016-04-29EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callbackGravatar Tony Luck 2-2/+2
2016-04-29Merge branch 'pm-cpufreq-fixes'Gravatar Rafael J. Wysocki 2-6/+7
2016-04-29Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Gravatar Dave Airlie 7-27/+219
2016-04-29Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Gravatar Dave Airlie 2-8/+8
2016-04-28Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+26
2016-04-28Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 5-41/+62
2016-04-28rapidio: fix potential NULL pointer dereferenceGravatar Vladimir Zapolskiy 1-2/+2
2016-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-27/+25
2016-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-5/+7
2016-04-28RDMA/nes: don't leak skb if carrier downGravatar Florian Westphal 1-3/+0
2016-04-28drm/vmwgfx: Fix order of operationGravatar Sinclair Yeh 1-3/+3
2016-04-28drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Gravatar Charmaine Lee 1-4/+4
2016-04-28drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONGravatar Charmaine Lee 1-1/+1
2016-04-28IB/security: Restrict use of the write() interfaceGravatar Jason Gunthorpe 6-1/+24
2016-04-28IB/hfi1: Use kernel default llseek for ui deviceGravatar Dean Luick 1-23/+2
2016-04-28IB/hfi1: Don't attempt to free resources if initialization failedGravatar Mitko Haralanov 2-33/+29
2016-04-28IB/hfi1: Fix missing lock/unlock in verbs drain callbackGravatar Mike Marciniszyn 1-0/+2
2016-04-28IB/rdmavt: Fix send schedulingGravatar Jubin John 1-2/+2
2016-04-28IB/hfi1: Prevent unpinning of wrong pagesGravatar Mitko Haralanov 1-5/+8
2016-04-28IB/hfi1: Fix deadlock caused by locking with wrong scopeGravatar Mitko Haralanov 1-5/+11
2016-04-28IB/hfi1: Prevent NULL pointer deferences in caching codeGravatar Mitko Haralanov 4-23/+37
2016-04-28IB/mlx5: Expose correct max_sge_rd limitGravatar Sagi Grimberg 1-1/+1
2016-04-28mmc: sunxi: Disable eMMC HS-DDR (MMC_CAP_1_8V_DDR) for Allwinner A80Gravatar Chen-Yu Tsai 1-0/+5
2016-04-28rbd: report unsupported features to syslogGravatar Ilya Dryomov 1-3/+6
2016-04-28rbd: fix rbd map vs notify racesGravatar Ilya Dryomov 1-24/+19
2016-04-27thermal: use %d to print S32 parametersGravatar Leo Yan 1-1/+1
2016-04-27thermal: hisilicon: increase temperature resolutionGravatar Leo Yan 1-2/+2
2016-04-27Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-9/+26
2016-04-27drm/amdgpu: disable vm interrupts with vm_fault_stop=2Gravatar Flora Cui 2-2/+8
2016-04-27drm/amdgpu: print a message if ATPX dGPU power control is missingGravatar Alex Deucher 1-1/+4
2016-04-27Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Gravatar Alex Deucher 2-11/+5
2016-04-27drm/radeon: fix vertical bars appear on monitor (v2)Gravatar Vitaly Prosyak 2-1/+199
2016-04-27drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailGravatar Flora Cui 1-13/+4
2016-04-27Merge tag 'platform-drivers-x86-v4.6-3' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 1-1/+1