Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/acpi_srat.c
RevisionDateAuthorComments
 1.9  30-Jun-2024  jmcneill acpi: Parse GICC SRAT entries.
 1.8  27-Dec-2019  ad branches: 1.8.32;
Redo the page allocator to perform better, especially on multi-core and
multi-socket systems. Proposed on tech-kern. While here:

- add rudimentary NUMA support - needs more work.
- remove now unused "listq" from vm_page.
 1.7  22-Dec-2019  ad Avoid doing zero sized allocations if we get bad data.
 1.6  01-Oct-2019  chs in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
and remove code to handle failures that can no longer happen.
 1.5  28-Dec-2017  maxv branches: 1.5.4;
Style, export struct acpisrat_node, and add acpisrat_get_node.
 1.4  31-Aug-2017  msaitoh If _ENABLED flag of ACPI_SRAT_TYPE_CPU_AFFINITY, ACPI_SRAT_TYPE_MEMORY_AFFINITY
or ACPI_SRAT_TYPE_X2APIC_CPU_AFFINITY isn't set, don't use the table.
 1.3  05-Mar-2010  jruoho branches: 1.3.2; 1.3.22;
Remove <dev/acpi/acpica.h> from all files. It is included from
<dev/acpi/acpivar.h>. Ditto for <dev/sysmon/sysmonvar.h>, <sys/bus.h>,
<dev/pci/pcivar.h>, and <dev/isa/isavar.h>.

Also nuke a lot of unused and invalid headers. Some of these are audibly
provided by standard headers (namely <sys/param.h> and <sys/device.h>), some
have nothing to do with ACPI devices (e.g. <sys/syslog.h>), and some are
nonexistent local includes (e.g. "mpu_ym.h"). Moreoever, try to group the
includes into their respective blocks.

Tested with GENERIC and ALL (i386). No functional change.
 1.2  04-Dec-2009  njoly branches: 1.2.2;
Fix NetBSD keyword expansion.
 1.1  25-Nov-2009  cegger Add ACPI SRAT parser. This is a part of NUMA support.
Tested on 1-node, 2-node and 8-node machines.
Patch presented on tech-kern@, port-i386@ and port-amd64@.

No comments.
 1.2.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.3.22.1  03-Dec-2017  jdolecek update from HEAD
 1.3.2.2  11-Mar-2010  yamt sync with head
 1.3.2.1  05-Mar-2010  yamt file acpi_srat.c was added on branch yamt-nfs-mp on 2010-03-11 15:03:22 +0000
 1.5.4.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.8.32.1  01-Jul-2024  perseant Sync with HEAD.

RSS XML Feed