Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

What is a Kernel thread?

proc_create() example for kernel module

Finding original MAC address from Hardware itself

Linux kernel device driver to DMA from a device into user-space memory

Where is linux-vdso.so.1 present on the file system

Difference between vm.dirty_ratio and vm.dirty_background_ratio?

Measuring NUMA (Non-Uniform Memory Access). No observable asymmetry. Why?

When to use kernel threads vs workqueues in the linux kernel

linux linux-kernel

Is there a macro definition to check the Linux kernel version?

c linux gcc macros linux-kernel

What does it mean to say "linux kernel is preemptive"?

How to solve "Kernel panic - not syncing - Attempted to kill init" -- without erasing any user data [closed]

Detecting Integer Constant Expressions in Macros

Content for Linux Operating Systems Class

Difference between physical/logical/virtual memory address

What are memory mapped page and anonymous page?

What do the counters in /proc/[pid]/io mean?

linux linux-kernel procfs

Is there any API for determining the physical address from virtual address in Linux?

Configuring ARP age timeout [closed]

linux linux-kernel arp

What does m mean in kernel configuration file?

linux-kernel

good explanation of __read_mostly, __init, __exit macros

c gcc linux-kernel