Phoronix

Subscribe to Phoronix feed
Linux Hardware Reviews, Performance Benchmarks & Open-Source / Free Software News
Updated: 25 min 8 sec ago

Haiku OS Gearing Up For 2021 With Improving ARM Port, Other Hardware Improvements

Wed, 12/23/2020 - 02:27
Haiku as the open-source OS inspired by BeOS continues to be quite active in feature development as 2020 draws to a close...

Linux 5.11 Drops AMD Zen Voltage/Current Reporting Over Lack Of Documentation

Wed, 12/23/2020 - 01:17
The Linux hardware monitoring "k10temp" driver is dropping support for reporting CPU voltage and current information for AMD Zen-based processors over lack of documentation for being able to properly support the functionality...

The Fastest Linux OS For AMD Ryzen Zen 3? It's Still Intel Clear Linux

Tue, 12/22/2020 - 23:00
As we have shown with prior AMD Ryzen and EPYC processors, the Linux distribution generally offering the fastest out-of-the-box performance is Intel's Clear Linux platform. Given there aren't many other distributions as aggressively optimizing their default package set and engaging in features like AutoFDO, PGO, and various out-of-tree patches in the name of modern Intel x86_64 Linux performance -- and in turn, AMD performance benefits as well -- Clear Linux really shines with modern hardware. Testing of the latest Clear Linux with a Ryzen 9 5900X continues to delivering promising performance compared to the likes of Fedora, openSUSE, Manjaro, Debian, and Ubuntu.

FlightGear 2020.3.5 Released With Hundreds Of Bug Fixes

Tue, 12/22/2020 - 22:57
If you miss flying this holiday season due to the pandemic, you can at least experience it virtually by flying your own aircraft with the open-source, cross-platform FlightGear flight simulator software...

Debian 11 "Bullseye" KDE Stack Settling On Plasma 5.20

Tue, 12/22/2020 - 19:55
Ahead of the upcoming freezes set to begin around Debian 11 "Bullseye", the Debian developers working on KDE packaging have been working to get all the latest components updated in time...

Linspire 10 Beta Released - Claims To Be #1 Linux Distro For New/Intermediate/Power Users

Tue, 12/22/2020 - 19:39
Linspire, an early Linux distribution with its roots tracing back to "Lindows" that went dormant and then resurrected in 2018 and continuing an Ubuntu-based distribution, is out ahead of the holidays with its Linspire 10 beta release...

Xen Offers Up Security Fixes With Linux 5.11

Tue, 12/22/2020 - 19:27
Unlike the KVM additions, the Xen hypervisor for the Linux 5.11 merge window doesn't bring any new features but just security fixes for some new vulnerabilities...

Patch Proposed For Removing BZIP2 Support From The Linux Kernel

Tue, 12/22/2020 - 16:52
For at least a second time, a patch sent out under "request for comments" would strip out the existing BZIP2 code within the Linux kernel...

Phoronix Test Suite 10.2 Milestone 3 Released For The Latest In Open-Source Benchmarking

Tue, 12/22/2020 - 13:00
Phoronix Test Suite 10.2 Milestone 3 is now available as the latest development release ahead of our Q1'2021 update to this leading cross-platform, open-source automated benchmarking system...

Intel Pursuing AVX-512 Optimized Crypto Algorithms For The Linux Kernel

Tue, 12/22/2020 - 07:44
Intel engineers have posted the initial Linux kernel patches providing AVX-512 optimized versions of common crypto algorithms. The AVX-512 optimized versions do pan out and promise to offer huge speed-ups but are disabled by default at this stage over the negative CPU frequency/performance impact that running AVX-512 can have on CPU cores / shared threads...

Arm Begins Adding ARMv8.7-A Support In LLVM Clang 12

Tue, 12/22/2020 - 04:29
Back in September Arm began talking about their "2020 extensions" for the A-profile architecture. Initial support for these new additions as ARMv8.7-A is beginning to land in the LLVM compiler stack...

Running BSDs On The AMD Ryzen 5000 Series - FreeBSD vs. Linux Benchmarks

Tue, 12/22/2020 - 00:23
Over the past nearly two months we have been running a lot of Linux benchmarks on the AMD Ryzen 5000 series, but what about the BSD operating systems with these Zen 3 desktop CPUs? Recently I got around to trying out a few of the BSDs on a Ryzen 9 5900X desktop as well as running some FreeBSD 12.2 vs. Ubuntu Linux benchmarks, including with Linux on OpenZFS and Clang.

AMD EPYC Seeing Nice Performance Improvements With PostgreSQL On Linux 5.11

Mon, 12/21/2020 - 22:24
For those running PostgreSQL database servers (and potentially similar workloads) on AMD EPYC servers, Linux 5.11 is bringing a very nice Christmas gift in the form of better performance for at least some 2P server configurations...

Radeon RX 6800 XT Seeing Some Slight Gains With Linux 5.11

Mon, 12/21/2020 - 20:56
While the Linux 5.11 merge window is only half-way through with prominent pull requests like the DRM / graphics driver updates already have been merged some of the testing has already begun at Phoronix of this new kernel. With the Radeon RX 6800 XT "RDNA 2" graphics continuing to mature, we are seeing slight uplift in some benchmarks when moving from Linux 5.10 stable to Linux 5.11 Git...

Wayland 1.19 Alpha Released

Mon, 12/21/2020 - 19:12
As expected, the Wayland 1.19 release dance has begun...

Fedora Shifting Their Git Repositories To "Main", Some To "Rawhide"

Mon, 12/21/2020 - 18:55
The Fedora Project is the latest open-source software project working to migrate their Git repositories off using the existing default branch name of "master" and instead using "main" but for some repositories will be "rawhide" where it better aligns with the usage in Fedora Rawhide packages to their development development...

Lavapipe Continues Advancing CPU-Based Vulkan - Now Supports Transform Feedback

Mon, 12/21/2020 - 13:44
Lavapipe (nee Vallium) continues picking up more functionality for this software-based Vulkan implementation just as LLVMpipe is to OpenGL...

Arcan Focuses In On Surpassing Feature Parity With X.Org, Releases Durden 0.6 Desktop

Mon, 12/21/2020 - 09:32
Arcan, the rather unique and innovative display server in development for about five years, is now matching or even surpassing the feature parity with the X.Org Server and have also issued a new release of their "Durden" desktop environment build atop Arcan...

Linux 5.11 XFS Will Flag File-Systems In Need Of Repair

Sun, 12/20/2020 - 22:40
The main feature change for the XFS driver code in Linux 5.11 is adding a new "needs repair" feature flag. When the XFS code marks a file-system as needing repair, it will refuse to mount until the xfs_repair operation is run on it...

LLVM Adds Additional Protections For Arm's SLS Speculation Vulnerability Mitigation

Sun, 12/20/2020 - 22:06
Revealed earlier this year was the Arm Straight Line Speculation (SLS) vulnerability. SLS was a Google discovery for modern ARMv8 CPUs where speculative execution past unconditional changes in control flow could lead to information disclosure via side-channel analysis. Arm recommended compiler-based mitigations to insert speculation barriers after vulnerable instructions, which GCC and LLVM began adding opt-in protections right away. This weekend some additional SLS functionality was added for LLVM...

Pages