| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2016-04-09 | 25 | -265/+199 |
* | intel_pstate: Use pr_fmt | Joe Perches | 2016-04-09 | 1 | -8/+10 |
* | cpufreq: mt8173: use list_for_each_entry*() | Geliang Tang | 2016-04-09 | 1 | -10/+4 |
* | intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp() | Rafael J. Wysocki | 2016-04-09 | 1 | -18/+13 |
* | cpufreq: exynos: Use generic platdev driver | Viresh Kumar | 2016-04-09 | 2 | -25/+9 |
* | ARM: exynos: exynos-cpufreq platform device isn't supported anymore | Viresh Kumar | 2016-04-09 | 1 | -6/+2 |
* | cpufreq: dt: Add generic platform-device creation support | Viresh Kumar | 2016-04-09 | 3 | -0/+43 |
* | cpufreq: dt: Include types.h from cpufreq-dt.h | Viresh Kumar | 2016-04-09 | 1 | -0/+2 |
* | cpufreq: tegra124: No need of setting platform-data | Viresh Kumar | 2016-04-09 | 1 | -7/+0 |
* | cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modular | Paul Gortmaker | 2016-04-09 | 1 | -13/+2 |
* | Merge branch 'pm-cpufreq-sched' into pm-cpufreq | Rafael J. Wysocki | 2016-04-09 | 9853 | -248313/+514283 |
|\ |
|
| * | cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() | Rafael J. Wysocki | 2016-04-08 | 3 | -8/+14 |
| * | cpufreq: schedutil: New governor based on scheduler utilization data | Rafael J. Wysocki | 2016-04-02 | 5 | -0/+568 |
| * | cpufreq: Support for fast frequency switching | Rafael J. Wysocki | 2016-04-02 | 3 | -5/+183 |
| * | cpufreq: Move governor symbols to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 2 | -14/+14 |
| * | cpufreq: Move governor attribute set headers to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 2 | -21/+23 |
| * | cpufreq: governor: Move abstract gov_attr_set code to seperate file | Rafael J. Wysocki | 2016-04-02 | 5 | -82/+95 |
| * | cpufreq: governor: New data type for management part of dbs_data | Rafael J. Wysocki | 2016-04-02 | 4 | -72/+107 |
| * | cpufreq: sched: Helpers to add and remove update_util hooks | Rafael J. Wysocki | 2016-04-02 | 4 | -54/+82 |
| * | Merge back intel_pstate fixes for v4.6. | Rafael J. Wysocki | 2016-04-02 | 1 | -12/+32 |
| |\ |
|
| * | | Linux 4.6-rc1v4.6-rc1 | Linus Torvalds | 2016-03-27 | 1 | -2/+2 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 | 22 | -519/+811 |
| |\ \ |
|
| | * | | libceph: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| | * | | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 2 | -2/+2 |
| | * | | rbd: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| | * | | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 2 | -0/+35 |
| | * | | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 2 | -20/+5 |
| | * | | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 8 | -11/+125 |
| | * | | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 | 1 | -2/+4 |
| | * | | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 | 1 | -18/+15 |
| | * | | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
| | * | | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
| | * | | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
| | * | | libceph: use sizeof_footer() more | Ilya Dryomov | 2016-03-25 | 1 | -16/+3 |
| | * | | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 4 | -34/+6 |
| | * | | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
| | * | | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 4 | -6/+6 |
| | * | | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |
| | * | | libceph: add helper that duplicates last extent operation | Yan, Zheng | 2016-03-25 | 2 | -0/+24 |
| | * | | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 2016-03-25 | 3 | -19/+32 |
| | * | | libceph: osdc->req_mempool should be backed by a slab pool | Ilya Dryomov | 2016-03-25 | 1 | -2/+2 |
| | * | | libceph: make r_request msg_size calculation clearer | Ilya Dryomov | 2016-03-25 | 1 | -10/+11 |
| | * | | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 2016-03-25 | 3 | -5/+6 |
| | * | | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 2016-03-25 | 2 | -7/+7 |
| | * | | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 | 1 | -2/+0 |
| | * | | ceph: don't enable rbytes mount option by default | Yan, Zheng | 2016-03-25 | 2 | -4/+3 |
| | * | | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 | 1 | -4/+7 |
| | * | | libceph: behave in mon_fault() if cur_mon < 0 | Ilya Dryomov | 2016-03-25 | 1 | -14/+9 |
| | * | | libceph: reschedule tick in mon_fault() | Ilya Dryomov | 2016-03-25 | 1 | -4/+4 |
| | * | | libceph: introduce and switch to reopen_session() | Ilya Dryomov | 2016-03-25 | 1 | -17/+16 |