Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Change linux kernel installation directory

Cannot avoid context-switches on a process launched alone on a CPU

What's the difference between the three linux-image variants in Ubuntu?

ubuntu linux-kernel

What does sizeof(int[1]) mean?

c macros linux-kernel sizeof

Which mutex lock variant should I use in Linux kernel developing?

How is Heterogeneous Multi-Processing (HMP) scheduling implemented in Linux Kernel (Samsung Exynos5422)?

How to get a kernel thread ID?

linux-kernel

Completely Fair Scheduler (CFS): vruntime of long running processes

Why does Vault by HashiCorp require the ipc_lock capability to be enabled?

How does Linux blocking I/O actually work?

linux linux-kernel blocking

Perl: what does checkstack.pl in linux source do?

linux perl stack linux-kernel

How can the same Linux program load memory addresses be used multiple times on different processes running concurrently?

linux linux-kernel

Generate random number in kernel module

How to get linux ebpf assembly?

linux assembly linux-kernel

What is the difference between tcp_max_syn_backlog and somaxconn?

CPU Numbering on a hypertheading enabled system

how can I change cpu frequency manually using sysfs & CPUFREQ subsystem?

linux-kernel

Layout of structs in Linux/x86-64 syscalls for assembly programmers?

c linux linux-kernel x86 x86-64

I2C device linux driver [closed]

What is the difference between spin_lock and raw_spin_lock()?