Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

kernel paging request fails in try_module_get()

linux-kernel

Hooking syscall by modifying sys_call_table does not work

c linux linux-kernel

Write to /dev/port as non-root user

atomic context and process context/interrupt context

Is it possible to determine which fds a process has open for reading vs. writing via procfs?

linux linux-kernel procfs

Fetching the kernel parameters passed via bootloader (grub)

When is an ELF .text segment not an ELF .text segment?

linux-kernel elf hmac

What is the difference between "Interrupt coalescing" and the "Nagle algorithm"?

CPU usage exceeding 100% in top command third line

How do I compile the msm android kernel using the AOSP toolchain?

When we use irq_set_chained_handler the irq line will be disabled or not?

Handling syscall via ASM code

how to manually include .config when compiling external kernel module?

gcc linux-kernel

Can kernel handle two syscalls at the same time by doing multithreading?

Control V4L2/VB2 Buffer Allocation?

Equivalent of pthread_mutex_lock and pthread_cond_wait in the linux kernel

c linux-kernel pthreads

How is the virtual address of the page table is converted to its actual physical address?

Recalculating TCP Checksum in Linux Kernel Module