Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

How to choose between "sys' and "proc" files in linux kernel

PCIe Driver - How does user space access it?

How CPU allocation is done in Linux ? Thread level or Process level? [closed]

How does the kernel use task_struct?

In Linux kernel, why a mutex cannot be acquired in bottom half?

How to install yum in Red Hat 3.4.6-3 [closed]

linux linux-kernel redhat

Linux driver DMA transfer to a PCIe card with PC as master

Can the loading of exported symbols be delayed?

error while running make install - include/generated/autoconf.h or include/config/auto.conf are missing

c linux linux-kernel makefile

How to build a Linux kernel module so that it is compatible with all kernel releases?

linux linux-kernel

What is difference between Linux kernel versions?

linux-kernel

Interrupt on a processor while another process is spinning for lock

What is reg property in device tree?

Linux kernel NULL-pointer dereference in memset from kzalloc

Setting up Netbeans/Eclipse for Linux Kernel Development

c eclipse linux-kernel

posix_fadvise(WILLNEED) makes IO slower?

Can I use protobufs to in the kernel?

Need for thread_info structure in Linux 2.6 Kernel?

process linux-kernel

Can an interrupt handler be preempted by the same interrupt handler?

Mapping a physical device to a pointer in User space