This tag is for questions about the internals of the Linux kernel itself - particularly about writing code that runs within the context of the kernel (like kernel modules or drivers).
Recently, tomcat process on my Linux machine was killed abruptly. After investigation I found below error message in /var/log/…
linux memory linux-kernel kill-processI would like to know the difference between the two build_flavor's viz. eng & user-debug The difference between eng …
android linux makefile linux-kernel android-buildWhat happens to an open file handle on Linux if the pointed file meanwhile gets: Moved away -> Does …
linux file file-io linux-kernel systems-programmingI am aware of I2C in a very basic level which relies inside linux kernel, but no clue to …
linux-kernel linux-device-driver i2cI need help understanding why I get an error when I insert a module. I have tried this with no …
linux linux-kernel kernel-module linux-scstI can use the following command to create a Linux kernel .config file based on a specified architecture default for …
linux-kernel kbuildIs there any way in Linux to assign one CPU core to a particular given process and there should not …
c linux linux-kernel cpu schedulingdownloaded and compiled glibc-2.13. when i try to run a sample C program which does a malloc(). I get following …
linux linux-kernel glibc abiKDIR ?= $(shell uname -r) What is the meaning of ?=? I have understood the difference between :=, += and = from another thread available …
linux linux-kernel makefileWe are looking to upgrade the OS on our servers from Ubuntu 10.04 LTS to Ubuntu 12.04 LTS. Unfortunately, it seems that …
linux multithreading linux-kernel kernel ubuntu-12.04