Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties'
[deliverable/linux.git] / drivers / cpufreq / cpufreq_governor.c
2016-03-24  Rafael J. WysockiMerge branches 'acpi-soc', 'acpi-misc', 'acpi-pci'...
2016-03-24  Rafael J. WysockiMerge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and...
2016-03-24  Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-cpuidle'
2016-03-24  Rafael J. WysockiMerge branch 'cpuidle' of git://git./linux/kernel/git...
2016-03-22  Rafael J. Wysockicpufreq: governor: Always schedule work on the CPU...
2016-03-16  Linus TorvaldsMerge tag 'pm+acpi-4.6-rc1-1' of git://git./linux/kerne...
2016-03-16  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-03-16  Linus TorvaldsMerge tag 'edac_for_4.6' of git://git./linux/kernel...
2016-03-16  Linus TorvaldsMerge tag 'rtc-4.6' of git://git./linux/kernel/git...
2016-03-15  Linus TorvaldsMerge branch 'timers-core-for-linus' of git://git....
2016-03-15  Linus TorvaldsMerge branch 'x86-boot-for-linus' of git://git./linux...
2016-03-15  Ingo MolnarMerge commit 'torture.2015.02.23a' into core/rcu
2016-03-15  Ingo MolnarMerge commit 'fixes.2015.02.23a' into core/rcu
2016-03-14  Rafael J. WysockiMerge branch 'pm-tools'
2016-03-14  Rafael J. WysockiMerge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
2016-03-14  Rafael J. WysockiMerge branch 'pm-cpufreq'
2016-03-14  Rafael J. WysockiMerge branch 'turbostat' of git://git./linux/kernel...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/topic/s5m8767...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/topic/mt6397...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/topic/ltc3589...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/topic/dischar...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/topic/act8865...
2016-03-13  Mark BrownMerge remote-tracking branch 'regulator/topic/core...
2016-03-13  Mark BrownMerge remote-tracking branches 'regulator/fix/ad5398...
2016-03-13  Mark BrownMerge remote-tracking branch 'regulator/fix/core' into...
2016-03-12  Linus TorvaldsMerge tag 'for-linus-20160311' of git://git.infradead...
2016-03-11  Linus TorvaldsMerge tag 'media/v4.5-5' of git://git./linux/kernel...
2016-03-11  Mark BrownMerge remote-tracking branches 'spi/topic/res', 'spi...
2016-03-11  Mark BrownMerge remote-tracking branches 'spi/topic/lp8841',...
2016-03-11  Mark BrownMerge remote-tracking branches 'spi/topic/doc', 'spi...
2016-03-11  Mark BrownMerge remote-tracking branches 'spi/topic/acpi', 'spi...
2016-03-11  Mark BrownMerge remote-tracking branch 'spi/topic/dma' into spi...
2016-03-11  Mark BrownMerge remote-tracking branch 'spi/topic/core' into...
2016-03-10  Rafael J. WysockiMerge branch 'pm-cpufreq-governor' into pm-cpufreq
2016-03-10  Rafael J. Wysockicpufreq: Move scheduler-related code to the sched directory
2016-03-10  Mark BrownMerge remote-tracking branch 'spi/fix/rockchip' into...
2016-03-10  Mark BrownMerge remote-tracking branch 'spi/fix/imx' into spi...
2016-03-10  Linus WalleijMerge tag 'v4.5-rc5' into devel
2016-03-09  Olof JohanssonMerge tag 'for-v4.5-rc/omap-critical-fixes-a' of git...
2016-03-09  Linus TorvaldsMerge tag 'pci-v4.5-fixes-5' of git://git./linux/kernel...
2016-03-09  Rafael J. Wysockicpufreq: Reduce cpufreq_update_util() overhead a bit
2016-03-09  Viresh Kumarcpufreq: governor: Drop unnecessary checks from show...
2016-03-09  Rafael J. Wysockicpufreq: governor: Fix race in dbs_update_util_handler()
2016-03-09  Rafael J. Wysockicpufreq: governor: Make gov_set_update_util() static
2016-03-09  Rafael J. Wysockicpufreq: governor: Narrow down the dbs_data_mutex coverage
2016-03-09  Rafael J. Wysockicpufreq: governor: Make dbs_data_mutex static
2016-03-09  Rafael J. Wysockicpufreq: governor: Move per-CPU data to the common...
2016-03-09  Rafael J. Wysockicpufreq: governor: Make governor private data per-policy
2016-03-09  Rafael J. Wysockicpufreq: governor: Fix CPU load information updates...
2016-03-09  Rafael J. Wysockicpufreq: governor: Add a ->start callback for governors
2016-03-09  Rafael J. Wysockicpufreq: governor: Move io_is_busy to struct dbs_data
2016-03-09  Rafael J. Wysockicpufreq: governor: Close dbs_data update race condition
2016-03-09  Rafael J. Wysockicpufreq: governor: Use microseconds in sample delay...
2016-03-09  Rafael J. Wysockicpufreq: governor: Move rate_mult to struct policy_dbs
2016-03-09  Rafael J. Wysockicpufreq: governor: Reset sample delay in store_sampling...
2016-03-09  Rafael J. Wysockicpufreq: governor: Get rid of the ->gov_check_cpu callback
2016-03-09  Rafael J. Wysockicpufreq: governor: Clean up load-related computations
2016-03-09  Rafael J. Wysockicpufreq: governor: Fix nice contribution computation...
2016-03-09  Rafael J. Wysockicpufreq: governor: Avoid atomic operations in hot paths
2016-03-09  Rafael J. Wysockicpufreq: governor: Simplify gov_cancel_work() slightly
2016-03-09  Rafael J. Wysockicpufreq: governor: Avoid irq_work_queue_on() crash...
2016-03-09  Viresh Kumarcpufreq: conservative: Update sample_delay_ns immediately
2016-03-09  Viresh Kumarcpufreq: governor: No need to manage state machine now
2016-03-09  Viresh Kumarcpufreq: governor: Create and traverse list of policy_d...
2016-03-09  Viresh Kumarcpufreq: governor: New sysfs show/store callbacks for...
2016-03-09  Viresh Kumarcpufreq: governor: Move common tunables to 'struct...
2016-03-09  Rafael J. Wysockicpufreq: governor: Drop pointless goto from cpufreq_gov...
2016-03-09  Rafael J. Wysockicpufreq: governor: Rename skip_work to work_count
2016-03-09  Rafael J. Wysockicpufreq: governor: Symmetrize cpu_dbs_info initializati...
2016-03-09  Rafael J. Wysockicpufreq: governor: Rearrange governor data structures
2016-03-09  Rafael J. Wysockicpufreq: governor: Simplify cpufreq_governor_limits()
2016-03-09  Rafael J. Wysockicpufreq: governor: Drop cpu argument from dbs_check_cpu()
2016-03-09  Rafael J. Wysockicpufreq: governor: Rename cpu_common_dbs_info to policy...
2016-03-09  Rafael J. Wysockicpufreq: governor: Drop the gov pointer from struct...
2016-03-09  Rafael J. Wysockicpufreq: governor: Rework cpufreq_governor_dbs()
2016-03-09  Rafael J. Wysockicpufreq: governor: Rename some data types and variables
2016-03-09  Rafael J. Wysockicpufreq: governor: Avoid passing dbs_data pointers...
2016-03-09  Rafael J. Wysockicpufreq: governor: Use common mutex for dbs_data protection
2016-03-09  Rafael J. Wysockicpufreq: governor: Replace timers with utilization...
2016-03-09  Dave AirlieMerge tag 'imx-drm-fixes-2016-02-19' of git://git.pengu...
2016-03-07  David S. MillerMerge tag 'wireless-drivers-for-davem-2016-03-04' of...
2016-03-06  Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2016-03-06  Linus TorvaldsMerge tag 'powerpc-4.5-5' of git://git./linux/kernel...
2016-03-05  Linus TorvaldsMerge tag 'media/v4.5-4' of git://git./linux/kernel...
2016-03-05  Mark BrownMerge remote-tracking branch 'regmap/topic/update-bits...
2016-03-05  Mark BrownMerge remote-tracking branches 'regmap/topic/devm-irq...
2016-03-05  Mark BrownMerge remote-tracking branch 'regmap/topic/mmio' into...
2016-03-05  Mark BrownMerge remote-tracking branch 'regmap/fix/raw' into...
2016-03-05  Mark BrownMerge remote-tracking branches 'asoc/fix/wm8985', ...
2016-03-05  Mark BrownMerge remote-tracking branches 'asoc/fix/samsung',...
2016-03-05  Mark BrownMerge remote-tracking branches 'asoc/fix/jack', 'asoc...
2016-03-05  Mark BrownMerge remote-tracking branches 'asoc/fix/ab8500', ...
2016-03-05  Mark BrownMerge remote-tracking branch 'asoc/fix/intel' into...
2016-03-05  Mark BrownMerge remote-tracking branch 'asoc/fix/dapm' into asoc...
2016-03-05  Linus TorvaldsMerge branch 'for-4.5-fixes' of git://git./linux/kernel...
2016-03-05  Linus TorvaldsMerge tag 'for-linus-20160304' of git://git.infradead...
2016-03-05  Linus TorvaldsMerge branch 'for-linus-4.5' of git://git./linux/kernel...
2016-03-04  Dave AirlieMerge tag 'drm/tegra/for-4.5-rc7' of git://anongit...
2016-03-03  Linus TorvaldsMerge tag 'pci-v4.5-fixes-4' of git://git./linux/kernel...
2016-03-02  Arnd BergmannMerge tag 'renesas-dt-fixes2-for-v4.5' of git://git...
next
This page took 0.264361 seconds and 108 git commands to generate.