Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

How to compile a Linux kernel module using -std=gnu99?

c linux gcc linux-kernel c99

how to compile a kernel module

where is device driver code executed? Kernel space or User space?

SLAB memory management

linux-kernel

The bio structure in the Linux kernel

linux-kernel block-device

Measuring Time in Linux Kernel Space With Sub-Microsecond Precision

c linux time linux-kernel

Is there a function similar to qsort() to be used in kernel space?

c linux-kernel qsort

Getting TSC rate from x86 kernel

linux-kernel timestamp

Why does the Linux kernel use circular doubly linked lists to store the lists of processes?

How do I add an include path for kernel module makefile

c makefile linux-kernel

Why empty critical section within netfilter hooks, occurs `BUG: scheduling while atomic error`?

How can I pause for 100+ milliseconds in a linux driver module?

C uses assemble: operand type mismatch for push

c assembly linux-kernel

Eudyptula Challenge and kernel path

Non-GPL kernel modules using GPL ones [closed]

licensing linux-kernel gpl

Mapping DMA buffers to userspace [closed]

addition of a new network protocol in the linux kernel

What is the interface for ARM system calls and where is it defined in the Linux kernel?

Can software be executed in bare metal machine? [duplicate]

c linux-kernel machine-code