First Post
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
Search for a command to run...
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
No comments yet. Be the first to comment.
Introduction Writing Linux kernel code is very different from writing user-space applications. The kernel runs with direct access to hardware, supports multiple CPUs, handles interrupts, and manages s

Understanding Spinlocks, Data Races, Global Variables, and ISA Detection in Linux Kernel Modules When developing Linux kernel modules, understanding synchronization and system architecture is essentia

Understanding Critical Sections, Exclusive Execution, and Atomicity in Linux Kernel Programming Modern Linux kernels execute on multicore systems where multiple CPUs, kernel threads, interrupts, and w

This Program manages object lifecycles across distinct parallel execution layers. It bridges lockless reader threads with a serialized writer thread and an asynchronous memory reclamation subsystem.

Building a Mini Linux Kernel Object Registry Using SLAB, RCU, Hash Tables, Shrinkers, and Procfs Modern Linux kernels manage massive numbers of dynamically created objects. Examples include: Inodes D
