Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

How remap_pfn_range remaps kernel memory to user space?

What is the difference between module_init and subsys_initcall while initializing the driver?

How can I get a filename from a file descriptor inside a kernel module?

Page table in Linux kernel space during boot

__udivdi3 undefined — how to find the code that uses it?

c linux linux-kernel kernel

Is "asmlinkage" required for a c function to be called from assembly?

How to load a custom module at the boot time in Ubuntu?

What is the difference between interrupt and exception context?

linux-kernel kernel

Kernel's "container_of" - any way to make it ISO conforming?

what is __KERNEL__ used for in linux kernel?

linux-kernel

Does mmap directly access the page cache, or a copy of the page cache?

Analyzing cause of performance regression with different kernel version

Helping the compiler optimize function pointers

How linux identify a particular file system to execute system call

linux linux-kernel vfs

How to remove a failed kernel module

linux-kernel

Does GRUB switch to protected mode?

Access permissions of /dev/mem

linux memory linux-kernel

Anticipate "kernel too old" errors between 2.6.16 and 2.6.26 kernel versions

c++ linux linux-kernel

How is conditional_wait() implemented at the kernel and hardware/assembly level?

Is it possible to develop a loadable kernel module (LKM) on Linux with C++?

c++ c linux-kernel