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