Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Linux kernel on virtual machine

In linux, how to make sure a sequence of code is executed without any interruption

Linux Kernel's build configuration with Eclipse

c eclipse linux-kernel

How to ensure the uniquesness of global symbols and restric its scope in C?

c linux-kernel

Sharing data between softirq and process context

Concurrency in the Linux network drivers: probe() VS ndo_open(), ndo_start_xmit() VS NAPI poll()

Difference between return values of alloc_pages() and get_free_pages()

Access data from proc file within kernel module

Interrupt vector and irq mapping in do_IRQ

Reading configuration files in linux device driver

Linux Kernel Preemption Levels

linux linux-kernel

Modify header of a captured packet

local_bh_disable, preempt_disable, local_irq_disable

What is difference between __va() and phys_to_virt()?

linux kernel page table update

who and when to assign PCI/PCIe device BARs base address?

linux-kernel boot pci

How to check the vsyscall mode

Which context a given function is called in Linux Kernel

how to traverse page cache tree (radix tree) of a file address space in linux kernel

What restriction is perf_event_paranoid == 1 actually putting on x86 perf?