Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-kernel

What are the semantics of vmsplice(2), with and without gifting?

Independent multithreaded processes block simultaneously

Linux stuck in CPU soft lockup?

printk() doesn't print in /var/log/messages

Memory barriers and Linux kernel spinlock on TILE-Gx

Why must I use gnu99 instead of c99 to compile a kernel module?

ELF Header Magic - Why was 0x7F put in it?

linux linux-kernel elf

How can I set niceness and process affinity at the same time?

problems to connect GDB over an serial port to an KGDB build Kernel

c linux linux-kernel kernel kgdb

Stack Guard and Stack Smashing Protection - canaries, memory

IPv6: Interface IP operations are stopped with floating IP in HA failover

Debugging Linux Kernel using GDB in qemu unable to hit function or given address

Why Red Black trees preferred over AVL trees for memory management in Linux?

Understanding arm64's kvm_vcpu_run_vhe function

c assembly linux-kernel arm kvm

Do spin_lock and spin_unlock hurt performance of an SMP kernel on a single-cpu machine?

linux linux-kernel spinlock

What is the sequence followed by the Linux kernel to configure a device?

Linux kernel driver: what model for NVRAM access?

Why the move from O(1) scheduler to CFS which is O(log N)?

How to get the physical address of the associated data from a struct page?

Reserving a portion of SDRAM to pass data between U-Boot and the Linux Kernel