Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

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?

How to send signal from kernel to user space

linux-kernel signals

What is the difference between DMA-Engine and DMA-Controller?

linux linux-kernel dma

Abstruse #define macro encountered in Linux kernel source

how is a memory barrier in linux kernel is used