Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Understanding the concept of LWP in liunx kernel

LTTng/Perf: Difference between events used for exiting (sched_process_exit) and freeing (sched_process_free) a process

How does "bitbake virtual/kernel" work if kernel recipes don't have PROVIDES variable set to virtual/kernel?

Android early boot console over usb

In case of a process context switch, is the virtual address space (VAS) of the new process loaded into the CPU context (CPU's registers)?

Analyzing memory mapping of a process with pmap. [stack]

c linux linux-kernel stack mmap

In linux every process is given a 4GB of virtual address space considering a 32-bit architecture

mmap failed when trying to map huge page (1GB)

Finding line number from Kernel oops PC

How to read stack trace kernelside in ebpf?

The meaning of "Referenced" in process smaps

linux memory linux-kernel

How can I use the vm_operations struct to intercept page faults to a particular set of pages?

What is the use of EAX register in the context of system calls in Linux?

linux linux-kernel

Hijacking communication between application and network in Linux

How does debug exceptions (ptrace single_step) work in arm64 on Linux kernel?

Why doesn't Linux cache object and/or ".so" files when using GNU Linker?

caching linux-kernel ld