Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

What is OE+ in Linux?

Why can't I mmap(MAP_FIXED) the highest virtual page in a 32-bit Linux process on a 64-bit kernel?

Can we have a docker container without a shell?

Netlink Sockets in C using the 3.X linux kernel

c linux-kernel netlink

In ARM Linux, what is the purpose of the few bytes reserved at the "bottom" of kernel stack for each thread

c linux-kernel arm

Differences between modprobe.blacklist and rd.driver.blacklist in Linux kernel parameters

linux linux-kernel driver grub

What does a i2c_new_dummy do?

Out of tree kernel modules: Multiple module, single Makefile, same source file, different build options

Using select()/poll() in device driver

linux linux-kernel

What is the difference between the kernel loadaddress and entry point?

Linux Asynch IO - difference between aio.h and libaio.h

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?