aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel_ips.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-03platform/x86: intel_ips: Convert to use DEFINE_SHOW_ATTRIBUTE macroGravatar Andy Shevchenko 1-44/+15
2018-12-03platform/x86: intel_ips: Remove never happen conditionGravatar Andy Shevchenko 1-3/+0
2018-12-03platform/x86: intel_ips: NULL check before some freeing functions is not neededGravatar Thomas Meyer 1-3/+1
2018-12-03platform/x86: intel_ips: remove unnecessary checks in ips_debugfs_initGravatar YueHaibing 1-20/+3
2018-09-27platform/x86: intel-ips: Convert to use SPDX identifierGravatar Andy Shevchenko 1-13/+2
2018-07-18platform/x86: intel_ips: remove redundant variables slope and offsetGravatar Colin Ian King 1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-6/+6
2017-11-05platform/x86: intel_ips: Convert timers to use timer_setup()Gravatar Kees Cook 1-8/+7
2017-10-08platform/x86: intel_ips: Remove FSF address from GPL noticeGravatar Andy Shevchenko 1-4/+0
2017-10-08platform/x86: intel_ips: Remove unneeded fields and labelGravatar Andy Shevchenko 1-5/+2
2017-10-08platform/x86: intel_ips: Keep pointer to struct deviceGravatar Andy Shevchenko 1-26/+25
2017-10-08platform/x86: intel_ips: Use PCI_VDEVICE() macroGravatar Andy Shevchenko 1-2/+1
2017-10-08platform/x86: intel_ips: Switch to new PCI IRQ allocation APIGravatar Andy Shevchenko 1-5/+13
2017-10-08platform/x86: intel_ips: Simplify error handling via devres APIGravatar Andy Shevchenko 1-47/+15
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericGravatar Christoph Hellwig 1-1/+1
2014-12-18Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Gravatar Linus Torvalds 1-1/+1
2014-11-20intel_ips: fix a type in error messageGravatar Masatake YAMATO 1-1/+1
2014-11-19intel_ips: fix a comment typoGravatar Chen Hanxiao 1-1/+1
2014-08-16intel_ips: Make ips_mcp_limits variables staticGravatar Mathias Krause 1-3/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2013-07-10drivers/platform/x86/intel_ips: Convert to module_pci_driverGravatar Libo Chen 1-12/+1
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-17/+0
2012-07-01intel_ips: Remove empty legacy PM callbacksGravatar Rafael J. Wysocki 1-17/+0
2012-06-26intel_ips: blacklist HP ProBook laptopsGravatar Takashi Iwai 1-0/+22
2012-04-17intel_ips: Hush the i915 symbols messageGravatar Adam Jackson 1-1/+1
2012-03-30Disable MCP limit exceeded messages from Intel IPS driverGravatar Andi Kleen 1-11/+2
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentGravatar Hitoshi Mitake 1-13/+2
2011-08-05x86 driver: fix typo in TDP override enablingGravatar Jesse Barnes 1-2/+2
2011-05-25x86: remove 32-bit versions of readq()/writeq()Gravatar Roland Dreier 1-0/+13
2011-03-28ips: use interruptible waits in ips-monitorGravatar Jesse Barnes 1-1/+1
2011-01-10intel_ips: fix sparse non-ANSI function warningGravatar Randy Dunlap 1-1/+1
2010-12-23drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Gravatar Eric Anholt 1-3/+33
2010-10-05IPS driver: Fix limit clamping when reducing CPU powerGravatar Matthew Garrett 1-1/+1
2010-10-05[PATCH 2/2] IPS driver: disable CPU turboGravatar Jesse Barnes 1-3/+15
2010-10-05IPS driver: apply BIOS provided CPU limit if different from defaultGravatar Jesse Barnes 1-3/+4
2010-10-05intel_ips -- ensure we do not enable gpu turbo mode without driver linkageGravatar Andy Whitcroft 1-2/+4
2010-10-05intel_ips: Print MCP limit exceeded values.Gravatar Tim Gardner 1-6/+18
2010-10-05IPS driver: verify BIOS provided limitsGravatar Jesse Barnes 1-0/+23
2010-10-05IPS driver: don't toggle CPU turbo on unsupported CPUsGravatar Jesse Barnes 1-5/+9
2010-10-05NULL pointer might be used in ips_monitor()Gravatar minskey guo 1-9/+13
2010-10-05Release symbol on error-handling path of ips_get_i915_syms()Gravatar minskey guo 1-1/+1
2010-10-05old_cpu_power is wrongly divided by 65535 in ips_monitor()Gravatar minskey guo 1-1/+1
2010-10-05seqno mask of THM_ITV register is 16bitGravatar minskey guo 1-1/+1
2010-08-16intel_ips: potential null dereferenceGravatar Dan Carpenter 1-1/+3
2010-08-16x86: intel_ips: do not use PCI resources before pci_enable_device()Gravatar Kulikov Vasiliy 1-5/+6
2010-08-03ips driver: make it less chattyGravatar Jesse Barnes 1-2/+2
2010-08-03X86: intel_ips, check for kzalloc properlyGravatar Jiri Slaby 1-4/+5
2010-08-03IPS driver: add GPU busy and turbo checkingGravatar Jesse Barnes 1-13/+17
2010-08-03x86 platform driver: intelligent power sharing driverGravatar Jesse Barnes 1-0/+1655