Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel

Why is data written to a file opened with O_APPEND flag, always written at the end, even with `lseek`?

c linux unix kernel system-calls

How does one submit a potential patch to the Linux kernel?

linux kernel patch

How are same virtual address for different processes mapped to different physical addresses

Why is kernel mapped to the same address space as processes?

How do SYSCALL/SYSRET instructions perform across x86 CPUs?

Terminating a protected antivirus process

kernel keeps dying in jupyter notebook

Identify other end of a unix domain socket connection

linux kernel unix-socket

module compiling : asm/linkage.h file not found

In what context Kernel Thread runs in Linux?

linux linux-kernel kernel

Order of preference - printk() vs dev_dbg() vs netdev_dbg()

implicit declaration of function 'create_proc_entry'

linux linux-kernel kernel

How does the OS detect hardware?

Setting limit to total physical memory available in Linux

Is it possible that linux file descriptor 0 1 2 not for stdin, stdout and stderr?

linux sockets kernel

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

c linux linux-kernel kernel

Who is refreshing hardware watchdog in Linux?

linux kernel arm watchdog

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

What is the difference between interrupt and exception context?

linux-kernel kernel

On Linux - set maximum open files to unlimited. Possible?

linux kernel redhat