Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Why do we need kernel space?

linux linux-kernel

get /dev/random in kernel module

How does clock_gettime actually work in the kernel?

c linux linux-kernel clock vdso

What is the base_reachable_time (ARP related) proc entry

linux-kernel arp proc

Linux Kernel Crypto Guide

Purpose of wake_up_sync/wake_up_interruptible_sync in the Linux kernel

Limit available memory to a program

Kernel breaks on adding new code (that never runs)

c assembly linux-kernel arm

Books/Tutorials/Video Lectures for Linux Device Driver Development Books [closed]

determine vm size of process killed by oom-killer

ARM specific IRQ initialization

linux-kernel arm

kernel crash when trying to free the skb with `nlmsg_free(skb_out)`

c linux-kernel

How to compute SHA1 of an array in Linux kernel

Analyzing CPU registers during kernel crash dump

Is it true that "volatile" in a userspace program tends to indicate a bug?