<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8043295875083b57a6b7b2dc6826fde4cf4e1ba1 - hwpstate{_amd,intel}(4): Move common knobs to a separate file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#8043295875083b57a6b7b2dc6826fde4cf4e1ba1</link>
        <description>hwpstate{_amd,intel}(4): Move common knobs to a separate fileReason for doing this right now is to resolve the conflict on&apos;machdep.hwpstate_pkg_ctrl&apos; between the Intel and AMD drivers, eventhough I expect to remove it for hwpstate_amd(4) at some point.More generally, this is going to be useful for some future codefactorization.  Also, the &apos;debug.hwpstate_verbose&apos; knob was moved there,as we&apos;ll likely want to use it for the Intel driver as well (which iscurrently not the case).Note for MFC: Will be partial, since `hwpstate_amd(4)` does not supportCPPC in stable/15 nor stable/14.Reviewed by:    emasteFixes:          3e6e4e4a0d42 (&quot;hwpstate: add CPPC support for pstate driver on AMD&quot;)MFC after:      2 weeksDifferential Revision:  https://reviews.freebsd.org/D54528

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Fri, 06 Feb 2026 11:58:07 +0100</pubDate>
        <dc:creator>Olivier Certner &lt;olce@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>051669e8bbcdcd1f9702ded5ca8540c14dfa1c33 - Merge ^/head r356931 through r357118.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#051669e8bbcdcd1f9702ded5ca8540c14dfa1c33</link>
        <description>Merge ^/head r356931 through r357118.

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sat, 25 Jan 2020 15:46:52 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4577cf3744b98d0fa7cea80c75079c3cf5155471 - cpufreq(4): Add support for Intel Speed Shift</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#4577cf3744b98d0fa7cea80c75079c3cf5155471</link>
        <description>cpufreq(4): Add support for Intel Speed ShiftIntel Speed Shift is Intel&apos;s technology to control frequency in hardware,with hints from software.Let&apos;s get a working version of this in the tree and we can refine it fromhere.Submitted by:	bwidawsk, scottphReviewed by:	bcr (manpages), myselfDiscussed with:	jhb, kib (earlier versions)With feedback from:	Greg V, gallatin, freebsdnewbie AT freenet.deRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D18028

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 23 Jan 2020 00:28:42 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f3544cd7084abbadd83637993a4f41fd30e6ccd - Merge svn+ssh://svn.freebsd.org/base/head@214309</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#6f3544cd7084abbadd83637993a4f41fd30e6ccd</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@214309

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 26 Oct 2010 04:34:47 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0d611d103bece3d41886b87de160900c0 - MFtbemd:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#c09808d0d611d103bece3d41886b87de160900c0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 08:13:29 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32580301441a6c4f89a20c20f53e45e5557a8b64 - Introduce the new kernel sub-tree x86 which should contain all the code</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#32580301441a6c4f89a20c20f53e45e5557a8b64</link>
        <description>Introduce the new kernel sub-tree x86 which should contain all the codeshared and generalized between our current amd64, i386 and pc98.This is just an initial step that should lead to a more complete effort.For the moment, a very simple porting of cpufreq modules, BIOS calls andthe whole MD specific ISA bus part is added to the sub-tree but ideallya lot of code might be added and more shared support should grow.Sponsored by:	Sandvine IncorporatedReviewed by:	emaste, kib, jhb, impDiscussed on:	archMFC:		3 weeks

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 25 Feb 2010 15:13:39 +0100</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b3b54548f2290bbe8d8f88c59c28d12b7a635d - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#10b3b54548f2290bbe8d8f88c59c28d12b7a635d</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Thu, 17 Sep 2009 18:16:44 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e857dd14fe7f42f5b46af4904f84915215d8987 - - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#7e857dd14fe7f42f5b46af4904f84915215d8987</link>
        <description>- Merge from HEAD

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Fri, 12 Jun 2009 13:50:44 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>129d3046ef0427d3b22b78a71f3494854d817fba - Import ACPICA 20090521.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#129d3046ef0427d3b22b78a71f3494854d817fba</link>
        <description>Import ACPICA 20090521.

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Fri, 05 Jun 2009 20:44:36 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aaac74527ce50aec112be0ecf5392837869434f9 - Chase ACPICA API changes (for kernel and boot loader).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#aaac74527ce50aec112be0ecf5392837869434f9</link>
        <description>Chase ACPICA API changes (for kernel and boot loader).

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Wed, 03 Jun 2009 00:31:57 +0200</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9eb9db93da05b01b5bce45fa9ed0ee234aece429 - Introduce support for cpufreq on PowerPC with the dynamic frequency</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#9eb9db93da05b01b5bce45fa9ed0ee234aece429</link>
        <description>Introduce support for cpufreq on PowerPC with the dynamic frequencyswitching capabilities of the MPC7447A and MPC7448.

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sun, 31 May 2009 11:01:23 +0200</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c79794016d679440487dea61b3b986397c9ecbb - - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#9c79794016d679440487dea61b3b986397c9ecbb</link>
        <description>- Merge from HEAD

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 13 Apr 2009 05:08:11 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24cd37102ccb81a0dba30ccb3650843fea35a89a - Add support for Phenom (Family 10h) to cpufreq.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#24cd37102ccb81a0dba30ccb3650843fea35a89a</link>
        <description>Add support for Phenom (Family 10h) to cpufreq.Its a newer version provided by the author than in the PR.PR:		kern/128575Submitted by:	Gen Otsuji annona2 [at] gmail.com

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Sat, 28 Mar 2009 09:54:47 +0100</pubDate>
        <dc:creator>Michael Reifenberger &lt;mr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad3cf350d35f835887ff12cba73badcefc64149e - Dike out WARNS from kernel module makefiles.  Kernels and modules</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#ad3cf350d35f835887ff12cba73badcefc64149e</link>
        <description>Dike out WARNS from kernel module makefiles.  Kernels and modulesuse a different mechanism for setting warning flags, and usingWARNS here only has null or negative effects.Submitted by:	bde (I think it means &quot;submitted&quot;)

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 30 May 2006 11:38:54 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8420b58284ada2e4b49a2c347e780a8b0762717 - Add a driver for SMI-based SpeedStep.  The hardware supports two frequency</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#f8420b58284ada2e4b49a2c347e780a8b0762717</link>
        <description>Add a driver for SMI-based SpeedStep.  The hardware supports two frequencysettings and is an older version of the same design used for ICH SpeedStep.It is only known to be available on PIIX4 chipsets.Many thanks to Bruno Ducrot for writing the driver and Jon Noack fortesting.Submitted by:	Bruno Ducrot

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Tue, 19 Apr 2005 18:38:24 +0200</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15785fbe8116dc90b221ddb865f9e368ebacc97c - Add support for _PDC/_OSC by advertising that we support direct access to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/cpufreq/Makefile#15785fbe8116dc90b221ddb865f9e368ebacc97c</link>
        <description>Add support for _PDC/_OSC by advertising that we support direct access tothe PERF_CTL/STS MSRs via the new acpi_get_features() method.  This shouldallow newer systems to use SpeedStep.

            List of files:
            /freebsd/sys/modules/cpufreq/Makefile</description>
        <pubDate>Mon, 04 Apr 2005 17:51:13 +0200</pubDate>
        <dc:creator>Nate Lawson &lt;njl@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
