summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-07drm/vblank: Use u32 consistently for vblank countersDaniel Vetter1-1/+1
2015-08-07Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds7-24/+50
2015-08-07Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2015-08-06drm/i915: Allow parsing of variable size child device entries from VBTDavid Weinehall1-4/+23
2015-08-06virtio-input: reset device and detach unused during removeJason Wang1-0/+4
2015-08-05drm/amdgpu: set fw_version and feature_version for smu fw loadingJammy Zhou3-21/+30
2015-08-05drm/amdgpu: add feature version for SDMA ucodeJammy Zhou5-1/+5
2015-08-05drm/amdgpu: add feature version for RLC and MEC v2Jammy Zhou4-5/+21
2015-08-05drm/amdgpu: increment queue when iterating on this variable.Nicolas Iooss1-1/+1
2015-08-05drm/amdgpu: fix rb setting for CZAlex Deucher1-4/+1
2015-08-05Input: twl4030-vibra - fix ERROR: Bad of_node_put() warningMarek Belisko1-1/+2
2015-08-05Merge tag 'phy-for-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-6/+56
2015-08-05hwmon: (g762) Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-08-05hwmon: (nct7904) Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-08-05hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár1-1/+17
2015-08-05drm/i2c: tda998x: fix bad checksum of the HDMI AVI infoframeJean-Francois Moine1-2/+2
2015-08-05Merge tag 'md/4.2-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds3-7/+10
2015-08-05staging: lustre: Include unaligned.h instead of access_ok.hGuenter Roeck1-1/+1
2015-08-04Merge tag 'topic/mst-fixes-2015-08-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds3-7/+23
2015-08-04Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-17/+62
2015-08-04xen/events/fifo: Handle linked events when closing a portRoss Lagerwall3-9/+53
2015-08-04drm/atomic-helpers: Make encoder picking more robustDaniel Vetter1-5/+6
2015-08-04drm/dp-mst: Remove debug WARN_ONDaniel Vetter1-1/+0
2015-08-04drm/i915: Fixup dp mst encoder selectionDaniel Vetter1-0/+11
2015-08-04drm/atomic-helper: Add an atomice best_encoder callbackDaniel Vetter1-1/+6
2015-08-04dm: fix dm_merge_bvec regression on 32 bit systemsMike Snitzer1-17/+10
2015-08-04staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULLMalcolm Priestley1-2/+3
2015-08-04Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+30
2015-08-04drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-08-04xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-04Merge tag 'fixes-for-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+1
2015-08-04Input: alps - only Dell laptops have separate button bits for v2 dualpoint st...Hans de Goede1-2/+6
2015-08-04Input: axp20x-pek - add module aliasChen-Yu Tsai1-0/+1
2015-08-04Input: turbografx - fix potential out of bound accessDmitry Torokhov1-1/+1
2015-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-5/+17
2015-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-10/+17
2015-08-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui4-14/+20
2015-08-03thermal: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-08-03usb: udc: core: add device_del() call to error pathwayAlan Stern1-0/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-08-03CPUFREQ: Loongson2: Fix broken build due to incorrect include.Ralf Baechle1-1/+1
2015-08-03md/raid5: don't let shrink_slab shrink too far.NeilBrown1-2/+3
2015-08-03md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-1/+1
2015-08-03thermal: exynos: Remove unused code related to platform_data on probe()Chanwoo Choi1-3/+0
2015-08-03thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OFChanwoo Choi1-1/+1
2015-08-03thermal: exynos: Disable the regulator on probe failureKrzysztof Kozlowski1-0/+2
2015-08-03thermal: power_allocator: trace the real requested powerJavi Merino1-10/+16
2015-08-03thermal: remove dangling 'weight_attr' device fileViresh Kumar1-0/+1
2015-08-03md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown1-4/+6
2015-08-03Merge tag 'powerpc-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1