summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches25-146/+181
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches25-265/+199
2016-04-09intel_pstate: Use pr_fmtJoe Perches1-8/+10
2016-04-09cpufreq: mt8173: use list_for_each_entry*()Geliang Tang1-10/+4
2016-04-09intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki1-18/+13
2016-04-09cpufreq: exynos: Use generic platdev driverViresh Kumar1-0/+9
2016-04-09cpufreq: dt: Add generic platform-device creation supportViresh Kumar3-0/+43
2016-04-09cpufreq: tegra124: No need of setting platform-dataViresh Kumar1-7/+0
2016-04-09cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modularPaul Gortmaker1-13/+2
2016-04-09Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki4928-171084/+325489
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-8/+11
2016-04-05cpufreq: dt: Drop stale commentViresh Kumar1-3/+0
2016-04-05cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada1-0/+135
2016-04-05cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada1-6/+23
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki1-0/+30
2016-04-02cpufreq: Support for fast frequency switchingRafael J. Wysocki2-5/+167
2016-04-02cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki1-14/+0
2016-04-02cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki1-21/+0
2016-04-02cpufreq: governor: Move abstract gov_attr_set code to seperate fileRafael J. Wysocki5-82/+95
2016-04-02cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki4-72/+107
2016-04-02cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2-42/+41
2016-04-02Merge back intel_pstate fixes for v4.6.Rafael J. Wysocki1-12/+32
2016-04-02intel_pstate: Avoid extra invocation of intel_pstate_sample()Rafael J. Wysocki1-6/+15
2016-03-31intel_pstate: Do not set utilization update hook too earlyRafael J. Wysocki1-8/+19
2016-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-11/+3
2016-03-26Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds3-68/+71
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds20-154/+1171
2016-03-26NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe1-30/+0
2016-03-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-11/+8
2016-03-26Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+0
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-217/+449
2016-03-26drivers/memstick/host/r592.c: avoid gcc-6 warningArnd Bergmann1-2/+1
2016-03-26drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton4-9/+7
2016-03-26Fix permissions of drivers/power/avs/rockchip-io-domain.cRafael J. Wysocki1-0/+0
2016-03-25rbd: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-2/+0
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-1/+1
2016-03-25Revert "ppdev: use new parport device model"Linus Torvalds1-20/+5
2016-03-25Merge tag 'firewire-update2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+5
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-89/+137
2016-03-25Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2016-03-25Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie4-58/+102
2016-03-25Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-163/+503
2016-03-25Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds7-16/+305
2016-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds9-48/+207
2016-03-25Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds43-522/+3348
2016-03-25Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-6/+59
2016-03-25rtc: abx80x: handle the oscillator failure bitMylène Josserand1-2/+31
2016-03-25rtc: abx80x: handle autocalibrationMylène Josserand1-0/+219
2016-03-25rtc: rv8803: workaround i2c HW issueAlexandre Belloni1-6/+22