call_end

    • chevron_right

      AMD Ryzen AI Max 300 "Strix Halo" Graphics IP Versions Confirmed

      news.movim.eu / Phoronix • 22 April

    For those that have been wondering about the Linux support and more details around the Ryzen AI Max 300 "Strix Halo" APUs on Linux, here's a brief update...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/AMD-Ryzen-AI-Max-300-IP-Version

    • chevron_right

      Intel Core Ultra 9 285K "Arrow Lake" Performance On Linux Has Improved A Lot Since Launch

      news.movim.eu / Phoronix • 22 April

    Today's Linux benchmarking at Phoronix is looking at how the Intel Core Ultra 9 285K performance has evolved since its launch last October. Taking the launch-day benchmarks from October with the same hardware, we are revisiting the Intel Arrow Lake performance under Linux today using the newest system BIOS and the newly-released Ubuntu 25.04 for seeing how the performance has evolved roughly over the past half-year.
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /review/intel-arrow-lake-ubuntu-2504

    • chevron_right

      GCC Compiler Adds Targeting Support For XuanTie RISC-V CPUs

      news.movim.eu / Phoronix • 22 April

    One of the early features being merged for what will become the GCC 16 compiler following last week's GCC 15 code branching is CPU targeting support for the XuanTie RISC-V processors...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/GCC-XuanTie-RISC-V-CPUs

    • chevron_right

      Kmemdump Proposed For The Linux Kernel To Help With Memory Dumping & Debugging

      news.movim.eu / Phoronix • 22 April

    Eugen Hristev of Linaro sent out a "request for comments" patch series today proposing kmemdump for the Linux kernel as a new means to assist in debugging driver/system problems by making it easier to dump memory for specific areas/regions...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/kmemdump

    • chevron_right

      Linux Being Patched For Buggy MWAIT Behavior On Intel Ice Lake Servers

      news.movim.eu / Phoronix • 22 April

    The Linux kernel has seen safeguards for select prior Intel CPU cores due to bugs around the MONITOR/MWAIT implementation with the processors. MWAIT/MONITOR bugs was found to be the cause of annoying issues at boot for Lunar Lake laptops and also previously plagued Goldmont Atom cores. It also turns out that Ice Lake servers can be subject to similar MWAIT/MONITOR behavior...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/Linux-Buggy-MWAIT-Ice-Lake

    • chevron_right

      Intel Vulkan Linux Driver Begins Prepping For Ray-Tracing Changes With Xe3

      news.movim.eu / Phoronix • 22 April

    Merged yesterday to Mesa Git for next quarter's Mesa 25.2 release is an improvement for the Intel Vulkan ray-tracing code with an eye on next-gen Xe3 graphics hardware...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/Intel-Xe3-Ray-Tracing-64-bit

    • chevron_right

      Linux Patch Queued To Report Outdated Intel CPU Microcode As A Vulnerability

      news.movim.eu / Phoronix • 21 April

    Last year a patch was raised for the Linux kernel that would report outdated CPU microcode versions as a security vulnerability. With Intel routinely issuing new CPU microcode updates for security vulnerabilities and addressing other functional issues, the Linux kernel would begin warning users when recognizing that outdated CPU microcode is deployed for a given processor. That patch has now been queued into a tip/tip.git branch and thus looking like it will be submitted for the upcoming Linux 6.16 kernel cycle...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/Intel-Old-Microcode-Vulnerable

    • chevron_right

      AMD ROCm 6.4 Adds SPIR-V Linking Support To HIP

      news.movim.eu / Phoronix • 21 April

    With the recently released AMD ROCm 6.4 release for this open-source GPU compute stack for Radeon and Instinct hardware there are yet more indications around AMD's growing software ecosystem expansion. With ROCm 6.4 are additions to the HIP API for allowing linking of SPIR-V code objects, which is the intermediate representation used by Vulkan as well as with OpenCL and other Khronos APIs...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/AMD-ROCm-6.4-SPIR-V-Linker

    • chevron_right

      GCC Patch Revived For -mtune=generic Showing Nice Benefits On Intel & AMD CPUs

      news.movim.eu / Phoronix • 21 April

    A 2021 era patch for the GNU Compiler Collection (GCC) has been revived and discussed in recent days around simplifying the memcpy and memset inlining strategies when compiling code with the "-mtune=generic" option. The patch takes the approach during that generic tuning to try to avoid branches. In doing so, some nice performance benefits are observed in some benchmarks...
    • wifi_tethering open_in_new

      This post is public

      www.phoronix.com /news/GCC-Inline-Memset-Memcpy-Gen