summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/os/lgrpplat.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-29OS-449 log a warning when there are no lgrps because the ACPICA SRAT table ↵Robert Mustacchi1-2/+12
is missing
2010-07-146812663 Running out of bits in x86_featureKuriakose Kuruvilla1-3/+2
2010-03-25PSARC/2009/104 Hot-Plug Support for ACPI-based SystemsGerry Liu1-238/+796
PSARC/2009/550 PSMI Extensions for CPU Hotplug PSARC/2009/551 acpihpd ACPI Hotplug Daemon PSARC/2009/591 Attachment Points for Hotpluggable x86 Systems 6862510 provide support for cpu hot add on x86 6883891 cmi interface needs to support dynamic reconfiguration 6884154 x2APIC and kmdb may not function properly during CPU hotplug event. 6904971 low priority acpi nexus code review feedback 6877301 lgrp should support memory hotplug flag in SRAT table
2010-01-124517853 debug.h should include macros to assert implication and equivalenceJonathan Adams1-10/+10
6915090 struct memlist should have ml_ member prefixes
2009-11-046843035 Need support for Magny-Cours processorsSrihari Venkatesan1-2/+2
6860401 FMA CPU Topology & Memory Topology needs to support Magny Cours(Multi chip Module) Portions contributed by Boris.Ostrovsky@amd.com and Hans.Rosenfeld@amd.com
2009-10-036861737 Assertion in lgrpplat.c hit on platform with >32 cores.Jonathan Chew1-284/+368
2009-08-296834743 system panic due to lgrp_ functions during OS installationJonathan Chew1-10/+13
2009-08-066863147 2 testcases are consistently failing on Thor platformKit Chow1-0/+1
2009-06-216850943 Dell T610, M710, and R710 panic with too many lgroupsJonathan Chew1-2/+2
2009-05-266843675 1g page workaround needed on systems that have 1g aligned regions ↵Kit Chow1-4/+32
straddling multiple NUMA nodes
2009-05-246816963 Virtual Memory (VM) system expects memnodes to always be in ↵Jonathan Chew1-16/+281
ascending order by physical address
2009-03-166817282 Need boot properties to disable Solaris kernel from using SRAT, ↵Jonathan Chew1-5/+21
SLIT, and NUMA optimizations
2008-08-046528768 apic_navail_vector() fails when IPL equals 8 or 9mishra1-0/+24
6680545 x2APIC support in Solaris x86 Initial Code Contributed by Intel <ashok.raj@intel.com & borun.fu@intel.com>
2008-05-236705638 Typo/bug in lgrp_plat_process_srat() causes assertion failurejjc1-66/+91
6706826 ACPI SRAT support should use number of CPUs in cpu_apicid_array not boot-ncpus boot property
2008-05-206699040 Solaris kernel uses wrong CPU APIC ID for looking up CPU in ACPI SRATjjc1-78/+135
2008-05-066689227 lgrp_plat_process_srat() shouldn't have two local variables named ↵jjc1-4/+10
"end" even at different scopes 6694552 min and max latencies should be initialized in x86/x64 lgroup platform support
2008-04-166689201 start and end arguments to lgrp_plat_node_memory_update() should be ↵jjc1-2/+2
uint64_t's
2008-04-146594519 Need support for ACPI System Resource Affinity Table (SRAT)jjc1-903/+1734
6621201 Need support to read ACPI System Locality Information Table (SLIT) 6688471 x86/x64 lgroup platform support code needs cleaning
2008-03-266657453 DEBUG kernel fails assertion in page_demote() with 17GB+ of memorykchow1-1/+66
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-0/+7
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-08-196569424 is_opteron() needs to be updated to recognize AMD family 0x10 processorsjjc1-53/+137
2007-01-176461311 multi-level CMT scheduling optimizationsesaxe1-3/+3
6509639 cpu0 is not in the right chip_t if its chipid is not zero --HG-- rename : usr/src/uts/common/os/chip.c => deleted_files/usr/src/uts/common/os/chip.c rename : usr/src/uts/common/sys/chip.h => deleted_files/usr/src/uts/common/sys/chip.h
2006-10-266469235 s10u3_06;Panic lgrp->lgrp_parent->lgrp_id == ↵jjc1-2/+2
lpl->lpl_parent->lpl_lgrpid, file: ../../common/os/lgrp 6482597 lgrp_affinity_set22 test fails intermittently 6483137 lgrp_affinity_best() should walk lgroup hierarchy to find best lgroup when bound to CPU
2006-06-166330449 call to meminfo(2) with MEMINFO_PLGRP & invalid PA could in theory ↵stevel1-3/+9
cause an assertion failure
2006-01-096282049 CMT update needed for x86 CPU detectionandrei1-4/+11
6311990 Opteron memory latency probing sometimes confused during boot 6366758 cpu_info.core_id kstats 6366886 FPU bit is not set on AMD K6/3+ system
2005-11-166336786 time doesn't fly when CPUs are not having funesaxe1-13/+10
6347678 lgrp_plat_init() should use routines available from pci_cfgspace.h
2005-11-116315921 lgrp node memory computation needs to pay attention to enabled bitsjjc1-11/+52
2005-08-246286816 page_numtopp_nolock is inefficentkchow1-1/+2
6288107 Missing comment terminator in i86pc/ml/locore.s 6290613 high page_get_cachelist failure rate on jurassic 6297005 performance issues with page_nextn()
2005-06-216266922 page_get_replacement_page may fail with 256M pagesjjc1-12/+19
6274712 no memnodes in parent lgroup of leaf lgroups with no memory 6274882 Remove lgrp_plat_build_topo() since it is unused 6274894 lgrp_plat_latency_verify() shouldn't use lgrp_plat_probe_times[0][0] as local latency 6274899 lgrp_mem_init() has mistake in accounting for lgroups changed
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1506