Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Are tracepoints redundant in Linux kernel after kprobes support for ftrace?

linux-kernel ftrace kprobe

what happens to child process?

System call interception in linux-kernel module (kernel 3.5)

Connection between mmap user call to mmap kernel call

What does _NR stand for in system call number ?That is usually used as suffix

What is the relationship of DMA ring buffer and TX/RX ring for a network card?

Why spinlocks are used in interrupt handlers

How to apply patches to a package in Buildroot?

what does "typedef __u16 __bitwise __le16;" mean in Linux kernel?

linux linux-kernel

How to implement my own system call without recompiling the Linux kernel?

how to determine if a Linux kernel module is leaking memory

How do I find Linux config options in menuconfig?

What is the ideal & fastest way to communicate between kernel and user space?

linux linux-kernel

How does a syscall actually happen on linux?

What is the best way to communicate a kernel module with a user space program?

Difference between completion variables and semaphores

Change linux kernel timer

linux timer linux-kernel

How to print exact value of the program counter in C

what are differences between kmalloc() kcalloc() vmalloc() and kzalloc()?

How to check for 32-bit / 64-bit kernel for Linux