summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-17cpufreq: dt: Add support for r8a7743 and r8a7745Geert Uytterhoeven1-0/+2
2016-11-17cpufreq: powernv: Disable preemption while checking CPU throttling stateDenis Kirjanov1-1/+7
2016-11-17cpufreq: conservative: Fix comment explaining frequency updatesStratos Karafotis1-2/+2
2016-11-17cpufreq: conservative: Decrease frequency faster for deferred updatesStratos Karafotis3-4/+31
2016-11-14cpufreq: conservative: Rename get_freq_target() to get_freq_step()Viresh Kumar1-11/+11
2016-11-14cpufreq: powernv: Fix uninitialized lpstate_idx in gpstates_timer_handler()Akshay Adiga1-0/+1
2016-11-14cpufreq: intel_pstate: Use CPU load based algorithm for PM_MOBILESrinivas Pandruvada1-0/+14
2016-11-11cpufreq: pxa: use generic platdev driver for device-treeRobert Jarzmik1-0/+2
2016-11-11cpufreq: stats: New sysfs attribute for clearing statisticsMarkus Mayer3-0/+32
2016-11-11cpufreq: governor: Don't use 'timer' keywordViresh Kumar4-21/+20
2016-11-11cpufreq: powernv: Use PMCR to verify global and local pstateAkshay Adiga1-10/+26
2016-11-11cpufreq: powernv: Adding fast_switch for schedutilAkshay Adiga1-1/+19
2016-11-11cpufreq: brcmstb-avs-cpufreq: make symbol brcm_avs_cpufreq_attr staticWei Yongjun1-1/+1
2016-11-01cpufreq: intel_pstate: protect limits variableSrinivas Pandruvada1-0/+22
2016-11-01cpufreq: brcmstb-avs-cpufreq: add debugfs supportMarkus Mayer2-1/+332
2016-11-01cpufreq: brcmstb-avs-cpufreq: AVS CPUfreq driver for Broadcom STB SoCsMarkus Mayer4-0/+749
2016-11-01dt: cpufreq: brcm: New binding document for brcmstb-avs-cpufreqMarkus Mayer2-0/+85
2016-11-01cpufreq: dt: add Socionext UniPhier SoCs supportMasahiro Yamada1-0/+6
2016-11-01Documentation: kernel parameters: per core P-State controlSrinivas Pandruvada1-0/+3
2016-11-01Documentation: intel_pstate: Update per core limitsSrinivas Pandruvada1-1/+20
2016-11-01cpufreq: intel_pstate: Reduce impact due to rounding errorSrinivas Pandruvada1-2/+8
2016-11-01cpufreq: intel_pstate: Per CPU P-State limitsSrinivas Pandruvada1-80/+156
2016-11-01cpufreq: retire the Integrator cpufreq driverLinus Walleij3-248/+0
2016-11-01cpufreq: enable the DT cpufreq driver on the IntegratorsLinus Walleij1-0/+3
2016-10-30Merge back earlier cpufreq material for v4.10.Rafael J. Wysocki10799-347626/+617029
2016-10-25cpufreq: intel_pstate: Always set max P-state in performance modeRafael J. Wysocki1-3/+8
2016-10-21cpufreq: intel_pstate: Set P-state upfront in performance modeRafael J. Wysocki1-4/+25
2016-10-21Documentation: intel_pstate: PID tuning is not always availableSrinivas Pandruvada1-4/+5
2016-10-21cpufreq: intel_pstate: Remove PID debugfs when not usedSrinivas Pandruvada1-1/+3
2016-10-21cpufreq: intel_pstate: Drop boost_iowait flagRafael J. Wysocki1-6/+1
2016-10-21cpufreq / CPPC: Add MODULE_DEVICE_TABLE for cppc_cpufreq driverPrakash, Prashanth1-0/+7
2016-10-20cpufreq: fix overflow in cpufreq_table_find_index_dl()Sergey Senozhatsky1-2/+2
2016-10-15Linux 4.9-rc1v4.9-rc1Linus Torvalds1-2/+2
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds8-283/+244
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds226-3657/+5242
2016-10-15Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+7
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-98/+133
2016-10-15Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-296/+824
2016-10-15Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-157/+272
2016-10-15Merge branch 'work.uaccess' into for-linusAl Viro9-78/+47
2016-10-15score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-15fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-15Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-93/+82
2016-10-15fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-15overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-15iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-15Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds105-186/+202
2016-10-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-12/+80
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds262-1403/+1094