aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_ips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16platform/x86: intel_ips: fix set but unused warning in read_mgtvyangerkun1-1/+1
2018-12-03platform/x86: intel_ips: Convert to use DEFINE_SHOW_ATTRIBUTE macroAndy Shevchenko1-44/+15
2018-12-03platform/x86: intel_ips: Remove never happen conditionAndy Shevchenko1-3/+0
2018-12-03platform/x86: intel_ips: NULL check before some freeing functions is not neededThomas Meyer1-3/+1
2018-12-03platform/x86: intel_ips: remove unnecessary checks in ips_debugfs_initYueHaibing1-20/+3
2018-09-27platform/x86: intel-ips: Convert to use SPDX identifierAndy Shevchenko1-13/+2
2018-07-18platform/x86: intel_ips: remove redundant variables slope and offsetColin Ian King1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+6
2017-11-05platform/x86: intel_ips: Convert timers to use timer_setup()Kees Cook1-8/+7
2017-10-08platform/x86: intel_ips: Remove FSF address from GPL noticeAndy Shevchenko1-4/+0
2017-10-08platform/x86: intel_ips: Remove unneeded fields and labelAndy Shevchenko1-5/+2
2017-10-08platform/x86: intel_ips: Keep pointer to struct deviceAndy Shevchenko1-26/+25
2017-10-08platform/x86: intel_ips: Use PCI_VDEVICE() macroAndy Shevchenko1-2/+1
2017-10-08platform/x86: intel_ips: Switch to new PCI IRQ allocation APIAndy Shevchenko1-5/+13
2017-10-08platform/x86: intel_ips: Simplify error handling via devres APIAndy Shevchenko1-47/+15
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2014-12-18Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-1/+1
2014-11-20intel_ips: fix a type in error messageMasatake YAMATO1-1/+1
2014-11-19intel_ips: fix a comment typoChen Hanxiao1-1/+1
2014-08-16intel_ips: Make ips_mcp_limits variables staticMathias Krause1-3/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-07-10drivers/platform/x86/intel_ips: Convert to module_pci_driverLibo Chen1-12/+1
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-17/+0
2012-07-01intel_ips: Remove empty legacy PM callbacksRafael J. Wysocki1-17/+0
2012-06-26intel_ips: blacklist HP ProBook laptopsTakashi Iwai1-0/+22
2012-04-17intel_ips: Hush the i915 symbols messageAdam Jackson1-1/+1
2012-03-30Disable MCP limit exceeded messages from Intel IPS driverAndi Kleen1-11/+2
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-13/+2
2011-08-05x86 driver: fix typo in TDP override enablingJesse Barnes1-2/+2
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier1-0/+13
2011-03-28ips: use interruptible waits in ips-monitorJesse Barnes1-1/+1
2011-01-10intel_ips: fix sparse non-ANSI function warningRandy Dunlap1-1/+1
2010-12-23drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt1-3/+33
2010-10-05IPS driver: Fix limit clamping when reducing CPU powerMatthew Garrett1-1/+1
2010-10-05[PATCH 2/2] IPS driver: disable CPU turboJesse Barnes1-3/+15
2010-10-05IPS driver: apply BIOS provided CPU limit if different from defaultJesse Barnes1-3/+4
2010-10-05intel_ips -- ensure we do not enable gpu turbo mode without driver linkageAndy Whitcroft1-2/+4
2010-10-05intel_ips: Print MCP limit exceeded values.Tim Gardner1-6/+18
2010-10-05IPS driver: verify BIOS provided limitsJesse Barnes1-0/+23
2010-10-05IPS driver: don't toggle CPU turbo on unsupported CPUsJesse Barnes1-5/+9
2010-10-05NULL pointer might be used in ips_monitor()minskey guo1-9/+13
2010-10-05Release symbol on error-handling path of ips_get_i915_syms()minskey guo1-1/+1
2010-10-05old_cpu_power is wrongly divided by 65535 in ips_monitor()minskey guo1-1/+1
2010-10-05seqno mask of THM_ITV register is 16bitminskey guo1-1/+1
2010-08-16intel_ips: potential null dereferenceDan Carpenter1-1/+3
2010-08-16x86: intel_ips: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-5/+6
2010-08-03ips driver: make it less chattyJesse Barnes1-2/+2
2010-08-03X86: intel_ips, check for kzalloc properlyJiri Slaby1-4/+5
2010-08-03IPS driver: add GPU busy and turbo checkingJesse Barnes1-13/+17