Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Creating entry in /proc from LKM

How to set preprocessor directives in makefile for kernel module build target?

How to serve a page fault in the linux kernel?

Measuring coredump time

linux linux-kernel

How to handle a page domain fault in a self written character device kernel module?

virt_to_bus() is deprecated in linux kernel module compilation

Unable to run linux kernel image on qemu

kernel paging request fails in try_module_get()

linux-kernel

Hooking syscall by modifying sys_call_table does not work

c linux linux-kernel

Write to /dev/port as non-root user

atomic context and process context/interrupt context

Is it possible to determine which fds a process has open for reading vs. writing via procfs?

linux linux-kernel procfs

Fetching the kernel parameters passed via bootloader (grub)

When is an ELF .text segment not an ELF .text segment?

linux-kernel elf hmac

What is the difference between "Interrupt coalescing" and the "Nagle algorithm"?