summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_ips.c
Commit message (Expand)AuthorAgeFilesLines
* intel_ips: Make ips_mcp_limits variables staticMathias Krause2014-08-161-3/+3
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* drivers/platform/x86/intel_ips: Convert to module_pci_driverLibo Chen2013-07-101-12/+1Star
* Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-221-17/+0Star
|\
| * intel_ips: Remove empty legacy PM callbacksRafael J. Wysocki2012-07-011-17/+0Star
* | intel_ips: blacklist HP ProBook laptopsTakashi Iwai2012-06-261-0/+22
|/
* intel_ips: Hush the i915 symbols messageAdam Jackson2012-04-171-1/+1
* Disable MCP limit exceeded messages from Intel IPS driverAndi Kleen2012-03-301-11/+2Star
* asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2012-02-221-13/+2Star
* x86 driver: fix typo in TDP override enablingJesse Barnes2011-08-051-2/+2
* x86: remove 32-bit versions of readq()/writeq()Roland Dreier2011-05-251-0/+13
* ips: use interruptible waits in ips-monitorJesse Barnes2011-03-281-1/+1
* intel_ips: fix sparse non-ANSI function warningRandy Dunlap2011-01-101-1/+1
* drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt2010-12-231-3/+33
* IPS driver: Fix limit clamping when reducing CPU powerMatthew Garrett2010-10-051-1/+1
* [PATCH 2/2] IPS driver: disable CPU turboJesse Barnes2010-10-051-3/+15
* IPS driver: apply BIOS provided CPU limit if different from defaultJesse Barnes2010-10-051-3/+4
* intel_ips -- ensure we do not enable gpu turbo mode without driver linkageAndy Whitcroft2010-10-051-2/+4
* intel_ips: Print MCP limit exceeded values.Tim Gardner2010-10-051-6/+18
* IPS driver: verify BIOS provided limitsJesse Barnes2010-10-051-0/+23
* IPS driver: don't toggle CPU turbo on unsupported CPUsJesse Barnes2010-10-051-5/+9
* NULL pointer might be used in ips_monitor()minskey guo2010-10-051-9/+13
* Release symbol on error-handling path of ips_get_i915_syms()minskey guo2010-10-051-1/+1
* old_cpu_power is wrongly divided by 65535 in ips_monitor()minskey guo2010-10-051-1/+1
* seqno mask of THM_ITV register is 16bitminskey guo2010-10-051-1/+1
* intel_ips: potential null dereferenceDan Carpenter2010-08-161-1/+3
* x86: intel_ips: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-161-5/+6
* ips driver: make it less chattyJesse Barnes2010-08-031-2/+2
* X86: intel_ips, check for kzalloc properlyJiri Slaby2010-08-031-4/+5
* IPS driver: add GPU busy and turbo checkingJesse Barnes2010-08-031-13/+17
* x86 platform driver: intelligent power sharing driverJesse Barnes2010-08-031-0/+1655