summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge remote-tracking branch 'regulator/fix/bypass' into regulator-linusMark Brown1-1/+1
2016-05-13regulator: rk808: Migrate to regulator core's simplified DT parsing codeWadim Egorov1-171/+79
2016-05-13Merge remote-tracking branches 'regulator/fix/axp20x', 'regulator/fix/da9063'...Mark Brown4-10/+34
2016-05-13Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' int...Mark Brown2-2/+2
2016-05-13Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/...Mark Brown3-2/+5
2016-05-13Merge remote-tracking branch 'regmap/fix/mmio' into regmap-linusMark Brown1-0/+1
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-05-12net: mvneta: bm: fix dependencies againArnd Bergmann1-1/+1
2016-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+9
2016-05-12drm/amdgpu: fix DP mode validationAlex Deucher1-2/+2
2016-05-12drm/radeon: fix DP mode validationAlex Deucher1-2/+2
2016-05-12Merge tag 'pinctrl-v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+2
2016-05-12EDAC, mce_amd: Detect SMCA using X86_FEATURE_SMCAYazen Ghannam1-6/+3
2016-05-12bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)Michael Chan2-0/+61
2016-05-12bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)Michael Chan2-0/+4
2016-05-12qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter1-2/+6
2016-05-12Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-1/+11
2016-05-12Merge tag 'drm-intel-fixes-2016-05-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie10-69/+29
2016-05-11intel_pstate: Clean up get_target_pstate_use_performance()Rafael J. Wysocki1-16/+11
2016-05-11intel_pstate: Use sample.core_avg_perf in get_avg_pstate()Rafael J. Wysocki1-2/+2
2016-05-11intel_pstate: Clarify average performance computationRafael J. Wysocki1-16/+24
2016-05-11intel_pstate: Avoid unnecessary synchronize_sched() during initializationChen Yu1-0/+9
2016-05-11Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki1-0/+1
2016-05-11cpufreq: schedutil: Make default depend on CONFIG_SMPArnd Bergmann1-0/+1
2016-05-11Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab1-6/+0
2016-05-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+2
2016-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-46/+83
2016-05-11Merge tag 'spi-fix-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-37/+76
2016-05-11regulator: lp873x: Add support for lp873x PMIC regulatorsKeerthy3-0/+251
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar107-471/+1047
2016-05-11cpufreq: powernv: del_timer_sync when global and local pstate are equalAkshay Adiga1-0/+2
2016-05-11cpufreq: powernv: Move smp_call_function_any() out of irq safe blockAkshay Adiga1-4/+5
2016-05-10net: phylib: fix interrupts re-enablement in phy_startShaohui Xie1-3/+5
2016-05-10net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi1-0/+15
2016-05-10net: nps_enet: Tx handler synchronizationElad Kanfi2-8/+9
2016-05-10Merge tag 'pci-v4.6-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2016-05-10regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven1-1/+1
2016-05-10mmc: core: remove the invalid message in mmc_select_timingDong Aisheng1-9/+1
2016-05-10mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng1-3/+9
2016-05-10drm/i915: Bail out of pipe config compute loop on LPTDaniel Vetter1-1/+7
2016-05-10Merge tag 'wireless-drivers-for-davem-2016-05-09' of git://git.kernel.org/pub...David S. Miller1-35/+48
2016-05-10net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de1-0/+4
2016-05-10ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven1-0/+2
2016-05-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-05-10Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller1-0/+1
2016-05-09intel_pstate: Clean up intel_pstate_get()Rafael J. Wysocki1-7/+2
2016-05-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-10/+33
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-38/+100
2016-05-09EDAC, amd64_edac: Drop pci_register_driver() useBorislav Petkov2-83/+44
2016-05-09Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski1-2/+4