Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2024-11-25 06:30
Qt 5.15.4 LTS Release Now Available As Open-Source
Back in March marked the release of Qt 5.15.3 as open-source, one year after it was released to commercial customers of The Qt Company. Today a similar Qt 5.15.4 open-source release is now available, one year after its commercial release...
Intel Gets Back To Working On Linear Address Masking Support For The Linux Kernel
Back in December 2020 Intel's programming reference manual was updated to cover Linear Address Masking (LAM) as a future CPU feature and there was some GNU toolchain activity around LAM while not much to report on the effort since then -- until today. A revised "request for comments" has been posted on the Intel Linear Address Masking enabling for the Linux kernel that allows for using untranslated address bits of 64-bit linear addresses to be used for storing arbitrary software metadata...
Mesa 22.1-rc5 Released With Dozens Of Fixes For Zink, RADV & Intel Vulkan Drivers
There was hope that Mesa 22.1 would have been released this week but instead it's been diveted to at least next week due to more than 90 patches flowing in the past week. As such, today we have Mesa 22.1-rc5 for another week of testing...
Open-Source Firmware For The MSI Alder Lake Motherboard Taking Shape
Last month was the surprising news of open-source Coreboot working on a readily available Intel Alder Lake motherboard. That work for the MSI PRO Z690-A WiFi DDR4 motherboard is being carried out by independent firmware consulting firm 3mdeb and using the Dasharo open-source firmware distribution with Coreboot...
Intel oneAPI Level Zero Loader 1.8 Released For Supporting New L0 Features
Another Intel (open-source) software update coinciding with the company's Vision 2022 conference is a new oneAPI Level Zero Loader release...
RHEL9 Reaching GA Shortly, RHIVOS Woos GM For Software-Defined Vehicles
Today at the Red Hat Summit is word of Red Hat Enterprise Linux 9 reaching general availability status in the coming weeks...
Intel Releases New CPU Microcode For Latest Security Advisory (CVE-2022-21151)
In addition to all the product announcements made for Intel Vision 2022 in Texas, today marks patch Tuesday with a new round of security disclosures from Intel. This month there are 16 new advisories for addressing 41 vulnerabilities affecting their software and hardware. 76% of these vulnerabilities were found by Intel engineers...
Vulkan 1.3.213 Released With Minor Ray-Tracing Update, Other New Extensions
Vulkan 1.3.213 is out today that on top of the usual specification clarifications/corrections are also four new extensions, including VK_KHR_ray_tracing_maintenance1...
MIPS Claims "Best-In-Class Performance" With New RISC-V eVocore CPUs
MIPS Tech is no longer working on their MIPS CPU instruction set architecture but has been taking on RISC-V based designs. Today the company made the bold announcement for their new eVocore P8700 and I8500 multiprocessor IP cores that they offer "Best-In-Class Performance and Scalability."..
Intel Kicks Off Vision 2022 With Habana Gaudi 2, Greco, 12th Gen Core HX, IPUs
Intel is kicking off their inaugural "Intel Vision" event today in Texas by making several prominent hardware and software announcements.
AMD Launches The Radeon RX 6650 XT / RX 6750 XT / RX 6950 XT
AMD today is launching the "refined" AMD Radeon RX 6000 series graphics card line-up with new 2022 models being the RX 6650 XT, RX 6750 XT, and RX 6950 XT graphics cards.
Fedora 36 Is A Terrific Release Especially For Linux Enthusiasts, Power Users
Fedora 36 is releasing this morning as what is yet another release in recent times of being a very robust and bleeding-edge yet stable and reliable Linux distribution. I've already been running Fedora Workstation 36 and Fedora Server 36 snapshots on various systems in my benchmarking lab and this release has proven to be quite solid while adding new features and polish on top of the excellent Fedora 35...
Dbus-Broker 30 Released For High Performance Linux Message Bus
In the absence of the BUS1 in-kernel IPC mechanism that appears stalled that was started after the failed KDBUS effort, Dbus-Broker has been taking off as the high performance, reliability-enhanced Linux message broker in user-space retaining compatibility with the reference D-Bus implementation...
AMD Updates Linux Patches For Lowering Idle Exit Latency
Last month an AMD engineer began posting Linux kernel patches so the kernel prefers the MWAIT instruction over HALT for lowering the CPU idle exit latency. Preferring MWAIT over HALT has been something Intel CPUs on Linux have preferred going back to the Core 2 days and indeed with modern AMD CPUs there is significant advantages to lowering the exit latency in doing so for the idle code. This morning the latest iteration of the work was posted...
Initial AMD GFX11 / RDNA3 Support Lands In Mesa, RADV Prepares For Task Shaders
Overnight some notable open-source AMD Radeon graphics driver code was merged into what will be the Mesa 22.2 release next quarter...
Experimental "UBD" Driver Posted As IO_uring-Based User-Space Block Driver
Ming Lei of Red Hat has published an early implementation of a IO_uring based user-space block driver for Linux...
Intel's ControlFlag 1.2 Released To Use AI To Provide Full Support For Spotting C++ Bugs
Last year Intel open-sourced the ControlFlag project for using machine learning to uncover bugs within code. With today's ControlFlag 1.2 release, C++ is now a fully supported language for this AI-driven project for uncovering bugs within arbitrary code-bases...
Pop!_OS 22.04 Benchmarks On The Threadripper-Powered System76 Thelio Major
At the end of April was the release of System76's Pop!_OS 22.04 based on Ubuntu 22.04 but with a variety of improvements from numerous graphical/desktop enhancements down to other changes like their scheduler work and more. For those currently on Pop!_OS 21.10 and wondering about the performance implications, here are some benchmarks showing the performance difference on the same hardware.
Microsoft Issues First Production Release Of Its CBL-Mariner 2.0 Linux Distribution
Made public last year by Microsoft was CBL-Mariner 1.0 as its internal Linux distribution used for selective purposes from Azure to WSL. This Microsoft "Common Base Linux" distribution has worked well for their internal needs while continuing to make roughly monthly public updates to its 1.0 branch. Today CBL-Mariner 2.0 marks its first production release...
FUSE Patch Allows Non-Extending, Parallel Direct Writes For Better Performance
For those making use of FUSE user-space file-system capabilities, developer Dharmendra Singh has posted a patch to allow for non-extending parallel direct writes. In turn for threaded write scenarios this can mean a huge boost to performance...
Improved Vulkan Profiling Support For Raspberry Pi's V3DV Driver
Merged today into Mesa 22.2 for Raspberry Pi's "V3DV" Vulkan driver is VK_KHR_pipeline_executable_properties support with this extension being used by the likes of RenderDoc for providing more insightful information when profiling Vulkan games and applications...
Apple M1 Mesa Code Begins To Run glmark2
While the Apple M1 Linux support is off to a great start and using Asahi Linux is offering good CPU performance and most functionality working to at least some degree, the biggest blocker remaining is getting the Apple M1 3D graphics working. The latest progress on that front is the Mesa code working to begin correctly render glmark2, a basic OpenGL / GLES benchmark...
AMD Radeon ProRender Adds Support For Khronos' ANARI
Radeon ProRender as AMD's physically-based rendering engine has added support for The Khronos Group's ANARI analytical rendering interface for 3D data visualizations...
KDE Plasma 5.25's Exciting Improvements For KWin, Continued Wayland Optimizations
With Plasma 5.25 now under a soft feature freeze ahead of its official release next month, KDE developers are focusing on bug fixing as well as talking more about all of the changes they managed to land this cycle...
AMD Zen 4 IBS Extensions Under Review For Linux
Upcoming AMD Zen 4 processors are bringing improvements to their Instruction-Based Sampling (IBS) capabilities that can be utilized by Linux's wonderful perf utility and subsystem...
Linux 5.18-rc6 Released - Linux 5.18 Is Looking "Quite Well-Behaved"
Linus Torvalds just released Linux 5.18-rc6 as the latest weekly release candidate ahead of the Linux 5.18 stable release expected later in May...
Rockchip VOP2 DRM Driver Coming To Linux 5.19 For Display Support With Newer SoCs
In addition to the ASpeed AST2600 DisplayPort support sent in as part of this week's drm-misc-next updates intended for Linux 5.19, another prominent addition worthy of its own article is the Rockchip VOP2 display driver being mainlined...
RADV's Vulkan Ray-Tracing LBVH Extended Back To All GCN GPUs
Mesa's Radeon Vulkan "RADV" driver is in the unique position of supporting Vulkan ray-tracing for older AMD GPUs rather than just the latest-generation RDNA2 GPUs with dedicated ray-tracing cores. Though it's slower on these older GPUs, the code is in place for this open-source driver and the latest addition is now supporting LBVH going back to AMD GFX6 hardware -- in other words, all GCN GPUs...
New Thermal Library & Temperature Capture Tool Readied For Linux 5.19
Adding to the growing list of changes expected for introduction in Linux 5.19 is the thermal subsystem adding a new thermal library, daemon, and "thermometer" temperature capture tool to the kernel's source tree...
Linux 5.19 Intel Graphics Preps Firmed Up Alchemist Graphics Card IDs, Raptor Lake P
Intel's open-source Linux graphics driver engineers sent in another smorgasbord of "i915" kernel graphics driver changes for the upcoming Linux 5.19 merge window...
Rust Code Updated For The Linux Kernel - Networking & Async Support Started
Making for an exciting Saturday morning, Miguel Ojeda has posted the latest patch series plumbing Rust language support into the Linux kernel. The "Rust for the Linux kernel" patches are now up to their sixth version for adding the necessary infrastructure for this second, optional language to the kernel plus continuing to add more sample code / basic functionality for showing off use of this memory-safety-focused language for kernel purposes...
Wine-Staging 7.8 Improves Alt+Tab Handling For Unity Games
It's been a while since there was last a Wine-Staging update with notable new patches added for this experimental version of Wine. But with today's Wine-Staging 7.8 release based off yesterday's Wine 7.8 there is a new patch worth mentioning as well as updates to some of the existing patches...
KDE Begins Shifting Focus To Fixing Bugs For Plasma 5.25
KDE Plasma 5.25 has embarked on its soft feature freeze meaning the focus is quickly turning from feature development to bug fixing and testing for this next KDE desktop update...
AMD Radeon Linux Graphics Driver Prepares PSR2 / PSR-SU MPO Capability
For better power-savings with new/forthcoming AMD powered laptops, this week AMD engineers sent out a patch series for PSR2 / PSR-SU MPO functionality for reducing display power consumption...
AlmaLinux 8.6 Beta Available For Testing
Those with extra time on their hands this weekend can try out the AlmaLinux 8.6 Beta as the newest version of this completely free enterprise Linux distribution built off the RHEL sources...
Wine 7.8 Released With More PE Conversion, WoW64 Sound Driver Support
Wine 7.8 is out today as the newest bi-weekly release of this software for enjoying Windows games and applications on Linux, macOS, and other platforms...
Apple M1 NVMe Support Slated For Linux 5.19
The latest Apple M1 excitement on Linux for the mainline kernel is the NVMe driver is slated for introduction in the upcoming Linux 5.19 merge window...
Zink OpenGL-On-Vulkan Looking Quite Good & Shining With Mesa 22.1
Recently I carried out some tests looking at the performance of Zink for OpenGL implemented atop the Vulkan API in a generic manner that works across drivers. With the state of Mesa 22.1, all of Zink's recent improvements are paying off and here is a quick look at where the performance stands against using the RadeonSI OpenGL driver.
ASpeed AST2600 BMC Support For DisplayPort Landing In Linux 5.19
The "AST" DRM/KMS driver for ASpeed chips in Linux 5.19 is adding support for DisplayPort outputs... Leading to the era of hopefully seeing more servers with DisplayPort outputs to eventually replace VGA that is still very common on server platforms for display purposes...
AOMedia's "AVM" Repository Serves As Reference Implementation For Eventual AV1 Successor
The Alliance for Open Media already has a public repository serving as the reference software implementation for "AVM" as the AOM Video Model as the next-generation codec from this alliance responsible for the excellent AV1...
OpenCL 3.0.11 Released With Two New Extensions
Overnight a new minor revision to the OpenCL 3.0 specification was published...
GCC 12.1 Compiler Released With AVX-512 FP16, Better RISC-V Support, More C++23 Features
GCC 12.1 is out today as the first stable release of GCC 12. It also marks 35 years already since the release of GCC 1.0...
AMDGPU Linux Driver Enabling New "LSDMA" Block
As part of the increasing flow of AMD Radeon Linux graphics driver patches coming out ahead of the RDNA3 launch later this year, a new hardware block exposed by the latest patches is "LSDMA"...
Intel ISPC 1.18 Compiler Brings "Significantly Improved" Xe Graphics Performance
Ahead of Intel's Vision event next week, open-source Intel engineers have released ISPC 1.18 as the newest update to their SPMD Program Compiler...
FreeBSD 13.1-RC6 Released Due To Lingering Bugs
FreeBSD 13.1-RELEASE was supposed to be out by the end of April but lingering bugs have yielded extra release candidates for this latest BSD operating system update...
Mesa 22.2 Lands The Big Removal Of Old GLSL-To-TGSI Path, Now Always Going Through NIR
Emma Anholt's perseverance the past year has paid off in freeing Mesa of the "glsl_to_tgsi" function with now all Mesa drivers going the route of from GLSL to the NIR intermediate representation. For Mesa drivers lacking native NIR consumption, there is then the NIR-to-TGSI path for going back to that traditional Gallium3D IR...
Systemd 251-rc2 Released With More Features
Just over one month after systemd 251-rc1 was released, a second release candidate to this next systemd installment is now available for testing. Systemd 251-rc2 brings yet more features to this Linux init system and service manager...
Fedora Linux 36 Being Released Next Week
After being delayed a few weeks from their original release target, Fedora 36 is now primed for release next week Tuesday...
Mesa's "Rusticl" Implementation Now Manages To Handle Darktable OpenCL
Rusticl as what started out as a Rust language experiment for Mesa and has now matured into a working OpenCL 3.0 implementation for Mesa drivers is still making progress and on a path towards eventually being mainlined...
AMD Begins Working On "GFX11" Support For Open-Source Mesa Linux Graphics (RDNA3)
Following AMD's recent AMDGPU Linux kernel patches for the "GFX11" graphics block to be found with next-gen RDNA3 GPUs, AMD has now submitted the initial Mesa-side patches for GFX11/RDNA3 with a focus on their RadeonSI Gallium3D driver...
...153154155156157158159160161162...