Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

SCTP protocol support in android

Firmware and drivers in Linux [closed]

What is the default size of datagram queue length in Unix Domain Sockets (AF_UNIX)? Is it configurable?

pthread vs. kthread in Linux kernel v2.6+

copy_to_user() and copy_from_user() for basic data type

How to export a symbol from an external module?

linux gcc linux-kernel kernel

Mapping device tree interrupt flags to devm_request_irq

The futex facility returned an unexpected error code?

How can linux boot code be written in C?

How can _do_fork() return two different PIDs (one for the parent process and one for the child process)

Linux: Can Recvmsg be used to receive the IP_TOS of every incoming packet

c linux-kernel

Assembly, hello world question

Two file descriptor from different process point to the same entry in open file table

Mapping physical addresses to virtual address linux

hrtimer repeating task in the Linux kernel

timer callback linux-kernel

What happens when kernel delayed_work is rescheduled

linux-kernel

How Linux knows which ioctl function to call?

Correct way to join two double linked list

c linux-kernel linked-list

Device Specific Data Structure with Platform Driver and Character Device Interface

What request_irq() does internally?