Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Creating simple kernel module

linux-kernel c

Is it possible monitoring at real time all the syscall under linux?

Where is code refers to /proc/PID/maps?

linux-kernel mmu

Where is the standard kernel libraries to let kernel module link to?

Is it possible to create and send a packet from a bpf program?

linux-kernel ebpf bpf

What's the difference between the various kernel-debug*.rpm files created after rpmbuild?

Worker threads in linux

Could a custom syscall access another process' memory?

Halt instruction from Linux kernel module is not working

When a syscall is called by a userspace program, how does execution transfer back to kernelspace?

c assembly linux-kernel kernel

Is executable code stored uniquely in tmpfs copied to another part of RAM when run?

memory linux-kernel tmpfs

Will docker inherit the host kernel parameters, such as tcp_tw_reuse/tcp_fin_timeout?

docker linux-kernel

How to divide the L2 cache between the cores on a ARM Cortex-A7?

What does the 'sched_feat' macro in scheduler mean?

linux linux-kernel kernel

Which hardware timer is used for hr timers in linux?

The Linux Kernel container_of macro and generic containers in C90

How to speed up android build system

What does ASLR(address space layout randomiztion) do?

Undefined functions while compiling linux kernel module

c linux linux-kernel