Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Where does printk() print to?

Using assertion in the Linux kernel

kvm: module verification failed: signature and/or required key missing - tainting kernel

module_init() vs. core_initcall() vs. early_initcall()

Difference between Kernel Virtual Address and Kernel Logical Address?

Difference between eng and user-debug build in Android

Vim configuration for Linux kernel development [closed]

linux vim linux-kernel

What is the best way to prevent out of memory (OOM) freezes on Linux?

Rationale behind the container_of macro in linux/list.h

buffered asynchronous file I/O on linux

Memory mapped IO - how is it done?

Internals of a Linux system call

How to sleep in the Linux kernel?

c linux linux-kernel sleep

spin_lock_irqsave vs spin_lock_irq

linux-kernel spinlock

Software memory bit-flip detection for platforms without ECC

How to get started with Linux kernel development [closed]

linux-kernel

What is the difference between FUTEX_WAIT and FUTEX_WAIT_PRIVATE?

linux-kernel system-calls

I found some bizarre code in the linux kernel, could some one explain it to me?

c linux-kernel

Where can I find system call source code?

mmap, msync and linux process termination

c linux linux-kernel