aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Instead of deleting existing IRQ resource, which is not really working forAlexander Motin2010-07-122-3/+13
* Make kernel panic with reasonable message if no usable event timer found.Alexander Motin2010-07-111-0/+2
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.Alexander Motin2010-07-012-7/+12
* Rework r209456:Alexander Motin2010-07-012-2/+4
* Do not trust IRQ reported by ACPI. There are cases when it is wrong.Alexander Motin2010-06-232-0/+2
* Add "legacy route" support to HPET driver. When enabled, this mode makesAlexander Motin2010-06-222-28/+32
* Fix i386 LINT build broken by r209371.Alexander Motin2010-06-211-0/+3
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-204-354/+845
* Core i5, same as previously Core2Duo, found to not set P-state for singleAlexander Motin2010-06-191-6/+2
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-151-19/+66
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSIAlexander Motin2010-06-141-1/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-4/+2
* Do not disable edge-triggered interrupts before migration. DELAY() withAlexander Motin2010-06-101-1/+1
* Move the MD support for PCI message signalled interrupts to the x86 treeJohn Baldwin2010-06-081-0/+602
* Move the machine check support code to the x86 tree since it is identicalJohn Baldwin2010-06-081-0/+889
* Move the I/O APIC code to the x86 tree since it is identical on i386 andJohn Baldwin2010-06-081-0/+922
* Add support for corrected machine check interrupts. CMCI is a new localJohn Baldwin2010-05-241-1/+39
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-242-83/+16
* Restore different APIC init orders for i386 and amd64 unified in r208452.Alexander Motin2010-05-241-2/+24
* Unify local_apic.c for x86 archs,Alexander Motin2010-05-231-0/+1437
* Fix another instance of lapic_cyclic_clock_func.Rui Paulo2010-04-201-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withAttilio Rao2010-04-091-1/+1
* Improving the clocks auto-tunning by firstly checking if the atrtc may beAttilio Rao2010-03-031-5/+20
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-2517-0/+7491