Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Linux Kernel Changing Default CPU Scheduler

Wake up android phone on an interrupt, on a GPIO

Optimize socket data transfer over loopback wrt NUMA

linux-kernel x86 x86-64 dma numa

`./scripts/recordmcount: Syntax error: "(" unexpected` is reported when I compile driver module on Raspberry Pi

Are there any DMA Linux kernel driver example with PCIe for FPGA?

Adding a new system call to Linux that requires root privileges

c linux linux-kernel

custom Linux kernel build failure in vmware workstation

How to get address information from library to be shared among all processes?

c linux linux-kernel

DirectMap1G display a wired huge number

How do I access any kernel symbol in a kernel module?

How to set the affinity of a process from a Linux kernel mode?

Connect socket using secondary IP address

mapping memory reserved by mmap kernel boot param into user space

kmalloc() functionality in linux kernel

linux linux-kernel

Does atomic_cmpxchg() imply memory barriers?

Is a buffer within kmalloc also a DMA safe buffer?

Getting file descriptors and details within kernel space without open()

c linux linux-kernel

Getting 'errno 38: function not implemented' while making a system call

Why compile Android kernel module with -fno-pic?

Intercept ELF loader in linux kernel: fs/binfmt_elf.c file via loadable kernel module