Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Why does malloc() call mmap() and brk() interchangeably?

Linux kernel - add system call dynamically through module

how to port c/c++ applications to legacy linux kernel versions

c++ linux gcc linux-kernel glibc

Reliability of Linux kernel add_timer at resolution of one jiffy?

linux timer linux-kernel

How can i create new virtual mouse device on my android device?

How does CLFLUSH work for an address that is not in cache yet?

Sending UDP packets from the Linux Kernel

linux linux-kernel udp kernel

Read and Write atomic operation implementation in the Linux Kernel

c linux-kernel atomic volatile

Why disabling interrupts disables kernel preemption and how spin lock disables preemption

setitimer, SIGALRM & multithread process (linux, c)

Why is pr_debug of the Linux kernel not giving any output?

How does the kernel know what is the current thread?

c linux-kernel kernel arm

how to find if unregister_chrdev() call was successful

printk inside an interrupt handler , is it really that bad?

How to access mmaped /dev/mem without crashing the Linux kernel?

c linux linux-kernel mmap

Extract vmlinux from vmlinuz or bzImage

bash linux-kernel kernel

How to flush the CPU cache for a region of address space in Linux?

c linux linux-kernel x86 arm

Device tree compiler not recognizes C syntax for include files

Why do we need list_for_each_safe() in for deleting nodes in kernel linked list?

What's the difference between insmod and modprobe?

linux module linux-kernel