Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Can we access the Microphone driver of my android phone

fork() leaking? Taking longer and longer to fork a simple process

c linux linux-kernel fork

Static call graph generation for the Linux kernel

What is the overhead involved in a mode switch

difference between dmesg and /var/log/kern.log

logging linux-kernel printk

module compiling : asm/linkage.h file not found

Why Device Tree Structure (DTS) file is needed both in bootloader and kernel source code?

Proper way of handling threads in kernel?

In what context Kernel Thread runs in Linux?

linux linux-kernel kernel

How to create opengl context via drm (Linux)

linux opengl linux-kernel

Lowering linux kernel timer frequency

linux timer linux-kernel

implicit declaration of function 'create_proc_entry'

linux linux-kernel kernel

Why can't OS use entire 64-bits for addressing? Why only the 48-bits?

How remap_pfn_range remaps kernel memory to user space?

What is the difference between module_init and subsys_initcall while initializing the driver?

How can I get a filename from a file descriptor inside a kernel module?

Page table in Linux kernel space during boot

__udivdi3 undefined — how to find the code that uses it?

c linux linux-kernel kernel

Is "asmlinkage" required for a c function to be called from assembly?

How to load a custom module at the boot time in Ubuntu?