Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Why processes are deprived of CPU for TOO long while busy looping in Linux kernel?

Is it possible to call device layer code from driver code in Linux Kernel

in linux kernel, asm or asm-generic?

linux-kernel

mmap: mapping in user space a kernel buffer allocated with kmalloc

Which header file do I have to include to get printk() within a kernel source file?

Makefile for Linux kernel module?

Understanding link between CONFIG_SMP, Spinlocks and CONFIG_PREEMPT in latest (3.0.0 and above) Linux kernel

IOMMU initialization without BIOS support

linux-kernel bios acpi iommu

Testing a kernel module

linux kernel aio functionality

c linux io linux-kernel aio

ASM call conventions

Why no zero-copy networking in linux kernel? [closed]

Adding new System Call to Linux Kernel 3.13 on 64 bit system

Is it possible to develop linux kernel module in CLion?

c linux linux-kernel cmake clion

Interpretation of gpio: in fixed-regulator device tree entry?

How to get the physical address from the logical one in a Linux kernel module?

Should I care that the symbol version dump is missing? How do I get one?

linux-kernel

What's the difference b/w __raw_readl/__raw_writel and readl/writel in linux kernel?

What Data Structures are available in the Linux Kernel [closed]

Send a raw ethernet packet from inside a kernel module