summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()Viresh Kumar2015-11-231-5/+2
* Revert "Documentation: kernel_parameters for Intel P state driver"Rafael J. Wysocki2015-11-191-3/+0
* cpufreq: mediatek: fix build errorArnd Bergmann2015-11-191-0/+1
* cpufreq: intel_pstate: Add separate support for Airmont coresPhilippe Longepe2015-11-191-11/+46
* cpufreq: intel_pstate: Replace BYT with ATOMPhilippe Longepe2015-11-191-29/+29
* Revert "cpufreq: intel_pstate: Use ACPI perf configuration"Rafael J. Wysocki2015-11-192-171/+1
* Revert "cpufreq: intel_pstate: Avoid calculation for max/min"Rafael J. Wysocki2015-11-181-43/+5
* cpufreq: s5pv210-cpufreq: fix wrong do_div() usageNicolas Pitre2015-11-051-2/+2
* MAINTAINERS: update for intel P-state driverSrinivas Pandruvada2015-11-051-1/+2
* cpufreq: governor: Quit work-handlers early if governor is stoppedViresh Kumar2015-11-021-10/+23
* intel_pstate: decrease number of "HWP enabled" messagesPrarit Bhargava2015-11-021-4/+6
* cpufreq: arm_big_little: fix frequency check when bL switcher is activeJon Medhurst \(Tixy\)2015-11-021-9/+13
* cpufreq: postfix policy directory with the first CPU in related_cpusViresh Kumar2015-10-281-10/+11
* cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar2015-10-282-31/+4
* cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar2015-10-282-19/+5
* cpufreq: create cpu/cpufreq at boot timeViresh Kumar2015-10-283-47/+7
* cpufreq: Use cpumask_copy instead of cpumask_or to copy a maskViresh Kumar2015-10-281-1/+1
* cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()Viresh Kumar2015-10-281-9/+1
* cpufreq: intel_pstate: Fix intel_pstate powersave min_perf_pct valuePrarit Bhargava2015-10-161-57/+85
* Merge back earlier cpufreq material for v4.4.Rafael J. Wysocki2015-10-1612-51/+351
|\
| * cpufreq: intel_pstate: Avoid calculation for max/minSrinivas Pandruvada2015-10-151-5/+45
| * Documentation: kernel_parameters for Intel P state driverSrinivas Pandruvada2015-10-151-0/+3
| * cpufreq: intel_pstate: Use ACPI perf configurationSrinivas Pandruvada2015-10-152-1/+171
| * cpufreq: intel-pstate: Use separate max pstate for scalingSrinivas Pandruvada2015-10-151-2/+18
| * cpufreq: intel_pstate: get P1 from TAR when availableSrinivas Pandruvada2015-10-152-4/+42
| * cpufreq: Drop redundant check for inactive policiesViresh Kumar2015-10-141-7/+0
| * Merge back earlier cpufreq material for v4.4.Rafael J. Wysocki2015-10-127-34/+74
| |\
| | * cpufreq : powernv: Report Pmax throttling if capped below nominal frequencyShilpasri G Bhat2015-09-261-2/+8
| | * cpufreq: imx: update the clock switch flow to support imx6ulBai Ping2015-09-261-5/+45
| | * cpufreq: tegra20: remove superfluous CONFIG_PM ifdefsBartlomiej Zolnierkiewicz2015-09-261-2/+0
| | * cpufreq: conservative: remove 'enable' fieldViresh Kumar2015-09-263-25/+19
| | * cpufreq: integrator: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-251-0/+2
* | | cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)Srinivas Pandruvada2015-10-151-0/+5
* | | Linux 4.3-rc5v4.3-rc5Linus Torvalds2015-10-111-2/+2
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-10-112-7/+8
|\ \ \
| * | | sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-062-7/+8
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-113-1/+4
|\ \ \ \
| * \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-10-073-1/+4
| |\ \ \ \
| | * | | | perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu2015-10-073-1/+4
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-111-2/+2
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: Change Matt Fleming's email addressMatt Fleming2015-10-111-2/+2
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-112-1/+6
|\ \ \ \ \ \ \
| * | | | | | | irqdomain: Add an accessor for the of_node fieldMarc Zyngier2015-10-091-0/+5
| * | | | | | | genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann2015-10-091-1/+0
| * | | | | | | genirq: Export handle_bad_irqArnd Bergmann2015-10-091-0/+1
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-10-113-14/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | 3w-9xxx: don't unmap bounce buffered commandsChristoph Hellwig2015-10-071-7/+21
| * | | | | | | | scsi_dh: Use the correct module name when loading device handlerPaul Mackerras2015-10-011-1/+1
| * | | | | | | | libiscsi: Fix iscsi_check_transport_timeouts possible infinite loopAriel Nahum2015-09-171-6/+11
* | | | | | | | | Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-10-112-4/+4
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud