summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cpufreq: Remove cpufreq_update_policy()Viresh Kumar2015-06-111-19/+4
| * | | | | | cpufreq: Restart governor as soon as possibleViresh Kumar2015-06-111-33/+26
| * | | | | | cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar2015-06-111-11/+6
| * | | | | | cpufreq: Initialize policy->kobj while allocating policyViresh Kumar2015-06-111-25/+21
| * | | | | | cpufreq: Stop migrating sysfs files on hotplugViresh Kumar2015-06-111-85/+135
| * | | | | | cpufreq: Don't allow updating inactive policies from sysfsViresh Kumar2015-06-101-0/+11
| * | | | | | intel_pstate: Force setting target pstate when requiredDoug Smythies2015-06-101-10/+11
| * | | | | | intel_pstate: change some inconsistent debug informationDoug Smythies2015-06-101-4/+4
| * | | | | | cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan2015-05-232-5/+10
| * | | | | | cpufreq: Fix for typos in two commentsShailendra Verma2015-05-221-2/+2
| * | | | | | cpufreq: Mark policy->governor = NULL for inactive policiesViresh Kumar2015-05-151-2/+3
| * | | | | | cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar2015-05-152-15/+16
| * | | | | | cpufreq: Don't traverse all active policies to find policy for a cpuViresh Kumar2015-05-151-9/+6
| * | | | | | cpufreq: Get rid of cpufreq_cpu_data_fallbackViresh Kumar2015-05-151-19/+6
| * | | | | | cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policiesViresh Kumar2015-05-151-45/+34
| * | | | | | cpufreq: Create for_each_{in}active_policy()Viresh Kumar2015-05-151-7/+59
| * | | | | | cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLESudeep Holla2015-05-152-6/+23
| * | | | | | intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno2015-05-121-1/+1
| * | | | | | cpufreq: Clear policy->cpus even for the last CPUViresh Kumar2015-05-071-3/+1
| * | | | | | cpufreq: Keep a single path for adding managed CPUsViresh Kumar2015-05-071-7/+5
| * | | | | | cpufreq: Throw warning when we try to get policy for an invalid CPUViresh Kumar2015-05-071-1/+1
| * | | | | | cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()Viresh Kumar2015-05-071-17/+12
| * | | | | | cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()Viresh Kumar2015-05-071-0/+27
| * | | | | | Documentation: cpufreq: delete duplicate description of sysfs interface 'scal...Wang Long2015-05-051-2/+0
| * | | | | | intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies2015-05-052-18/+38
| * | | | | | cpufreq: arm_big_little: remove unused cpu-cluster.<n> clock nameSudeep Holla2015-05-051-3/+1
| * | | | | | cpufreq: arm_big_little: check if the frequency is set correctlySudeep Holla2015-05-051-0/+9
| * | | | | | cpufreq: pxa: make pxa_freqs arrays constFabian Frederick2015-05-051-6/+6
| * | | | | | cpufreq: pxa: replace typedef pxa_freqs_t by structureFabian Frederick2015-05-051-10/+10
| |/ / / / /
* | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-194-67/+93
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cpuidle: Do not use CPUIDLE_DRIVER_STATE_START in cpuidle.cRafael J. Wysocki2015-05-301-3/+3
| * | | | | cpuidle: Select a different state on tick_broadcast_enter() failuresRafael J. Wysocki2015-05-141-5/+15
| * | | | | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-143-14/+11
| * | | | | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-143-6/+18
| * | | | | cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()Rafael J. Wysocki2015-05-091-1/+1
| * | | | | sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki2015-05-041-44/+46
| * | | | | cpuidle: Check the sign of index in cpuidle_reflect()Rafael J. Wysocki2015-05-042-3/+3
| * | | | | sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki2015-05-041-19/+24
| |/ / / /
* | | | | Merge branch 'acpi-cca'Rafael J. Wysocki2015-06-1915-89/+228
|\ \ \ \ \
| * | | | | ufs: fix TRUE and FALSE re-define build errorSuthikulpanit, Suravee2015-06-151-0/+8
| * | | | | megaraid_sas: fix TRUE and FALSE re-define build errorSuthikulpanit, Suravee2015-06-151-0/+8
| * | | | | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-26/+1
| * | | | | crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-59/+1
| * | | | | device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee2015-06-152-0/+16
| * | | | | arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee2015-06-153-2/+109
| * | | | | ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee2015-06-156-2/+85
| * | | | | Merge branch 'acpi-scan' into acpi-ccaRafael J. Wysocki2015-06-154-38/+51
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'acpi-video'Rafael J. Wysocki2015-06-1928-562/+442
|\ \ \ \ \ \
| * | | | | | ACPI / video: Make acpi_video_unregister_backlight() privateHans de Goede2015-06-193-3/+2
| * | | | | | acpi-video-detect: Remove old APIHans de Goede2015-06-192-50/+0
OpenPOWER on IntegriCloud