Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

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

Kubernetes OOM pod killed because kernel memory grows to much

About "init: untracked pid xxxx exited" in Genymotion

In kernel 3.8, how the first user process is switched into user mode while kernel_execve is removed

linux-kernel