Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

Detect new process creation instantly in linux

Eudyptula Challenge List

Compile linux kernel (2.6) module including non kernel headers

linux get process name from pid within kernel

linux linux-kernel

Setting the license for modules in the linux kernel

c linux-kernel ada

____cacheline_aligned_in_smp for structure in the Linux kernel

linux-kernel smp

Finding the kernel address of a loadable kernel module

Execute a program in kernel space in Linux

Getting kernel version from linux kernel module at runtime

What is the first process a typical Linux kernel starts?

linux linux-kernel

Why is "sleeping" not allowed while holding a spinlock? [duplicate]

What is platform_get_resource in Linux driver?