summaryrefslogtreecommitdiffstats
path: root/sys/x86/x86
Commit message (Expand)AuthorAgeFilesLines
* Make kernel panic with reasonable message if no usable event timer found.mav2010-07-111-0/+2
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-98/+624
* Restore the machine check register banks on resume. For banks beingjhb2010-06-151-19/+66
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSImav2010-06-141-1/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-4/+2
* Do not disable edge-triggered interrupts before migration. DELAY() withmav2010-06-101-1/+1
* Move the MD support for PCI message signalled interrupts to the x86 treejhb2010-06-081-0/+602
* Move the machine check support code to the x86 tree since it is identicaljhb2010-06-081-0/+889
* Move the I/O APIC code to the x86 tree since it is identical on i386 andjhb2010-06-081-0/+922
* Add support for corrected machine check interrupts. CMCI is a new localjhb2010-05-241-1/+39
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-30/+3
* Restore different APIC init orders for i386 and amd64 unified in r208452.mav2010-05-241-2/+24
* Unify local_apic.c for x86 archs,mav2010-05-231-0/+1437
OpenPOWER on IntegriCloud