Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

how to manually include .config when compiling external kernel module?

gcc linux-kernel

Can kernel handle two syscalls at the same time by doing multithreading?

Control V4L2/VB2 Buffer Allocation?

Equivalent of pthread_mutex_lock and pthread_cond_wait in the linux kernel

c linux-kernel pthreads

How is the virtual address of the page table is converted to its actual physical address?

Recalculating TCP Checksum in Linux Kernel Module

How do I install a custom kernel on a google compute engine instance?

BPF filter fails

linux linux-kernel bpf

asm vs asm-generic in linux headers -- are they same

Using ioprio_set() from linux kernel header ioprio.h in C++

c++ linux linux-kernel

Thread sanitizer complaining of unexpected memory map

Mounting ISO image from USB at boot time

What is the equivalent of current_kernel_time in Linux kernel v5?

c linux-kernel

Does Linux use self-map for page directory and page tables?

get current->pid while in interrupt

Implementation of branch reordering in GCC