Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

i2cdetect doesn't find anything on goodix chip

Linux: How to enable Execute in place (XIP) for RAMFS/TMPFS

What is the relationship between framebuffer, VT, and tty?

Compile Linux Kernel Modules into LLVM .bc bitcode

Which error value should I use?

How to listen to new forks in 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?