aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* mca: change type of last_intr to time_t for consinstencyAndriy Gapon2017-02-211-1/+1
* Fix regression in r313898 on i386.Konstantin Belousov2017-02-191-1/+1
* Rely on CPUID feature only to enable attaching. MTRR are architecturalKonstantin Belousov2017-02-171-10/+0
* smp_rendezvous() works for UP case as well, reduce duplicatedKonstantin Belousov2017-02-171-15/+3
* Merge i386 and amd64 mtrr drivers.Konstantin Belousov2017-02-171-0/+749
* Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh2017-02-161-12/+1
* Remove Micro Channel Architecture support. Of the commonly availableWarner Losh2017-02-154-52/+1
* mca: use time_uptime instead of ticks for CMCI throttlingAndriy Gapon2017-02-141-3/+3
* mca: fix writes to MSR_MC_CTL2 in cmci_updateAndriy Gapon2017-02-141-2/+2
* Ensure the idle thread's loop services interrupts in a timely way whenJonathan T. Looney2017-02-081-0/+8
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSEKonstantin Belousov2017-02-033-12/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-289-347/+11
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-153-8/+8
* Remove __nonnull() attributes from x86 machine check architecture.Pedro F. Giffuni2017-01-131-4/+4
* xen: fix IPI setup with EARLY_AP_STARTUPRoger Pau Monné2016-12-222-29/+27
* hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSCSepherosa Ziehau2016-12-191-0/+1
* Don't run the MCA record refill task during boot.Mark Johnston2016-12-141-1/+4
* Prefix hex memory addresses with 0x in diagnostic messages from theKonstantin Belousov2016-12-111-3/+3
* Require the STACK option for code that captures stacks of running threads.Mark Johnston2016-12-061-2/+14
* Release DMAR table after using it.Konstantin Belousov2016-12-051-0/+2
* Rename fast taskqueues used by DMAR to avoid naming conflict of theKonstantin Belousov2016-12-052-2/+2
* - Mention mismatching numbers in MSR vs. ACPI _PSS count warning: seeingAlexey Dokuchaev2016-12-011-3/+5
* Fix automatic eventtimer hardware selection when ARATKonstantin Belousov2016-11-261-2/+3
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Add a witness check to enforce that no non-sleeping locks are held whenAdrian Chadd2016-11-031-0/+6
* xen/intr: add reference counts to event channelsRoger Pau Monné2016-10-311-4/+37
* Use correct cpu id in the banner. Fix style.Konstantin Belousov2016-10-281-2/+2
* Add powerd(8) support for several families of AMD CPUs.John Baldwin2016-10-271-7/+9
* MFamd64: Add bounds checks on addresses used with /dev/mem.John Baldwin2016-10-271-0/+14
* Follow-up to r307866:Konstantin Belousov2016-10-243-22/+22
* Fix typo.Konstantin Belousov2016-10-241-1/+1
* Handle broadcast NMIs.Konstantin Belousov2016-10-244-0/+95
* Mark a bunch of mpsafe sysctls as such.Mateusz Guzik2016-10-191-5/+5
* Reprogram I/O APIC interrupt pins when registering an I/O APIC.John Baldwin2016-10-141-2/+7
* Merge ACPICA 20160930.Jung-uk Kim2016-10-044-0/+4
* Re-apply r306516 (by cem):Konstantin Belousov2016-10-042-18/+47
* Revert r306516 for now, it is incomplete on i386Conrad Meyer2016-09-302-36/+18
* Reduce the cost of TLB invalidation on x86 by using per-CPU completion flagsConrad Meyer2016-09-302-18/+36
* x86/ioapic: Fix destination cpu for Hyper-VSepherosa Ziehau2016-09-301-0/+12
* Detect x2APIC mode on boot and obey it.Konstantin Belousov2016-09-194-12/+53
* Fix decoding of tf_rsp on amd64, and move TF_HAS_STACKREGS() to theBruce Evans2016-09-161-10/+10
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-153-36/+13
* Use the MI macro TRAPF_USERMODE() instead of open-coded checks forBruce Evans2016-09-141-3/+13
* Fix typo in comment.Konstantin Belousov2016-09-121-1/+1
* x86: Use sx lock for interrupt sources.Sepherosa Ziehau2016-09-121-21/+24
* Remove remnants of PERFMON and I586_PMC_GUPROF from amd64.John Baldwin2016-09-061-4/+0
* Fix build for !SMP kernels after the Xen MSIX workaround.John Baldwin2016-08-222-0/+8
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-13/+34
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-3/+3