Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Virtual address range of a process

How to sync Kernel time and logcat time?

Getting Linux kernel debug information after a kernel crash

c linux debugging linux-kernel

What is entropy starvation

what does "static int function(...) __acquires(..) __releases(...){" mean?

What's the difference between slab and buddy system?

memory linux-kernel

How to pass parameters to Linux system call?

Getting memory map of every device in linux

What is wmb() in linux driver

Why is root directory always stored in inode two?

linux linux-kernel

Kernel Compile Error: gcc: error: elf_i386: No such file or directory

gcc linux-kernel

How do I define dependency among kernel modules?

Why do we need parentheses around block macro?

c gcc linux-kernel

Limiting syscall access for a Linux application

Detect Stack overflows

Zero-copy with and without Scatter/Gather operations