PostgreSQL 13 Released With Performance Improvements

PostgreSQL 13.0 is out this morning as the latest major update to this widely-used relational database server.

There are many improvements to find with PostgreSQL 13.0 from better performance to helpful additions for database administrators. Among the PostgreSQL 13 highlights are:

- Larger databases will find improvements to its indexing and lookup performance for indexes, faster response times for some queries, space savings, better query planning, and more.

- Support for parallelized vacuuming and incremental sorting.

- Improved handling of data types

DragonFlyBSD 5.8.2 Released With Numerous Fixes

DragonFlyBSD 5.8.2 is out today as the latest stable version of this popular BSD operating system.

Among the changes to find with DragonFlyBSD 5.8.2 are:

- DSynth now supports ccache and various other improvements.

- A few fixes for HAMMER2 and enhancing the pfs-list and pfs-delete support.

- The serial port default changed from 9600 to 115200.

- Syncing the xargs code from FreeBSD.

- Updating Bzip2.

- A few installer

Intel

Intel Engineers Begin Landing Open-Source Support For TDX, Intel Key Locker

Last month Intel published a whitepaper on TDX as Trust Domain Extensions as a means of better securing virtual machines. TDX allows for isolating VMs from the hypervisor and other non-VMM system software. Intel TDX builds off other recent work around MKTME memory encryption and other features. We are now beginning to see that software side support roll-out along with the also-new Key Locker instructions.

Last night hitting LLVM 12 Git was TDX instructions support. New instructions added are SEAMCALL for calling the SEAM VMX-root operation
Continue reading...

HPE Preparing SGI UV5 Support For The Linux Kernel

Recent hardware enablement work on the Linux kernel is HPE bringing up UV5 support.

Succeeding the SGI UV4 support is now UV5 under the ownership of HPE. UV5 is the latest iteration of their x86_64 based supercomputer architecture.

The UV5 architecture patches aren't all that revealing with the primary change being 52-bits of physical address memory address space and 57-bits of virtual address space. Great anyhow the continued punctual upstreaming of UV patches to the mainline Linux kernel

Fedora 34 Aims To Further Enhance Security But Will Lose Runtime Disabling Of SELinux

Currently on Fedora the Security Enhanced Linux (SELinux) functionality that's there by default can be disabled at run-time via the /etc/selinux/config but moving forward with Fedora 34 they are looking at removing that support and focusing just on disabling via selinux=0 at the kernel boot time in order to provide greater security.

At present on Fedora, those wanting to forego the security safeguards can either pass selinux=0 as the kernel command line option to disable the support at boot time or by

Disman Continues Taking Shape As Display Management Library For X11/Wayland

Disman is the display management library forked from LibKScreen as part of KWinFT . Last week at XDC2020 an update was provided on this Qt/C++ library for display management.

KDE developer Roman Gilg presented on Disman at the 2020 X.Org Developers' Conference along with KDisplay as a GUI front-end interfacing with this library. Disman is capable of properly configuring multiple displays and working across different X11 windowing systems as well as compositors. Under Wayland, Disman supports the likes

NVIDIA CUDA 11.1 Released With RTX 30 Series Support, Better Compatibility Across Versions

NVIDIA has released version 11.1 of their CUDA toolkit that now supports the GeForce RTX 30 "Ampere" series graphics cards.

CUDA 11.0 released back in July brought initial Ampere GPU support while CUDA 11.1 today formally supports the Ampere consumer GPUs in the RTX 30 series. Once we receive samples of the new GPUs we'll be putting the new CUDA release through its paces under Linux with the RTX 3070/3080/3090

Intel

Intel Announces Atom x6000E Series "Elkhart Lake", 11th Gen Core Tigerlake-UP3

After talking about Elkhart Lake for months in terms of the Linux patches bringing up this next-generation Intel processor, Intel is announcing it today in the form of the Atom x6000E series. Additionally, following the recent Tiger Lake client processor launch , 11th Gen Core Tigerlake-UP3 has also been announced.

Intel is announcing not only the Atom x6000E series but also the Pentium and Celeron N and J series. These Elkhart Lake offerings are intended for IoT use

Continue reading...

Lenovo Announces 27 Systems To Ship With Ubuntu Pre-Installed

Following Lenovo rolling out Fedora Linux options for their laptops and their other Linux-related announcements this year, Lenovo and Canonical are announcing today nearly thirty different laptops and desktops will begin shipping with the option for Ubuntu 20.04 LTS pre-installed.

Available from the Lenovo web store are 13 planned ThinkStation and ThinkPad P workstations and another 14 different ThinkPad T/X/X1/L laptops with Ubuntu LTS pre-installed. These systems with Ubuntu all won't be available today but the

Easier Vulkan Debugging Of Windows Applications Running Under Wine Is On The Way

With patches pending it will be easier to debug Windows games/applications running under Wine on Linux.

Stemming from a discussion over the ability to forward Vulkan API debugging information to the host loader to receive those calls from the Windows software, there are now Wine patches sent out to make that happen.

NVIDIA's Liam Middlebrook who works on their Linux graphics driver was discussing with other Wine developers about such handling for Wine and Vulkan's VK_EXT_debug_utils extension in part for making that happen, as