Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

get process info from proc

c linux linux-kernel

HOW TO FORCEFULLY DISABLE intel_pstate? intel_pstate is enabled on reboot even with intel_pstate=disable option in grub

How to quickly get all the processes currently being executed by a multicore processor?

linux linux-kernel

What is not allowed in restricted C for eBPF?

c linux-kernel manpage bpf ebpf

How does physical to virtual IRQ mapping implemented in Windows and Linux systems?

Processor affinity settings for Linux kernel modules?

linux-kernel smp affinity

difference between dma_alloc_coherent and kalloc+dma_map_single

Floating point arithmetic in Kernel

Trace from user space code to kernel space

linux-kernel gdb

Can I use vpush/vpop in kernel code?

linux linux-kernel arm

How to properly cherry pick problematic commits from linux kernel git tree

linux git linux-kernel

Finding processor id in which process is running [through command/interface similar to top]

What exactly set_bh_page does for a given buffer head in page cache?

USB device detection on /dev directory on Linux

How Linux kernel decide to which memory zone to use?

How does the AF_PACKET socket work in Linux?

c linux sockets linux-kernel

Why does strace ignore some syscalls (randomly) depending on environment/kernel?

What is triggering an 0x08 interrupt?

c timer linux-kernel x86-64