GCC Git Lands Fix For Missing AVX-512 Optimizations On AMD Zen 6
Last week marked the release of GCC 16.1 as the first GCC 16 stable release. While that release introduces initial AMD Zen 6 “znver6” support well in advance of those next-generation AMD processors debuting, it’s not yet in perfect shape with just today two missing optimizations around AVX-512 having been merged… ⌘ Read more
VS Code Update Added Copilot As Default Co-Author To Git Commits
Longtime Slashdot reader UnknowingFool writes: On April 15, 2026, a Microsoft employee made a change to Visual Studio Code and pushed it within 8 hours without review, notification, or documentation. The change added “Co-authored-by: Copilot” by default to the end of commit messages in Git when Copilot was used in creating the code. However, the imple … ⌘ Read more
Mesa Developers Consider Branching Off Some Older GPU Drivers - Including AMD R300/R600
Mike Blumenkrantz of Valve’s Linux graphics team has ignited a discussion over potentially shifting some of Mesa’s older GPU drivers into a new legacy Git branch in order to better support the more modern OpenGL and Vulkan drivers without having to worry about breaking the legacy drivers and to allow for better cleaning of the Mesa codebase. Among the drivers that could be impacted are the ATI/AMD R300 and R600 drivers and man … ⌘ Read more
Hygon C86-4G CPU Support Added To The GCC 17 Compiler
Merged today to the GCC Git compiler codebase, which will be for GCC 17 rather than the imminent GCC 16.1 stable release, is adding support for the Chinese-manufactured Hygon C86-4G-M4 / C86-4G-M6 / C86-4G-M7 series x86_64 processors… ⌘ Read more
The Linux Kernel Tree About To Hit 40 Million Lines, AMD Driver Above 6 Million Lines
Ahead of the Linux 7.1-rc1 kernel release due out later today for closing the Linux 7.1 merge window, I was curious if all the code removals would lead to a negative change in line count over Linux 7.0. The removals were not enough and Linux 7.1 Git is fast approaching 40 million lines… ⌘ Read more
Linux 7.1 Is Performing Well Overall In Early Benchmarks
With the Linux 7.1 merge window winding down ahead of the planned Linux 7.1-rc1 release on Sunday, I have begun testing out the Linux 7.1 Git state on various systems in my lab. So far Linux 7.1 appears to be looking good in the performance department with seeing a number of performance improvements in different areas but also a few possible regressions. ⌘ Read more
Many Great Networking Improvements Arrive In Linux 7.1
Merged recently to Linux Git were the big set of networking changes for the Linux 7.1 kernel… ⌘ Read more
Git 2.54 Released With New Experimental “git history” Command
Git developers continue working toward Git 3.0 while out today is Git 2.54 with a few interesting additions… ⌘ Read more
Linux 7.1 Kernel Graphics Driver Changes Merged With Intel & AMD Leading The Way
The Direct Rendering Manager (DRM) kernel graphics driver and accelerator driver changes for Linux 7.1 were recently merged to Git. As usual, it’s the Intel and AMD kernel graphics drivers seeing a bulk of the interesting open-source GPU driver activity. Plus ongoing work to make Rust-based GPU drivers more viable… ⌘ Read more
@movq@www.uninformativ.de woot! 🥳
git pull
warning: redirecting to https://movq.de/git/jenny.git/
Fetching objects: 38, done.
From https://uninformativ.de/git/jenny
ac51ce5..f44424c main -> origin/main
* [new tag] v26.03 -> v26.03
Updating ac51ce5..f44424c
Fast-forward
CHANGES | 4 ++++
LICENSE | 2 +-
README | 10 +++++-----
3 files changed, 10 insertions(+), 6 deletions(-)
@movq@www.uninformativ.de cd ~/jenny && watch -n 25 git pull. :-D
Linux Ham Radio KISS Serial Driver Being Modernized In 2026
Here’s something that wasn’t on my bingo card for this year of the “MKISS” driver for ham radio being modernized in 2026 as opposed to just being dropped. The MKISS code hasn’t seen much driver activity since the original Git import of the Linux kernel more than twenty years ago… ⌘ Read more
Hey all my dear twtxters! Again, please have a look at https://git.mills.io/yarnsocial/twtxt.dev/pulls/28 so that we can button the Twt Hash v2 Extension up soon. Love to get some feedback, comments, questions, doubts, critiques, improvements, etc.
Dell Upstreams Firmware For The XPS Snapdragon X Elite Laptop
When it comes to using Qualcomm Snapdragon X1 Elite laptops on Linux, one of the big challenges have involved the need to extract the necessary firmware from the Windows 11 partition due to most vendors not providing the firmware in an easily redistributable and public form. The one exception has been the Lenovo ThinkPad with X1 Elite having upstream firmware in linux-firmware.git while now the Dell XPS model has joined the party too… ⌘ Read more
express-twtkpr: an ExpressJS library that enables hosting (and directly posting to) a twtxt.txt file. It works great (otherwise you wouldn't be able to read this), but it's still in alpha and lacks documentation, examples, tests, installation flexibility, or polish, so please use it at your own risk. Enjoy! https://www.npmjs.com/package/express-twtkpr
@itsericwoodward@itsericwoodward.com hey, link to repository on https://www.npmjs.com/package/express-twtkpr is broken. It points to https://git.itsericwoodward.com/eric/express-twtkp. Looking forward to see more documentation!
For the record, the third thing is to activate agent forwarding. In ~/.ssh/config:
Host git.mills.io
ForwardAgent yes
@lyse@lyse.isobeef.org Changing the user name helped, it now says Authenticated to git.mills.io ([199.247.16.95]:2222) using "publickey". ssh-add ... had no effect (even after ssh-add -D).
Here’s a debug log, @prologic@twtxt.net, perhaps you could take a look at this 🙏: https://movq.de/v/116c5f514b/clone2.txt
(Might be a silly mistake on my part. Wrong remote path or something?)
@movq@www.uninformativ.de @bender@twtxt.net You need a running SSH agent in order to make it through the deep layers of the Mills infrastructure: After ssh-add, git pull always works for me.
And contrary to what the UI shows, the username git always has to be replaced with your own one.
@movq@www.uninformativ.de just use https instead:
git clone https://git.mills.io/yarnsocial/twtxt.dev.git
Anyone else having trouble pulling from git.mills.io? 🤔
$ g clone ssh://git@git.mills.io:2222/yarnsocial/twtxt.dev.git
Cloning into 'twtxt.dev'...
git@git.mills.io: Permission denied (publickey).
fatal: Could not read from remote repository.
The key verification function on https://git.mills.io/user/settings/keys says I’m using the correct key.
This also looks good:
$ GIT_SSH_COMMAND="ssh -v" g clone ssh://git@git.mills.io:2222/yarnsocial/twtxt.dev.git
...
debug1: Authentications that can continue: publickey
debug1: Offering public key: /home/user/.ssh/keys/key-millsio ED25519 SHA256:nVNT... explicit
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
git@git.mills.io: Permission denied (publickey).
fatal: Could not read from remote repository.
Does it work for you, @lyse@lyse.isobeef.org @prologic@twtxt.net?
Let’s finalize https://git.mills.io/yarnsocial/twtxt.dev/pulls/28/.
Putting obstacles in their way: To make scraping my code slightly less trivial, the repos on my website now only show the newest 15 commits, e.g.: https://movq.de/git/katriawm/log.html
New ASUS, Dell & OneXPlayer Hardware Support In Linux 7.0-rc3
A pull request sent out today and already merged to Linux Git ahead of Sunday’s Linux 7.0-rc3 has some new hardware driver support additions for the likes of ASUS, HP, Dell, and OneXPlayer… ⌘ Read more
AMD Prepares Linux For Instruction-Based Sampling Improvements With Zen 6
A set of patches recently posted to the Linux kernel mailing list have now been queued up to a tip/tip.git branch for planned introduction in Linux 7.1. These patches are for enhancing the Linux perf subsystem support for AMD Instruction-Based Sampling (IBS) improvements with next-gen Zen 6 processors… ⌘ Read more
GNOME GitLab Redirecting Some Git Traffic To GitHub For Reducing Costs
If you are cloning from a GNOME repository on their GitLab and now finding your Git traffic being redirected to GitHub, you are not alone. GNOME’s infrastructure team is now redirecting Git traffic from the GNOME.org GitLab over to GitHub mirrors for reducing bandwidth costs… ⌘ Read more
AMD’s HIP Moves To Using LLVM’s New Offload Driver By Default
A change merged to upstream LLVM Git yesterday for LLVM 23 is moving AMD’s HIP to using the new/modern offload driver by default. This aligns with a prior change for NVIDIA CUDA and already in place for OpenMP offloading too… ⌘ Read more
CGIT 1.3 Web Frontend For Git Released After Six Years
Jason Donenfeld of WireGuard and Linux cryptography fame has taken a break from that to release a new version of CGIT, the lightweight web interface for Git repositories. CGIT 1.3 is the first new release in six years and comes with a lot of changes… ⌘ Read more
v2 branch and @doesnm.p.psf.lt has been incredibly helpful so far. Be great ot have a few more folks to join us, some of the v2 highlights include:
@bender@twtxt.net Here is a properly formatted version of your message:
Not yet — but that’s probably a good idea.
Instructions:
- Clone the repository
git clone https://git.mills.io/saltyim/saltyim.git
cd saltyim
- Check out the
v2branch
git checkout v2
- Build and install the CLI/TUI
make DESTDIR=$HOME/bin install
After installation, run:
salty-chat
Linux 7.0 Lands More AMDGPU Fixes For Old Radeon Hardware
Following last week’s main set of DRM kernel graphics driver feature updates for Linux 7.0, merged on Friday to Linux 7.0 Git was the first round of fixes to these Direct Rendering Manager drivers. Dominating most of the code changes in this latest pull were AMDGPU fixes, including more enhancements for aging Radeon graphics processors… ⌘ Read more
Intel Vulkan Driver Lands One-Line Change That Can Bring Minor Performance Benefits
Merged today to Mesa 26.1 Git is a one-line change to the Intel “ANV” Vulkan driver that is showing to deliver some slight performance benefits or up to 3% noted in some select games… ⌘ Read more
Firmware Upstreamed For Supporting The Qualcomm Snapdragon X2’s Adreno GPU
Upstreamed last week to the linux-firmware.git repository by Qualcomm was the GPU firmware files needed for enabling the Adreno GPU on the new Snapdragon X2 Elite laptop SoC… ⌘ Read more
X.Org Server’s “Master” Branch Now Closed With Cleaned Up State On “Main”
This Valentine’s Day there is a lot of red on the screen for the X.Org Server with the code delta as a result of renaming of their main Git development branch and in the process selectively dropping questionable patches to the prior “master” codebase… ⌘ Read more
Well it’s ~2am and I finally defeated the AI player in a game of Frontier Crown 👑
– On that note I’m now going to bed, I’ve made so many improvements to the aesthetics (UX) of the game, the mechanics, and it’s now quite nicely playable 👌 G’night! 😴
Debian’s tag2upload Reaches GA For Improving Packaging Workflow
Debian’s tag2upload has finally reached general availability “GA” status for helping Debian developers/maintainers with an improved Git-based packaging workflow… ⌘ Read more
I spent the day today integrating @xuu@txt.sour.is’s double ratcheting work and ratchet library back into the reference client/broker implementation saltyim as a v2 branch. I completely redesigned and rewrite the salty-chat TUI client as well, which now includes proper notifications and a background agent that keeps running so you never miss any messages. It all “just works”™ and I’m quite happy with the outcome! 🤩 #saltyim #revamp
VRR Improvements Merged To GNOME 50 For Lower Latency, Wayland Commit Timing
While just missing out on the recent Mutter 50 beta release, merged today to Mutter Git ahead of next month’s GNOME 50 desktop release are some improvements to the Variable Refresh Rate (VRR) support… ⌘ Read more
Qualcomm QUPv3 Firmware Upstreamed For Snapdragon X1 Elite Linux Users
One of the headaches right now when dealing with the Snapdragon X Elite on Linux is that for a majority of the devices you need to fetch firmware files from the Windows 11 on ARM partition as the necessary firmware bits for Linux use aren’t upstreamed to linux-firmware.git. That has gradually improved over time from the qcom-firmware-extract making the process easier to more firmware bits eventually being added to linux-firmware.git… ⌘ Read more
@prologic@twtxt.net (While browsing through that, I noticed that https://mu-lang.dev/ itself doesn’t really mention the source code repo, does it? 🤔 Like, the quickstart guide begins with “Build the host: go build ./cmd/mu”, but where’s the git clone … command? 😅)
I’m not really sure what the goal is. 🤔 Do you want to get pull requests for the docs? Or bug reports for mu itself? 🤔
Git 2.53 Released With More Optimizations, One Step Closer To Making Rust Mandatory
While we might see Git 3.0 released around the end of 2026, Git 2.53 is out today as the latest feature release and continuing to make changes with an eye toward that big Git 3.0 milestone… ⌘ Read more
Linux Kernel Developer Chris Mason’s New Initiative: AI Prompts for Code Reviews
Phoronix reports:
Chris Mason, the longtime Linux kernel developer most known for being the creator of Btrfs, has been working on a Git repository with AI review prompts he has been working on for LLM-assisted code review of Linux kernel patches. This initiative has been happening for some weeks now while the lates … ⌘ Read more
AI Code Review Prompts Initiative Making Progress For The Linux Kernel
Chris Mason, the longtime Linux kernel developer most known for being the creator of Btrfs, has been working on a Git repository with AI review prompts he has been working on for LLM-assisted code review of Linux kernel patches. This initiative has been happening for some weeks now while the latest work was posted today for comments… ⌘ Read more
New Intel Linux Driver Workaround Halves Initial Game Load Time For MHW
In addition to Mesa 26.1 today seeing Vulkan present timing support finally merged to help reduce game stuttering and separately another long-in-development Mesa merge request for DG2 / Meteor Lake to improve performance as much as 260% in some scenarios, there is another merge today to Mesa Git for enhancing Intel graphics on Linux. For Intel Linux gamers the newest Mesa code adds a new DriConf workaround that is capable of halving the initi … ⌘ Read more
Revisiting The Linux 6.19 Performance With “NEXT_BUDDY” Now Disabled
Back at the start of the Linux 6.19 kernel cycle I ran benchmarks showing some scheduler performance regressions with the new kernel. Fortunately, two weeks out from the Linux 6.19 stable release, merged this weekend was disabling the scheduler’s NEXT_BUDDY feature due to performance regressions. Here are some fresh benchmarks looking at the latest Linux 6.19 Git state with/without NEXT_BUDDY and comparing it to Linux 6.18 stable for reference. ⌘ Read more
Initial AMD GFX13 Target Merged To LLVM 23 Git - Presumably RDNA5
Added to the LLVM 23 Git codebase minutes ago is a pull request adding the initial AMDGPU GFX13 target for their next-generation graphics core IP. AMD GFX13 is presumably for RDNA5… ⌘ Read more
Several New X.Org Libraries See 2026 Releases
While we wait to see what comes of the new X.Org Server Git branch plans and a possible X.Org Server 26.1 release, several X.Org libraries saw new point releases this weekend. These seldom-updated libraries saw new releases to ship various build fixes and other minor improvements… ⌘ Read more
Linux Kernel Continuity Document Added: What Happens If Torvalds’ Git Repo Goes Away?
Following discussions from the 2025 Linux Maintainer Summit, merged overnight for the Linux 6.19 kernel is documentation concerning the Linux kernel project’s continuity in the event that Linus Torvalds’ official Git repository were to disappear or otherwise be inaccessible for continuing the upstream development of the Linux kernel… ⌘ Read more
Linux 6.19 Scheduler Feature Being Disabled Due To Performance Regressions
Queued into tip/tip.git’s “sched/urgent” Git branch today is a patch to disable the kernel scheduler’s NEXT_BUDDY functionality that was re-implemented back during the Linux 6.19 merge window. It turns out to cause some performance regressions that have yet to be otherwise addressed… ⌘ Read more
Linux 6.19 Scheduler Feature Being Disabled Due To Performance Regressions
Queued into tip/tip.git’s “sched/urgent” Git branch today is a patch to disable the kernel scheduler’s NEXT_BUDDY functionality that was re-implemented back during the Linux 6.19 merge window. It turns out to cause some performance regressions that have yet to be otherwise addressed… ⌘ Read more
Linux Lands Fix For Its “Subtly Wrong” Page Fault Handling Code For The Past 5 Years
Merged today for the Linux 6.19 Git kernel and then in turn for back-porting to prior Linux kernel series is making the x86 page fault handling code disable interrupts properly. Since 2020 it turns out the handling was subtly wrong but now corrected by Intel… ⌘ Read more
AMD Lands Fresh Performance Improvements For RDNA4 In RadeonSI Driver
While slightly too late for making it into the Mesa 26.0 release that branched yesterday, merged now to Mesa Git for Q2’s Mesa 26.1 release are some new RadeonSI Gallium3D (OpenGL) driver optimizations for the latest AMD Radeon RDNA4 graphics cards… ⌘ Read more