Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

How to get full pathname from struct dentry in Linux kernel

Calling printk in a simple IRQ handler crashes the kernel

Low throughput with XDP_TX in comparison with XDP_DROP/REDIRECT

linux-kernel ebpf xdp-bpf

ebpf: intercepting function calls

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?