Age | Commit message (Expand) | Author |
2016-09-17 | Report a LAPIC address override entry in the dmesg if it doesn't match | Philip Guenther |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-10 | Pay attention to Processor Local X2APIC structures. ACPI 6.0 allows these | Mark Kettenis |
2015-08-25 | sizes for simple free() calls | Theo de Raadt |
2015-06-26 | Completely skip entries for disabled LAPICs so they don't overwrite | Philip Guenther |
2015-02-09 | More sanity checking for Local APIC NMI entries. | Mark Kettenis |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-06 | If we find a bogus interrupt (undefined polarity or trigger) don't panic but | Mark Kettenis |
2014-05-18 | _PIC is an optional method, so we shouldn't be aborting the rest of the | Mike Larkin |
2012-01-07 | Add X2APIC-related definitions for the MADT and silently skip them instead | Mark Kettenis |
2011-10-21 | Set mp_nbusses such that the newly added bounds checks on i386 and amd64 | Mark Kettenis |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-02-16 | Be a litte bit more paranoid and validate the APIC table before committing | Mark Kettenis |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2008-08-10 | Don't assume the first LAPIC in the table corresponds to the boot processor. | Mark Kettenis |
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom |
2008-02-06 | Replace magic values with appropriate symbolic constants. | Mark Kettenis |
2007-12-07 | do not call aml_searchname and aml_evalnode afterwards, just use | Federico G. Schwindt |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-11-18 | Don't add identity mappings for ISA interrupts for which we have an override. | Mark Kettenis |
2007-11-16 | the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o... | Theo de Raadt |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-15 | Make acpicpu(4) attach to the existing CPUs only. | Mike Belopuhov |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis |
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis |
2007-01-28 | Fix pasto. | Mark Kettenis |
2007-01-28 | Properly route lapic NMIs. | Mark Kettenis |
2007-01-11 | Assume that the first cpu in the table is the boot processor, instead of | Mark Kettenis |
2006-12-21 | even more knf love | Theo de Raadt |
2006-12-21 | spacing | Theo de Raadt |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-20 | Added 2nd pass for interrupt override scanning | Jordan Hargrave |
2006-11-15 | dd pseudo-devices to handle acpi apic interrupt routing. | Mark Kettenis |