Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

lsof FD column equal to DEL, what does it mean?

Shared_dirty vs Private_dirty in shared memory

Disagrees about version of symbol symbol_name after insmod

c linux linux-kernel

What is the relation between Linux kernel and GNU C library?

c linux linux-kernel glibc

iptable rule to drop packet with a specific substring in payload

linux linux-kernel iptables

What's the difference between /usr/include/linux and the include folder in linux kernel source?

linux include linux-kernel

How to write from scratch an LCD driver for an android tablet?

How much information is actually stored in a file descriptor?

What is the most efficient way to monitor the number of context switches in linux kernel?

For loop macro which unrolled on the pre-processor phase?

How do I use a Linux System call from a Linux Kernel Module

Linux over commit heuristic

No rule to make target `arch/x86/entry/syscalls/syscall_32.tbl', needed by `arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h'

architecture linux-kernel

Is it possible to map a process into memory without mapping the kernel?

How to keep asm output from Linux kernel module build

Using a likely/unlikely as argument of return in linux kernel

How linux drive many network cards with the same driver?

Linux device driver, Is it possible to get the minor number using a file descriptor?

Watch a variable (memory address) change in Linux kernel, and print stack trace when it changes?

debugging linux-kernel

How does a system wide profiler (e.g. perf) correlate counters with instructions?