Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Configure Parameters of LED Trigger from Kernel Space

What order do Netfilter hooks go in, if they all specify NF_IP_PRI_LAST or NF_IP_PRI_FIRST?

What happens to preempted interrupt handler?

Why doing I/O in Linux is uninterruptible?

mwait x86 instruction doesn't wait for DMA

linux-kernel x86 dma

gdb disassemble: show function offsets in base 16

unsigned three = 1 in Linux kernel

linux linux-kernel

Linux Device Tree Help (GPIO controller/interrupts)

How to find out memory layout of your data structure implementation on Linux 64bit machine

Does listen's backlog number include SYN-received connections count in case of TCP in Linux?

What is DMA mapping and DMA engine in context of linux kernel?

Periodic task in a Linux kernel module

Intercepting a system call

Why doesn't this call to `poll` block correctly on a sysfs device attribute file?

gcc inline assembly using modifier "P" and constraint "p" over "m" in Linux kernel

c gcc assembly linux-kernel

Various glibc and Linux kernel versions compatibility

what is the difference between /proc/kmsg and dmsg?

human readable timestamp in linux kernel

Trigger Kernel Interrupt Handler: How?

Is spinlock required for every interrupt handler?

c linux linux-kernel