Linux Code Review Hub
Author

Linux Code Review Hub

A professional Linux technology community and learning platform covering the kernel, memory management, process management, file system and I/O, performance tuning, device drivers, virtualization, and cloud computing.

72
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Linux Code Review Hub

72 recent articles
Linux Code Review Hub
Linux Code Review Hub
May 25, 2025 · Frontend Development

What’s New in Qt 6.9? Key Features and Improvements

Qt 6.9 introduces major upgrades across graphics, emoji handling, client‑area APIs, SVG animation, order‑independent transparency, performance optimizations, network authorization, HTTP server security, and developer tools, offering developers a richer, faster, and more secure cross‑platform development experience.

Emoji supportNetwork AuthorizationQt
0 likes · 12 min read
What’s New in Qt 6.9? Key Features and Improvements
Linux Code Review Hub
Linux Code Review Hub
May 20, 2025 · Fundamentals

Why HarmonyOS Microkernel Can Run Linux and Emulate Linux Containers

Although HarmonyOS uses a microkernel rather than a monolithic Linux kernel, it achieves Linux compatibility and container emulation through a combination of POSIX support, an ABI shim layer, high‑performance IPC/RPC mechanisms, and the Hardware Driver Framework, which together translate Linux calls into microkernel services.

ABI shimHardware Driver FrameworkHarmonyOS
0 likes · 13 min read
Why HarmonyOS Microkernel Can Run Linux and Emulate Linux Containers
Linux Code Review Hub
Linux Code Review Hub
May 10, 2025 · Fundamentals

How to Optimize Linux Kernel Real‑Time Performance

This article explains the concept of real‑time operating systems, distinguishes soft and hard real‑time, and walks through Linux kernel factors such as clock tick, interrupt handling, scheduling classes, run‑bandwidth limits, and DPDK polling, providing concrete examples and practical tuning steps.

DPDKInterruptsreal-time
0 likes · 17 min read
How to Optimize Linux Kernel Real‑Time Performance
Linux Code Review Hub
Linux Code Review Hub
Apr 30, 2025 · Fundamentals

Understanding DRM: From Application‑Level Programs to Kernel Drivers

This article explains the Linux DRM graphics framework, its three main components (libdrm, KMS, GEM), the essential elements for display pipelines, and provides step‑by‑step example programs for single‑buffer, double‑buffer, page‑flip, and plane‑based rendering, including complete source code and execution notes.

CDRMDisplay
0 likes · 19 min read
Understanding DRM: From Application‑Level Programs to Kernel Drivers