/freebsd/sys/x86/cpufreq/ |
H A D | hwpstate_intel_internal.h | 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
H A D | hwpstate_amd.c | 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
H A D | hwpstate_intel.c | 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
H A D | est.c | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
/freebsd/share/man/man4/ |
H A D | hwpstate_intel.4 | 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
H A D | cpufreq.4 | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
/freebsd/sys/sys/ |
H A D | cpu.h | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
/freebsd/sys/modules/cpufreq/ |
H A D | Makefile | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
/freebsd/sys/conf/ |
H A D | files.x86 | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|
/freebsd/sys/kern/ |
H A D | kern_cpu.c | diff 4577cf3744b98d0fa7cea80c75079c3cf5155471 Thu Jan 23 00:28:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
|