Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

Is it viable to write a Linux kernel-mode debugger for Intel x86-64 in Common Lisp, and with which Common Lisp implementation[s]?

Why does switch_to use push+jmp+ret to change EIP, instead of jmp directly?

assembly linux-kernel x86

linux/list.h - How to safely remove items from the list?

c list linux-kernel

How to write an Android application to do sysfs read/write.?

How do I allocate a DMA buffer backed by 1GB HugePages in a linux kernel module?

Why is the TUX Web Server Dead? Does Nginx/Lighttpd/Epoll/Kqueue Replace it?

enable/disable cache on intel 64bit machine: CD bit always set?

c assembly linux-kernel kernel

Large shared memory between Kernel space and user space

Naming a variable `current` in a kernel module leads to "function declaration isn’t a prototype" error

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