AKArun Kumar Singhincrazydaks.hashnode.dev·Jun 7 · 13 min readLinux Bluetooth Stack Explained: How BlueZ Connects Applications to the ControllerPublished on crazydaks.hashnode.dev | Series: BlueZ Internals Introduction One of the most common misconceptions among developers new to Linux Bluetooth is that BlueZ is the entire Bluetooth stack. I00
AKArun Kumar Singhincrazydaks.hashnode.dev·Jun 7 · 5 min readReducing CPU overhead in network programming with zero-copy data transfer:LinuxReducing CPU overhead in network programming with zero-copy data transfer:Linux Tags: linux-kernel, kernel-internals, embedded-linux Series: Linux Kernel Internals To increase WiFi throughput, it is 00
AKArun Kumar Singhincrazydaks.hashnode.dev·Jun 7 · 8 min readDeep Dive into Vmalloc: Internal Mechanisms and Performance Analysis.Deep Dive into Vmalloc: Internal Mechanisms and Performance Analysis. Tags: linux-kernel, kernel-internals, embedded-linux Series: Linux Kernel Internals This is my 3rd post in a series of writeups 00
AKArun Kumar Singhincrazydaks.hashnode.dev·Jun 7 · 4 min readKernel heap managementKernel Heap management Tags: linux-kernel, kernel-internals, embedded-linux Series: Linux Kernel Internals Now, this is the most important topic for memory management enthusiasts and developers as it00
AKArun Kumar Singhincrazydaks.hashnode.dev·Jun 7 · 3 min readKernel Memory Management: IntroductionKernel Memory Management: Introduction Tags: linux-kernel, kernel-internals, embedded-linux Series: Linux Kernel Internals Kernel Memory Management is a fundamental aspect of operating system design00