Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Reserving a portion of SDRAM to pass data between U-Boot and the Linux Kernel

How to push skb in specific point of Linux network stack?

How does the linux kernel maintain the vast amount of config options?

Which Linux kernel function creates the 'process 0'?

c assembly linux-kernel x86 boot

How to switch to a particular version of Linux source code using git?

linux git linux-kernel

How to zero unused memory to reduce VM snapshot size

Reading a symbolic link in kernel-space

c linux-kernel symlink

Accessing Linux /dev/USB as standard files to communicate with USB device

what is has_zero and find_zero in word_at_a_time.h used for

c hash linux-kernel

Not able to bind kernel threads to CPU

How does "get_user_pages" work (For linux driver)

Linux (Debian 8 Jessie) HRTimer - Kernel - Leap Seconds

linux linux-kernel cpu

What does rcu_read_lock() actually do (Linux Kernel)

c linux-kernel locking rcu

How to explicitly load a structure into L1d cache?

Linux kernel scheduling

Is there a way for a kernel module to find section addresses of another loaded module?

Building kernel modules for different linux version

Is it viable to write a Linux kernel-mode debugger for Intel x86-64 in Common Lisp, and with which Common Lisp implementation[s]?

Why does switch_to use push+jmp+ret to change EIP, instead of jmp directly?

assembly linux-kernel x86

linux/list.h - How to safely remove items from the list?

c list linux-kernel