Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Linux - identify process owning a specific address in physical memory

how are pthreads on linux seen by scheduler

I'm using tcp for very many small sends, should I turn off Nagles algorithm? (People also know this as TCP_NODELAY)

c++ linux tcp linux-kernel send

Linux kernel memory management?

Why are many system calls (getpid) captured only once using strace?

Communication between Linux kernel and user space program

Which part of process virtual memory layout does mmap() uses?

Time calculation with TSC (Time Stamp Counter)

How do we Load Linux Image to appropiate location in Memory

Source and destination port of ICMP packet

linux-kernel netfilter

Unload kernel module for only a specific device (preferrably from code in another kernel module)

linux-kernel device

Do I need to "enable" a PCIe memory region in a Linux 3.12 driver?

drmDropMaster requires root privileges?

linux-kernel x11 wayland

Is overwriting a small file atomic on ext4?

How to get current process's UID and EUID in Linux Kernel 4.2?

dev_err() function definition

Why GDB cannot find the source lines of the Linux kernel when debugging through QEMU?

debugging linux-kernel gdb

perf: why don't I have "syscall" counters?

linux linux-kernel perf

Advanced C question: Please explain C construct *({ foo(&bar); &bar; })

How program and compile "Hello World" code in kernel mode of linux?

c++ linux-kernel