Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Why does wait queue implementation wait on a loop until condition is met?

Need of using MACROS like module_init and module_exit while writing Loadable Kernel Modules

perf_event_open: Including the execution of child process in case of sampling

‘getnstimeofday' is an implicit declaration in system call when <linux/time.h> is included

Is it possible to sample per core or per thread with `perf stat`?

why USB Device gets disconnected immediately after successful probe

How to boot Linux kernel from u-boot?

linux-kernel u-boot

How is this Calculation working?

c++ timer linux-kernel arm arm64

Send IP packet from Linux Kernel without destination mac address

c linux-kernel ip ethernet arp

How to restrict a CPU core to only 2 applications using Linux scheduler? [closed]

sendfile() usage on two mmaped files (linux)

linux linux-kernel sendfile

What would you write kernel module for?

Why does open() fail and errno is not set?

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