Page MenuHomeFreeBSD
Feed Advanced Search

Sat, Mar 14

koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Can we enable/disable the whole module when one or both of HMP and SMP aren't enabled? I don't see why we need to build this driver when HMP and SMP don't exist.

Sat, Mar 14, 12:35 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • Remove the unnecessary inclusion of opt_sched.h.
  • Modify the code to output an error (#error) if a required SMP kernel configuration option is not defined.
Sat, Mar 14, 12:25 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
  • Restore the NULL check for the handler function pointer in the lapic_handle_thermal(), which was mistakenly deleted.
  • Fix an issue with the registration order of instance ptr. and handler function ptr. within the lapic_enable_thermal().
Sat, Mar 14, 12:15 PM · Contributor Reviews (src)

Sun, Mar 1

koinec_yahoo.co.jp updated the diff for D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..

Modify to load and store handler function pointers using atomic(9) functions.

Sun, Mar 1, 4:23 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • Fix missing deletion of conditional decision by SCHED_ULE constant. (Sorry, that was my mistake)
Sun, Mar 1, 3:57 AM · Contributor Reviews (src)

Tue, Feb 17

koinec_yahoo.co.jp added inline comments to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Tue, Feb 17, 12:28 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added inline comments to D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Tue, Feb 17, 12:05 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added inline comments to D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Tue, Feb 17, 11:38 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
  • Delete the conditional branching part using the EARLY_AP_STARTUP macro constant. (because the EARLY_AP_STARTUP constant definition is now mandatory.)
  • Add a comment to the x2apic_mode check block in the lapic_enable_thermal function.
  • Modify the lapic_handle_thermal function so that the handle function and its argument pointers are saved to the stack before being used. (improving safety in the event that the pointers are cleared between the NULL check and the handle function call).
Tue, Feb 17, 11:30 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
  • Fix the old style of comments at the beginning of the file (removed hyphens).
  • Change the HISTORY section from "under development" to "released from FreeBSD 16.0."
Tue, Feb 17, 11:17 AM · Contributor Reviews (src)

Sun, Feb 15

koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
  • Squash the previous review fixes and re-create the patch commit.
  • Correct the driver name insertion line to be in alphabetical order
Sun, Feb 15, 4:16 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
  • Squash the previous review fixes and re-create the patch commit.
  • The driver description was mistakenly placed in the VM OPTIONS section, so it has been moved to the SMP OPTIONS section.
Sun, Feb 15, 4:11 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Squash the previous review fixes and re-create the patch commit.

Sun, Feb 15, 4:06 AM · Contributor Reviews (src)

Feb 11 2026

koinec_yahoo.co.jp added inline comments to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Feb 11 2026, 6:31 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

I checked the latest version of the Intel Software Developer's manual (SDM) again, and it appears that the Intel Hardware Feedback Interface / Thread Director does not provide a table with performance index values ​​for each P core/E core/LP-E core, but rather a table with two values ​​for each core group: a performance index value (computation speed) and a power saving index value (power efficiency).
It does not appear that the table or columns have been expanded for LP-E cores.

Feb 11 2026, 6:24 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • Correct the driver name insertion line to be in alphabetical order (My mistake. Sorry)
Feb 11 2026, 5:52 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..

The driver description was mistakenly placed in the VM OPTIONS section, so it has been moved to the SMP OPTIONS section.
(Sorry for not noticing my carelessness. Thank you for pointing that out.)

Feb 11 2026, 5:43 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
  • Correct the driver name insertion line to be in alphabetical order (My mistake. Sorry)
Feb 11 2026, 5:37 AM · Contributor Reviews (src)

Feb 4 2026

koinec_yahoo.co.jp added inline comments to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Feb 4 2026, 1:06 PM · Contributor Reviews (src)
koinec_yahoo.co.jp retitled D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile. from intelhfi - Intel TD/HFI driver - Part6: Add coredirector's man file & Makefile. to intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
Feb 4 2026, 12:54 PM · Contributor Reviews (src)
koinec_yahoo.co.jp retitled D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile. from intelhfi - Intel TD/HFI driver - Part4: Add coredirector driver's source-code & Makefile. to intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Feb 4 2026, 12:54 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
  • Fix the driver name (coredirector -> intelhfi)
  • Fix file name with changed the driver name.
  • Fix review findings. (Copyright style, etc)
Feb 4 2026, 12:49 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • Fix the driver name (coredirector -> intelhfi)
  • Fix review findings. (__builtin_popcount, device_printf, etc)
Feb 4 2026, 12:33 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..
  • Fix macro define name (CPUGRP_SCORE -> HMP)
  • Rebase for freebsd current source tree.
Feb 4 2026, 12:23 PM · Contributor Reviews (src)
koinec_yahoo.co.jp retitled D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's. from coredirector - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's. to intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Feb 4 2026, 12:20 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44459: intelhfi - Intel TD/HFI driver - Part7: Add kerneldoc's Doxyfile.
  • Fix the driver name (coredirector -> intelhfi)
  • Fix file name with changed the driver name.
Feb 4 2026, 12:16 PM · Contributor Reviews (src)
koinec_yahoo.co.jp retitled D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file. from coredirector - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file. to intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
Feb 4 2026, 12:13 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..

Fix the driver name (coredirector -> intelhfi) and macro definition name (CPUGRP_SCORE -> HMP).

Feb 4 2026, 12:10 PM · Contributor Reviews (src)

Jan 29 2026

koinec_yahoo.co.jp added inline comments to D44459: intelhfi - Intel TD/HFI driver - Part7: Add kerneldoc's Doxyfile.
Jan 29 2026, 11:27 AM · Contributor Reviews (src)

Jan 18 2026

koinec_yahoo.co.jp added a comment to D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..

Thank you for your suggestion.
I understood that the driver name "coredirector" is vague.

Jan 18 2026, 1:10 PM · Contributor Reviews (src)

May 10 2024

koinec_yahoo.co.jp updated the diff for D44459: intelhfi - Intel TD/HFI driver - Part7: Add kerneldoc's Doxyfile.
May 10 2024, 12:48 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83434523: 0007-Add-the-coredirector-driver-s-Doxyfile-for-kerneldoc.patch.
May 10 2024, 12:48 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44459: intelhfi - Intel TD/HFI driver - Part7: Add kerneldoc's Doxyfile.

Attach the patch file created with the git format-patch command.

May 10 2024, 12:47 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
May 10 2024, 12:47 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83434448: 0006-Add-the-coredirector-driver-s-man-file-Makefile.patch.
May 10 2024, 12:46 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..

Attach the patch file created with the git format-patch command.

May 10 2024, 12:46 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83434330: 0005-Add-the-coredirector-driver-options-for-kernel-confi.patch.
May 10 2024, 12:45 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
May 10 2024, 12:45 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..

Attach the patch file created with the git format-patch command.

May 10 2024, 12:43 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
May 10 2024, 12:37 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83434013: 0004-Add-the-coredirector-driver-s-source-code-Makefile-f.patch.
May 10 2024, 12:36 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Attach the patch file created with the git format-patch command.

May 10 2024, 12:36 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..
May 10 2024, 12:34 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83433866: 0003-Add-CPU-core-performance-efficiency-score-variable-t.patch.
May 10 2024, 12:33 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..

Attach the patch file created with the git format-patch command.

May 10 2024, 12:33 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
May 10 2024, 12:31 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83433588: 0002-Enable-local-APIC-s-thermal-interrupt-handler-for-th.patch.
May 10 2024, 12:28 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..

Attach the patch file created with the git format-patch command.

May 10 2024, 12:28 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F83433329: 0001-Add-Intel-TD-HFI-related-MSR-CPUID-defines-to-specia.patch.
May 10 2024, 12:23 PM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
In D44453#1016452, @kib wrote:

Please mail me (kib@f.o) the updated patch in the format of git-format-patch, with the correct metadata. Most important, put your author's email and name as you want them to appear in the git commit log.

May 10 2024, 12:11 PM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
May 10 2024, 12:06 PM
koinec_yahoo.co.jp updated the diff for D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.

Attach the patch file created with the git format-patch command. I also fixed the constant names.

May 10 2024, 12:02 PM

Apr 7 2024

koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.

Is this project derived from Intel's code (see https://github.com/intel/intel_hfi)? It was originally GPL, but is now dual-licensed.

Apr 7 2024, 1:00 AM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
In D44453#1016452, @kib wrote:

Please mail me (kib@f.o) the updated patch in the format of git-format-patch, with the correct metadata. Most important, put your author's email and name as you want them to appear in the git commit log.

Apr 7 2024, 12:18 AM

Mar 31 2024

koinec_yahoo.co.jp attached a referenced file: F80339360: part4_add_coredirector_driver_fbsd15c.patch.
Mar 31 2024, 3:32 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Fix CPUID Leaf6 define strings.

Mar 31 2024, 3:30 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Mar 31 2024, 3:28 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F80337170: part1_add_specialregs_defines_fbsd15c.patch.
Mar 31 2024, 3:13 AM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.

Upload a full-context patch that corrects the name of the CPUID Leaf6 constant.

Mar 31 2024, 3:13 AM
koinec_yahoo.co.jp added inline comments to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 31 2024, 3:10 AM
koinec_yahoo.co.jp updated the diff for D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 31 2024, 3:07 AM

Mar 24 2024

koinec_yahoo.co.jp attached a referenced file: F79836364: part6_add_coredirector_man4_fbsd15c.patch.
Mar 24 2024, 11:58 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..

Attach the full context patch file.

Mar 24 2024, 11:58 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
Mar 24 2024, 11:58 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..

Attach the full context patch file.

Mar 24 2024, 11:56 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F79836265: part5_add_coredirector_for_NOTES_fbsd15c.patch.
Mar 24 2024, 11:56 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
Mar 24 2024, 11:55 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: Unknown Object (File).
Mar 24 2024, 11:49 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Attach the full context patch file.
{F79836034}

Mar 24 2024, 11:49 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Mar 24 2024, 11:49 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F79835683: part3_add_score_variable_to_cpu_group_struct_fbsd15c.patch.
Mar 24 2024, 11:39 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..

Attach the full context patch file.

Mar 24 2024, 11:39 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..
Mar 24 2024, 11:38 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F79835291: part2_enable_thermal_interrupt_for_lapic_fbsd15c.patch.
Mar 24 2024, 11:27 AM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..

Attach the full context patch file.

Mar 24 2024, 11:27 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Mar 24 2024, 11:26 AM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: Unknown Object (File).
Mar 24 2024, 10:55 AM
koinec_yahoo.co.jp added inline comments to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 24 2024, 10:50 AM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.

Also, if you have a public git repo (on GitHub or elsewhere) with this work please share the link - it makes it convenient to cherry-pick changes.

Mar 24 2024, 10:19 AM
koinec_yahoo.co.jp added a comment to D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.

I'm sorry.
I tried uploading a full-context patch file from "Update Diff" in the upper right menu, but when I download it afterwards, only the modified parts are shown.
Since I don't know how to use this site, I will attach the full context file here.
If I'm wrong, please let me know how to upload it.

Mar 24 2024, 10:13 AM
koinec_yahoo.co.jp updated the diff for D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 24 2024, 10:06 AM
koinec_yahoo.co.jp updated the diff for D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 24 2024, 10:03 AM

Mar 23 2024

koinec_yahoo.co.jp updated koinec_yahoo.co.jp.
Mar 23 2024, 12:38 PM
koinec_yahoo.co.jp updated the diff for D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..
Mar 23 2024, 12:36 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
Mar 23 2024, 12:34 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Mar 23 2024, 12:33 PM · Contributor Reviews (src)

Mar 21 2024

koinec_yahoo.co.jp requested review of D44459: intelhfi - Intel TD/HFI driver - Part7: Add kerneldoc's Doxyfile.
Mar 21 2024, 12:44 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
Mar 21 2024, 12:41 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44457: intelhfi - Intel TD/HFI driver - Part5: Add kernel configuration file example for NOTES file..
Mar 21 2024, 12:37 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Mar 21 2024, 12:33 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..
Mar 21 2024, 12:24 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44454: intelhfi - Intel TD/HFI driver - Part2: Enable thermal interrupt handler for Local APIC's..
Mar 21 2024, 12:18 PM · Contributor Reviews (src)
koinec_yahoo.co.jp requested review of D44453: coredirector - Intel TD/HFI driver - Part1: Add ITD/HFI related MSR/CPUID defines to specialregs.h.
Mar 21 2024, 12:05 PM