Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Use of floating point in the Linux kernel

Understanding container_of macro in the Linux kernel

Image vs zImage vs uImage

How to avoid transparent_hugepage/defrag warning from mongodb?

linux mongodb linux-kernel

Using gdb to single-step assembly code outside specified executable causes error "cannot find bounds of current function"

What are vdso and vsyscall?

c linux linux-kernel kernel vdso

Context switches much slower in new linux kernels

Read/write files within a Linux kernel module

How to "hibernate" a process in Linux by storing its memory to disk and restoring it later?

linux linux-kernel

If threads share the same PID, how can they be identified?

What happens to an open file handle on Linux if the pointed file gets moved or deleted

What is the difference between vmalloc and kmalloc?

c linux-kernel kmalloc vmalloc

kernel stack and user space stack

What's the use of do while(0) when we define a macro? [duplicate]

c macros linux-kernel

What is ?= in Makefile

linux linux-kernel makefile

IOCTL Linux device driver [closed]

Writing programs to cope with I/O errors causing lost writes on Linux

c linux linux-kernel posix

What is the difference between the kernel space and the user space?

Measure time in Linux - time vs clock vs getrusage vs clock_gettime vs gettimeofday vs timespec_get?

c linux time linux-kernel

Finding which process was killed by Linux OOM killer [closed]

linux linux-kernel