Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smp

C and C++ compilers with "aggressive" volatile semantics

c++ c x86 volatile smp

Understanding link between CONFIG_SMP, Spinlocks and CONFIG_PREEMPT in latest (3.0.0 and above) Linux kernel

Linux Kernel: Spinlock SMP: Why there is a preempt_disable() in spin_lock_irq SMP version?

c linux kernel spinlock smp

Looking for cause of unexpected preemption in linux kernel module

c linux-kernel real-time smp

Assembly: does xadd instruction need lock?

assembly x86 atomic smp

What happens if two process in different processors try to acquire the lock at EXACTLY same time

How are percpu pointers implemented in the Linux kernel?

linux linux-kernel smp

How can I get the CPU core number from within a user-space app (Linux, C)?

linux multicore smp

How to set CPU affinity for a process from C or C++ in Linux?

c linux smp affinity

How are atomic operations implemented at a hardware level?

Is there a simple process-based parallel map for python?

What is TLB shootdown?

What are the differences between multi-CPU, multi-core and hyper-thread?

What does multicore assembly language look like?

assembly x86 cpu multicore smp