Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Making/Building a kernel module inside a docker container

Where's the code in the Linux kernel the implements open("/proc/self/fd/NUM")?

linux linux-kernel

How can I check whether a kernel address belongs to the Linux kernel executable, and not just the core kernel text?

ARM linux kernel head-common.S

linux-kernel arm

wait queues vs semaphores in linux

How do you get the set of available CPUs in a Linux kernel module?

linux linux-kernel cpu

files owner:group doesn't change at location /proc/<pid>/ after setuid()?

Linux: Do userland threads have a higher priority when performing system calls?

Error during Ubuntu kernel source download

linux ubuntu linux-kernel

Cygwin: Linux kernel make clean not working

linux-kernel cygwin

How to know which application is reading or writing file

Why won't modprobe or insmod work when I have the .ko file available?

About the usage of "__GFP_COMP"?

Correct interactions between Linux kernel wait-queues and lists

Is kernel space mapped into user space on Linux x86?

Can kernel code make things read-only in a way that other kernel code can't undo?