Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Is there any way to make a call to linux kernel with my own softirq

Is clock_nanosleep affected by adjtime and NTP?

linux time timer linux-kernel

Real time Linux: disable local timer interrupts

What is the difference between signal and rt_signal syscalls in Linux?

Extract TCP round trip time (RTT) estimations on linux

Linux Kernel - what function holds the source where port numbers are randomly chosen?

linux linux-kernel kernel

spidev cannot control the chip select signal

linux linux-kernel spi

How to connect an ethernet device directly to a switch in linux?

create /dev/fakeDevice supporting read, write and ioctl

Is it possible to use gdb and qemu to debug linux user space programs and kernel space simultaneously?

Pool of Memory in Kernel driver for Multiple processes

What is the difference between dma_mmap_coherent and remap_pfn_range?

c linux linux-kernel

How to get history of Pods run on Kubernetes Node?

Force Linux to use only memory over 4G?

Which is the correct way to register a new net_device?

linux linux-kernel

Does a page fault causes the faulting process to reschedule?

stack prefaulting in linux - single or multiple faults needed

What are the "struct file_operations" arguments?

Why driver programming prefer kzalloc over kmalloc

Difference in writing a platform device driver for x86 and ARM