Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

What is the best way to read from Linux /proc interfaces using C user space code?

Insert linux kernel module statically

How programmatically get Linux process's stack start and end address?

c linux linux-kernel

What happens when a mov instruction causes a page fault with interrupts disabled on x86?

Linux Interrupt vs. Polling

ptrace and threads

What is the relation between virt_to_phys and the CPU's MMU in the Linux kernel?

What do you mean by 'make' command in linux?

Call trace when loading a module in Linux

How do you swap /dev/sda with /dev/sdb? [closed]

linux linux-kernel device

Which stack is used by Interrupt Handler - Linux

Linux kernel exported symbols

linux linux-kernel

Can the dirtiness of pages of a mmap be found from userspace?

c++ c linux linux-kernel mmap

Getting VBox Guest Addtions for Android x86

How does a segmentation fault work internally (kernel/hardware)?

How does USER_HZ solve the jiffy scaling issue?

linux linux-kernel

AF_UNIX in windows

GCC's reordering of read/write instructions

What is the meaning of GFP in kmalloc flags?

linux-kernel kmalloc

Newbie asm: where is the call code?