Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-07-03 08:30
Auxiliary Bus Support Coming To Linux 5.11
Coming to the Linux 5.11 is the Auxiliary Bus infrastructure that allows creating an auxiliary device and binding an auxiliary driver to it. This is for a new core driver feature around increasingly complex devices that rely upon several drivers for support/operation...
A Quick Look At The Spectre Mitigation State For AMD Zen 3 On Windows 10
Earlier this week I looked at the Spectre mitigation performance impact on AMD Zen+ / Zen 2 / Zen 3 processors given the recent launch of the Ryzen 5000 series and those newest CPUs still requiring some mitigation handling. Questions were raised about the Spectre mitigation handling on Windows, so I ran some quick tests there as I happened to have a Windows 10 install on the Ryzen 9 5900X test box at the moment for some unrelated Windows vs. Linux gaming...
Initial AMD Zen 3 Support Successfully Lands In GCC 11
A few days ago AMD finally sent out the initial AMD Zen 3 "znver3" support to the GCC compiler with the LLVM Clang support to follow. That initial "-march=znver3" targeting support has now been merged for GCC 11...
Wine-Staging 6.0-RC1 Stacks 740 Patches Atop Upstream Wine
Following yesterday's release of Wine 6.0-RC1 that is kicking off the release process for this annual release of Wine, the Wine-Staging experimental/testing blend of Wine is also updated...
Wasmer 1.0 Beta Released For Running WebAssembly Code Anywhere
Wasmer is one of the leading software solutions aiming to bring WebAssembly (WASM) to the desktop rather than largely isolated to the web browser as is the case now. Wasmer aims to allow WASM programs anywhere and on any client while quickly closing in on its 1.0 release...
Scheiße! KDE Plasma 5.21 To Add Palette For Easier Input Of Accented Characters
KDE developers have been busy so far in December making improvements from seemingly never-ending Wayland improvements to new features like easier support for accented character input without having to remember key sequences or changing your keyboard layout...
Loongson64 Finally Seeing KASLR With Mainline Linux 5.11 Kernel
While the Linux kernel has supported Kernel Address Space Layout Randomization (KASLR) for a decade and a half in varying forms, it hasn't been supported for all hardware targets. Only in 2021 is the mainline Linux kernel seeing KASLR working for the MIPS-based Loongson64 platform...
Wine 6.0-RC1 Released Following Last Minute Changes
As expected, the first release candidate of Wine 6.0 is now available for testing for this annual update to Wine for running Windows programs and games on Linux and other platforms...
Raspberry Pi OS Switches To PulseAudio, Updated Chromium
Just in time for any holiday Raspberry Pi purchases, an updated Raspberry Pi OS is available today for the Debian-based Linux distribution optimized for these budget ARM SBCs...
Google Opens Up "Atheris" To Automatically Find Bugs In Python Code
Google today is announcing the open-sourcing of Atheris, a Python fuzzer they developed internally for automatically finding bugs within Python code and native extensions...
Another Look At The Performance Impact To IBM's POWER9 L1d Flushing Change
Last week I provided some benchmarks looking at the IBM POWER9 mitigation for the L1 data cache needing to be flushed upon entering the kernel and on user accesses due to a recently disclosed vulnerability. POWER9 allows speculatively operating on validated data in the L1 cache, but when it comes to incompletely validated data paired with other side channels it could lead to local users potentially obtaining improper access to data in the L1 data cache. When benchmarking the impact on a POWER9 4c/16t CPU the overall impact was fairly modest while since then I fired up some benchmarks as well on a large POWER9 server with 44 cores / 176 threads to see the performance impact of this default Linux kernel change.
Mesa 21.0 Adds Radeon HEVC SAO Encode Support
For the "Video Core Next 2" hardware like Navi as well as Renoir APUs, HEVC "sample adaptive offset" support has landed in Mesa 21.0...
Arch Linux's Pacman 6.0 Enters Alpha With Parallel Downloads Support
Pacman, the excellent package manager on Arch Linux, is working on becoming even more compelling with the in-development Pacman 6.0...
Fedora 34 To Feature Updated MariaDB, Other Changes
The Fedora Engineering and Steering Committee (FESCo) approved a fresh batch of changes this week for Fedora 34 that is due out next spring...
EPYC Zen 3 CPU Support Coming To Linux's AMD_Energy Driver
In addition to AMD Zen 1/2/3 PowerCap RAPL support coming for the Linux 5.11 kernel, the hwmon-next Git branch has also queued initial support for Zen 3 processors within the AMD_Energy driver...
Linux 5.11 Adding An "Inhibited" Feature To Temporarily Disregard Select Input Devices
The Linux kernel's input subsystem is gaining a new "inhibited" property feature as a policy to temporarily block input from given devices, including not using any event from them as a possible wake-up source...
System76 Bringing Out "Pangolin" As An AMD Renoir Linux Laptop
Ever since AMD has been on a stellar trajectory with their hardware, users have been begging System76 to release an AMD Linux laptop... That's now finally coming with their upcoming Pangolin launch...
Mesa 20.3 Released With Big Improvements For Open-Source Graphics Drivers
Mesa 20.3 has been released as the Q4'2020 open-source graphics driver update, primarily around providing OpenGL and Vulkan support on the likes of Intel and AMD Radeon graphics along with the reverse-engineered Nouveau support, many smaller drivers especially in the embedded space, and the growing list of CPU-based implementations and other translation efforts...
AMD Sends Out Zen 3 Compiler Support For GCC + AOCC 2.3 Compiler Released
Following last month's release of the Ryzen 5000 "Zen 3" processors, AMD has now begun publishing their official compiler support for this extremely compelling processor family...
AMD Is Making Progress On Open-Source Firmware - Initially With OpenBMC
While we are still waiting to see what AMD might do for returning to open-source AGESA or better supporting Coreboot and the like, they are making some inroads with open-source firmware support -- beyond the context of Chromebooks where they continue to engage due to Google's engineering requirements. AMD is working to "align with the industry direction of open-source firmware stacks" with their initial focus being on open-source OpenBMC firmware support for their server platforms...
Manjaro 20.2 Brings Arch-Based Linux 5.9 Experience, GNOME Version Defaults To Wayland
Manjaro 20.2 is now available as the latest stable version of this Arch Linux derived distribution focused on providing a pleasant and easy-to-use desktop experience...
Khronos Brings New Physically Based Rendering Materials Support To glTF
The Khronos Group's glTF specification that is a transmission format for 3D scenes and models continues picking up more impressive capabilities as its adoption by a growing range of software packages continue...
C++20 Is Still Settling While LLVM Clang Already Adds Option For Starting C++2b/C++23
It was just in September that the C++20 standards draft was approved as a major update to the programming language over C++17. While compilers like GCC and LLVM Clang are still completing all of the changes for C++20 support, Clang is already moving ahead and has added support for the "-std=c++2b" option as it begins the endeavor of staging changes likely for C++23...
Dbus-Broker 25 Released With More Fixes
The BUS1 kernel code for providing an in-kernel, capability-based IPC mechanism hasn't seen much (or any?) activity in well over a year but at least the Dbus-Broker project continues ahead. Dbus-Broker continues ahead as this D-Bus compatible implementation focused on correctness while being optimized for performance...
Stratis Storage 2.3 Released With Clevis Encryption Policy Support
In addition to OpenZFS 2.0 releasing and Bcachefs hitting up more performance optimizations, some further next-gen Linux storage news is Red Hat's Stratis Storage 2.3 being released...
POCL 1.6-RC1 Released With Better CUDA Performance
POCL as the "Portable Computing Language" that implements OpenCL and allows it to function atop CPUs as well as CUDA-enabled NVIDIA GPUs, HSA-supported AMD GPUs, and other possible back-ends, is preparing for a new feature release...
Radeon ROCm 3.10 Released With Data Center Tool Improvements, New APIs
While we have been looking out for Radeon ROCm 4.0 that was announced back at SC20 as well as an updated ROCm for providing the RDNA2 compute support only found currently in their packaged RX 6800 series Linux driver, ROCm 3.10 arrived on Wednesday as an unexpected twist...
GNOME's Mutter 40 Alpha Released With Big Improvements
In working towards the March release of GNOME 40, the Mutter compositor / window manager is out today with its 40 Alpha release...
The Spectre Mitigation Performance Impact On AMD Ryzen 5000 "Zen 3" Processors
For those wondering what the current cost is to the default Spectre mitigation protections on the new AMD Ryzen 5000 series "Zen 3" processors, here are a set of performance tests looking at that overhead with the still relevant mitigations applied by default and then if forcing them off. The Zen 3 mitigation overhead was compared then to similar AMD Zen 2 and Zen+ processors.
Syscall User Dispatch Appears Destined For Linux 5.11 To Help Windows Games On Linux
The Syscall User Dispatch support looks like it should be mainlined for the Linux 5.11 kernel. This functionality is important for modern Windows games running on Linux under Wine / Proton...
DXVK 1.7.3 Released With Fixes, Support For New DXGI Interfaces
DXVK 1.7.3 is out as the latest stable update to this project implementing the Direct3D APIs atop Vulkan for accelerating the Linux gaming experience...
Intel Begins Upstreaming Work For Their Vision Processing Unit On Linux
While Intel engineers over the course of the year began upstreaming various elements of the Keem Bay SoC support, the actual Vision Processing Unit (VPU) enabling hasn't been sent out for review until now. Intel has sent out their initial patches for bringing up the Vision Processing Unit on the open-source Linux kernel...
Bcachefs Going Through Period Of More Performance Optimizations
Bcachefs was sent out for another round of review at the end of October. While it doesn't look like this file-system born out of Linux's block cache code will be mainlined in the immediate near future, it's still on a nice trajectory...
Outreachy Kicks Off Winter 2020 Round With Several Interesting Open-Source Projects
Outreachy interns have been announced for the winter 2020 round. Selected participants are working on various open-source tasks from December through March in exchange for a $5,500 USD stipend to become involved with open-source...
Steam On Linux Marketshare Remained Flat For November
Valve has just updated their Steam Survey results for November, showing how the Linux gaming marketshare continues to evolve during this pandemic-driven year...
Microsoft Begins Landing Changes For Cross-Platform Support With Their Mesa D3D12 Code
Last month the Microsoft-backed Direct3D 12 Gallium3D driver was merged into Mesa 21.0. This is the driver for allowing graphics/compute APIs like OpenGL and OpenCL to run on top of Direct3D with Windows 10. That work to the Gallium D3D12 code has been continuing with the start of the cross-platform code now being merged...
X.Org Server 1.20.10 Allows For Larger Number Of Input Devices, Present Extension Fixes
Following Tuesday's disclosure of more X.Org Server security bugs, X.Org Server 1.20.10 was released that provides those input fixes plus a number of other patches that have been back-ported and accumulated in the 1.20 series...
NVIDIA Is Working On DMA-BUF Passing That Should Help Improve Their Wayland Support
NVIDIA is working on allowing their proprietary driver to support passing buffers as DMA-BUF. In turn this should allow for better supporting their proprietary driver on Wayland compared to the EGLStreams mess...
Intel Begins Preparing Linux Graphics Driver Support For Xe HP As "Gen12.5"
Xe HP is Intel's discrete GPU aiming to compete against the latest-generation AMD and NVIDIA compute accelerators. Xe HP isn't scheduled to reach general availability until well into 2021 while now as they begin ramping up their sampling of Xe HP to potential customers, the Linux open-source driver support is preparing to roll-out...
SUSE Completes Its Acquisition Of Rancher Labs
Back in July SUSE announced its intention to acquire Rancher Labs. That deal has now closed for acquiring the Kubernetes focused cloud company...
Two More X.Org Server Security Advisories Issued - Possible Privilege Escalation
Trend Micro's Zero Day Initiative has uncovered two more security issues with the aging X.Org Server that as we roll into 2021 is still powering most of the Linux desktops...
NVIDIA GeForce RTX 3060 Ti Linux Performance Exceeds The RTX 2080 SUPER - Costs Just $399 USD
NVIDIA tomorrow is launching the GeForce RTX 3060 Ti with their Founder's Edition card and AIB variants are also expected. For about $400 USD, the GeForce RTX 3060 Ti offers performance comparable or slightly faster than the GeForce RTX 2080 SUPER and especially much stronger performance for compute and RTX workloads. With the review embargo now lifted a day ahead of the launch, here are the initial Linux benchmarks of the GeForce RTX 3060 Ti under Ubuntu Linux.
Mesa Now 2~5x Faster For SPECViewPerf Following OpenGL Optimizations
Well known open-source AMD Linux graphics driver developer Marek Olšák has just merged one of his largest set of optimizations in recent times: 2~5x faster performance for SPECViewPerf...
Linux Mint Continues Developing Hypnotix As New Open-Source IPTV Player
Linux Mint recently began developing a new open-source Linux IPTV player. That project "Hypnotix" is moving ahead and will be integrated with Linux Mint 20.1 while is also available as a standalone Debian package...
FreeBSD Merges WireGuard Support
The momentum of WireGuard continues with FreeBSD now having mainlined their port of this open-source secure VPN tunnel...
AMD's Zen 3 + RDNA2 Products Dominated November Along With The Apple M1
Another month of the tumultuous year that is 2020 is now in the books... At least in November were several exciting hardware announcements to help pass the time along with the exciting evolution of open-source software...
F2FS Proposal Adds Support For LZ4HC Compression
The Flash-Friendly File-System (F2FS) already supports LZO, LZ4, and Zstd compression while a proposal would also add support for LZ4HC...
Another Linux FBDEV Driver Poised For Removal In Favor Of Superior DRM Alternative
For years there have been calls to deprecate Linux's FBDEV and work around replacing FBDEV drivers with modern Direct Rendering Manager (DRM) drivers. While hardware vendors are now trending in the direction of DRM drivers (and the FBDEV emulation support if needed) after the embedded space was somewhat of a holdout, FBDEV drivers and the subsystem still exist as we roll into 2021. But at least one more FBDEV driver is now looking likely for removal in favor of its modern and maintained DRM counterpart...
OpenZFS 2.0 Released With Unified FreeBSD/Linux Support, Many New Features
OpenZFS 2.0 has been officially released! OpenZFS 2.0 marks a major step forward for open-source ZFS file-system support for what started out as ZFSOnLinux but is now OpenZFS with unified FreeBSD and Linux support (macOS support is still being pursued as well) and this release also bringing many new features...
Fedora Looks To Provide Standalone XWayland Package Tracking X.Org Server Git
With the X.Org Server being "abandonware" but at the same time the upstream XWayland portion of the codebase continuing to be worked on, Fedora developers at Red Hat are looking at splitting XWayland into its own standalone package to make it easier to ship it without having to use the rest of the xorg-server code-base...
...280281282283284285286287288289...