Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

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

How to attach file operations to sysfs attribute in platform driver?

What is the Linux kernel equivalent to the memset function?

why to register struct cdev in driver code

Volatile and its harmful implications

In Linux, how can I get the filename from the "struct file" structure, while stepping thru the kernel with kgdb?

linux-kernel