Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

What is 'typeof((fifo) + 1)' means from linux/kfifo.h file?

gcc linux-kernel

Without writing any code, is there a command to retrieve the number of available cores in the affinity for the current shell?

linux bash linux-kernel

Traversing all the physical pages of a process

Map multiple kernel buffer into contiguous userspace buffer?

How to execute a piece of kernel code on all CPUs?

Direct Memory Access (DMA) Scheduling in a Multithreaded Application

Kernel memory leak detector

How does perf use the offcore events?

What is "process context" exactly, and how does it relates to "interrupt context"?

Tool to decode the page tables and descriptor tables from a RAM snapshot

Linux Device tree, node with multiple interrupt parents

Does thread creation trigger page faults in Linux? How does it relate to soft-dirty PTEs?

How can I read performance counters from the kernel?

linux-kernel perf intel-pmu

How is one structure mapped to another by something like "return (struct a *) b"

c struct linux-kernel kernel

Why Coredump files is not generating here?

Difference of ALIGN() and round_up() macro in the Linux kernel

How is interrupt context "restored" when a interrupt handler is interrupted by another interrupt?

How can an ebpf program change kernel execution flow or call kernel functions?

linux-kernel ebpf bpf bcc-bpf