summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-17cpufreq: dt: allow driver to boot automaticallyFelipe Balbi1-0/+1
2015-06-16intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava1-5/+5
2015-06-15cpufreq: qoriq: optimize the CPU frequency switching timeTang Yuantian1-11/+21
2015-06-15cpufreq: gx-suspmod: Fix two typos in two commentsShailendra Verma1-2/+2
2015-06-15cpufreq: nforce2: Fix typo in comment to function nforce2_init()Shailendra Verma1-1/+1
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar4-18/+18
2015-06-15cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar1-140/+189
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar4-38/+22
2015-06-11cpufreq: Remove cpufreq_update_policy()Viresh Kumar1-19/+4
2015-06-11cpufreq: Restart governor as soon as possibleViresh Kumar1-33/+26
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar1-11/+6
2015-06-11cpufreq: Initialize policy->kobj while allocating policyViresh Kumar1-25/+21
2015-06-11cpufreq: Stop migrating sysfs files on hotplugViresh Kumar1-85/+135
2015-06-10cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar1-0/+11
2015-06-10intel_pstate: Force setting target pstate when requiredDoug Smythies1-10/+11
2015-06-10intel_pstate: change some inconsistent debug informationDoug Smythies1-4/+4
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan1-4/+7
2015-05-23cpufreq: Fix for typos in two commentsShailendra Verma1-2/+2
2015-05-15cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar1-2/+3
2015-05-15cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar1-15/+15
2015-05-15cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar1-9/+6
2015-05-15cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar1-19/+6
2015-05-15cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar1-45/+34
2015-05-15cpufreq: Create for_each_{in}active_policy()Viresh Kumar1-7/+59
2015-05-15cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLESudeep Holla2-6/+23
2015-05-13intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno1-1/+1
2015-05-08cpufreq: Clear policy->cpus even for the last CPUViresh Kumar1-3/+1
2015-05-08cpufreq: Keep a single path for adding managed CPUsViresh Kumar1-7/+5
2015-05-08cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar1-1/+1
2015-05-08cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar1-17/+12
2015-05-08cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()Viresh Kumar1-0/+27
2015-05-05intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies1-10/+21
2015-05-05cpufreq: arm_big_little: remove unused cpu-cluster.<n> clock nameSudeep Holla1-3/+1
2015-05-05cpufreq: arm_big_little: check if the frequency is set correctlySudeep Holla1-0/+9
2015-05-05cpufreq: pxa: make pxa_freqs arrays constFabian Frederick1-6/+6
2015-05-05cpufreq: pxa: replace typedef pxa_freqs_t by structureFabian Frederick1-10/+10
2015-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-94/+110
2015-05-04Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-0/+10
2015-05-04Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...Dave Airlie1-4/+5
2015-05-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-146/+47
2015-05-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-0/+7
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-113/+169
2015-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+5
2015-05-02rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-05-01Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+17
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann1-1/+4
2015-04-30net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay3-2/+26
2015-04-30netxen_nic: use spin_[un]lock_bh around tx_clean_lockTony Camuso1-2/+2
2015-04-30net/mlx4_core: Fix unaligned accessesDavid Ahern1-4/+14
2015-04-30mlx4_en: Use correct loop cursor in error path.Benjamin Poirier1-1/+1