Anybody using mercurial to manage a linux kernel?This is a bit long, but I\'m not sure if there\'s an answer to this.I wanted to give some examples for help
I\'m having a problem with inode number. When I mount o开发者_StackOverflowne usb disk (let\'s say usb-a) and then mount another usb disk (usb-b) the inode number in usb-a is changed.
I am using Linux Security Module hooks to add some custom functionality to recv() system call. I want to measure the overhead of this functionality as compared to the pristine recv(). I have written a
How can I instruct the system to reload all kernel modules that have changed? (I am developing a driver with several modules. I want a quick and error-free method to reload all the modules that cha开发
What does this address specify? 开发者_运维知识库Address of where these are loaded in memory?The kernel starts at a fixed location in the virtual address space of a process. The linux kernel usually [
In the flow of control in linux kernel, found that control moves to IDT which has the location of interrupts(ex: 0x80 system call). And then control moves to the appropriate System call. Also read tha
I am working on performance benchmarking of a SDIO UART Linux/Android 开发者_开发百科driver and used current_kernel_time() at start and end of the to-be-analysed read, write function implementation, t
I use Ubuntu 10.10 - 2.6.35.23-generic I want to compile the lincan-module (http://sourceforge.net/projects/ocera/), but it doesn\'t work like I want... That\'s my first compilation of a kernel modul
I\'m trying to generate clock signal on GPIO pin (ARM platform, mach-davinci, kernel 2.6.27) which will have something arroung 100kHz. Using tasklet with high priority to do that. Theory is simple, se
I want to understand, what type of header files are placed u开发者_运维知识库nder \"/includes/\" in the base directory of the kernel. Are these files intended to be the \"public\" headers/API\'s in s