Explore >> Select a destination


You are here

lwn.net
| | nathanchance.dev
20.1 parsecs away

Travel
| | Linux kernel patches [PATCH] Hexagon: Export raw I/O routines for modules: Hexagon is a digital signal processor architecture by Qualcomm, which is a little special in terms of the Linux kernel because it is the only architecture that does not have a GCC backend so LLVM has to be used to build it, meaning that it is important to keep it building. This patch fixes an issue with allmodconfig, which enables us to build a wide variety of code and verify the compiler is able to handle all of it.
| | kernelpodcast.org
22.2 parsecs away

Travel
| | Season 2 - Episode 4 - 2023/04/24 Summary The latest stable kernel is Linux 6.3, released by Linus Torvalds on Sunday, April 23rd, 2023. The latest mainline (development) kernel is 6.3. The Linux 6.4 merge window is open. Linux 6.3 Linus Torvalds announced the release of Linux 6.3, noting, Its been a calm release this
| | sergioprado.blog
21.7 parsecs away

Travel
| | Have you ever wondered how the Linux kernel is tested?
| | wweb.dev
36.4 parsecs away

Travel
| In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome...