Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

How to setup a periodic timer callback in a Linux kernel module

Who calls "probe" function in driver code?

What is the difference between dm and md in Linux kernel?

linux-kernel

How to get the address of a kernel module that was inserted using insmod?

How to implement thread mutex with kthread?

linux-kernel

Kernel: how to iterate the children of the current process?

c linux-kernel

inotify FD - why is the limit per user id and not per process?

linux linux-kernel inotify

Errors in compiling Linux kernel module: "CONFIG_X86_X32 enabled but no binutils support" and unwanted "n" characters

Where do Zombie processes go after their parent dies?

lsof FD column equal to DEL, what does it mean?

Shared_dirty vs Private_dirty in shared memory

Disagrees about version of symbol symbol_name after insmod

c linux linux-kernel

What is the relation between Linux kernel and GNU C library?

c linux linux-kernel glibc

iptable rule to drop packet with a specific substring in payload

linux linux-kernel iptables

What's the difference between /usr/include/linux and the include folder in linux kernel source?

linux include linux-kernel

How to write from scratch an LCD driver for an android tablet?

How much information is actually stored in a file descriptor?

What is the most efficient way to monitor the number of context switches in linux kernel?

For loop macro which unrolled on the pre-processor phase?

How do I use a Linux System call from a Linux Kernel Module