summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_ips.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.7-6' into pdx86/for-nextHans de Goede2024-01-021-7/+23
|\
| * platform/x86: intel_ips: fix kernel-doc formattingRandy Dunlap2023-12-081-7/+23
* | platform/x86: ips: Remove unused debug codeIlpo Järvinen2023-12-111-33/+0
|/
* platform/x86: intel_ips: fix set but unused warning in read_mgtvyangerkun2021-06-161-1/+1
* platform/x86: intel_ips: Convert to use DEFINE_SHOW_ATTRIBUTE macroAndy Shevchenko2018-12-031-44/+15
* platform/x86: intel_ips: Remove never happen conditionAndy Shevchenko2018-12-031-3/+0
* platform/x86: intel_ips: NULL check before some freeing functions is not neededThomas Meyer2018-12-031-3/+1
* platform/x86: intel_ips: remove unnecessary checks in ips_debugfs_initYueHaibing2018-12-031-20/+3
* platform/x86: intel-ips: Convert to use SPDX identifierAndy Shevchenko2018-09-271-13/+2
* platform/x86: intel_ips: remove redundant variables slope and offsetColin Ian King2018-07-181-4/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+6
* platform/x86: intel_ips: Convert timers to use timer_setup()Kees Cook2017-11-051-8/+7
* platform/x86: intel_ips: Remove FSF address from GPL noticeAndy Shevchenko2017-10-081-4/+0
* platform/x86: intel_ips: Remove unneeded fields and labelAndy Shevchenko2017-10-081-5/+2
* platform/x86: intel_ips: Keep pointer to struct deviceAndy Shevchenko2017-10-081-26/+25
* platform/x86: intel_ips: Use PCI_VDEVICE() macroAndy Shevchenko2017-10-081-2/+1
* platform/x86: intel_ips: Switch to new PCI IRQ allocation APIAndy Shevchenko2017-10-081-5/+13
* platform/x86: intel_ips: Simplify error handling via devres APIAndy Shevchenko2017-10-081-47/+15
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-151-1/+1
* Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Linus Torvalds2014-12-181-1/+1
|\
| * intel_ips: fix a comment typoChen Hanxiao2014-11-191-1/+1
* | intel_ips: fix a type in error messageMasatake YAMATO2014-11-201-1/+1
|/
* 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/+1
* Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-07-221-17/+0
|\
| * intel_ips: Remove empty legacy PM callbacksRafael J. Wysocki2012-07-011-17/+0
* | 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/+2
* asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2012-02-211-13/+2
* 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