summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-04-0925-265/+199
* intel_pstate: Use pr_fmtJoe Perches2016-04-091-8/+10
* cpufreq: mt8173: use list_for_each_entry*()Geliang Tang2016-04-091-10/+4
* intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki2016-04-091-18/+13
* cpufreq: exynos: Use generic platdev driverViresh Kumar2016-04-092-25/+9
* ARM: exynos: exynos-cpufreq platform device isn't supported anymoreViresh Kumar2016-04-091-6/+2
* cpufreq: dt: Add generic platform-device creation supportViresh Kumar2016-04-093-0/+43
* cpufreq: dt: Include types.h from cpufreq-dt.hViresh Kumar2016-04-091-0/+2
* cpufreq: tegra124: No need of setting platform-dataViresh Kumar2016-04-091-7/+0
* cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modularPaul Gortmaker2016-04-091-13/+2
* Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-04-099853-248313/+514283
|\
| * cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki2016-04-083-8/+14
| * cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki2016-04-025-0/+568
| * cpufreq: Support for fast frequency switchingRafael J. Wysocki2016-04-023-5/+183
| * cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki2016-04-022-14/+14
| * cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki2016-04-022-21/+23
| * cpufreq: governor: Move abstract gov_attr_set code to seperate fileRafael J. Wysocki2016-04-025-82/+95
| * cpufreq: governor: New data type for management part of dbs_dataRafael J. Wysocki2016-04-024-72/+107
| * cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-024-54/+82
| * Merge back intel_pstate fixes for v4.6.Rafael J. Wysocki2016-04-021-12/+32
| |\
| * | Linux 4.6-rc1v4.6-rc1Linus Torvalds2016-03-271-2/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-2622-519/+811
| |\ \
| | * | libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| | * | ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
| | * | rbd: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| | * | ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
| | * | ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5
| | * | ceph: fix security xattr deadlockYan, Zheng2016-03-258-11/+125
| | * | ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
| | * | ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
| | * | ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
| | * | ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4
| | * | ceph: fix race during filling readdir cacheYan, Zheng2016-03-251-2/+7
| | * | libceph: use sizeof_footer() moreIlya Dryomov2016-03-251-16/+3
| | * | ceph: kill ceph_empty_snapcIlya Dryomov2016-03-254-34/+6
| | * | ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
| | * | ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-254-6/+6
| | * | ceph: scattered page writebackYan, Zheng2016-03-251-109/+196
| | * | libceph: add helper that duplicates last extent operationYan, Zheng2016-03-252-0/+24
| | * | libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-253-19/+32
| | * | libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov2016-03-251-2/+2
| | * | libceph: make r_request msg_size calculation clearerIlya Dryomov2016-03-251-10/+11
| | * | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-253-5/+6
| | * | libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-252-7/+7
| | * | ceph: remove useless BUG_ONYan, Zheng2016-03-251-2/+0
| | * | ceph: don't enable rbytes mount option by defaultYan, Zheng2016-03-252-4/+3
| | * | ceph: encode ctime in cap messageYan, Zheng2016-03-251-4/+7
| | * | libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov2016-03-251-14/+9
| | * | libceph: reschedule tick in mon_fault()Ilya Dryomov2016-03-251-4/+4
| | * | libceph: introduce and switch to reopen_session()Ilya Dryomov2016-03-251-17/+16