Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Getting list of network devices inside the Linux kernel

How do I use ioctl() to manipulate my kernel module?

Kernel zeroes memory?

Efficient way to find task_struct by pid

c linux process linux-kernel

align macro kernel

How does the kernel know if the CPU is in user mode or kenel mode?

linux-kernel

Why cgroup’s memory subsystem use oom-killer instead of return memory allocation failure when progress allow memory over cgroup limit?

why is openat() needed to avoid a two-step race condition with stat and then open()?

linux-kernel

strerror-like functionality in the kernel?

What is the error of "linux unable to handle kernel paging request at ffffffff00000010"?

Why does malloc() call mmap() and brk() interchangeably?

Linux kernel - add system call dynamically through module

how to port c/c++ applications to legacy linux kernel versions

c++ linux gcc linux-kernel glibc

Reliability of Linux kernel add_timer at resolution of one jiffy?

linux timer linux-kernel

How can i create new virtual mouse device on my android device?

How does CLFLUSH work for an address that is not in cache yet?

Sending UDP packets from the Linux Kernel

linux linux-kernel udp kernel

Read and Write atomic operation implementation in the Linux Kernel

c linux-kernel atomic volatile

Why disabling interrupts disables kernel preemption and how spin lock disables preemption

setitimer, SIGALRM & multithread process (linux, c)