haiku/src/system
Pawel Dziepak c08ed2db65 scheduler: Try to keep thread on the same logical CPU
Some SMT implementations (e.g. recent AMD microarchitectures) have
separate L1d cache for each SMT thread (which AMD decides to call "cores").
This means that we shouldn't move threads to another logical processor too
often even if it belongs to the same core. We aren't very strict about
this as it would complicate load balancing, but we try to reduce unnecessary
migrations.
2013-12-20 03:36:01 +01:00
..
boot x86: Let each CPU have its own GDT 2013-12-17 03:57:20 +01:00
glue Move UsePrivateSystemHeaders into arch-specific block. 2013-08-29 22:44:49 +02:00
kernel scheduler: Try to keep thread on the same logical CPU 2013-12-20 03:36:01 +01:00
ldscripts Merge branch 'master' into sam460ex 2013-04-21 01:34:20 +02:00
libroot kernel, libroot: Add more memory info in system_info 2013-12-16 04:53:46 +01:00
runtime_loader libroot: Add adaptive mutex implementation 2013-11-08 03:37:30 +01:00
Jamfile