Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel

How can I use perf to measure page fault time during program execution?

kernel perf page-fault

Can I use <stdatomic.h> from C11 in Linux driver, or do I must to use Linux functions of memory-barriers?

c gcc linux-kernel kernel driver

Is OSCompareAndSwap (Mac OS X) equivalent to CMPXCHG8B?

Performance Read() and Write() to/from Linux SKB's

linux tcp kernel

Download or clone only a branch in git and not the entire tree

git linux-kernel kernel

Set up LDTR to make Intel VT happy?

x86 kernel

How to reduce the probability of page allocation failure?

Dynamic Registeration with IOCTLs

linux kernel

how to panic kernel from user land

c kernel

Superimposing Kernel Distributions in R

r plot kernel distribution

Are there different libraries of Windows system calls?

How does bootloader(e.g. grub,lilo... ) find kernel image? [closed]

linux kernel bootloader

Difference between kernel threads and user threads in a multi core cpu?

clock_getres and Kernel 2.6

time kernel resolution clock

How to use mmap to share user-space and kernel threads

linux-kernel kernel mmap

Generate raw binary from C code in Linux

c linux gcc x86 kernel