aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Remove the permanent double mapping of low physical memory and replaceBruce Evans2017-12-182-0/+29
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* Properly skip the first CPU. It only accidentally worked because theJung-uk Kim2017-11-301-6/+4
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* Add a tunable "debug.hwpstate_verify" to check P-state after changing it andJung-uk Kim2017-11-301-31/+43
* Fix style(9).Jung-uk Kim2017-11-291-8/+8
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2763-2/+128
* Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-234-26/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2020-0/+40
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* Add Intel Processor Trace registers for:Ruslan Bukin2017-11-171-0/+52
* Remove i386 XBOX support.Konstantin Belousov2017-11-161-1/+0
* Add Intel Processor Trace (PT) MSRs.Ruslan Bukin2017-11-121-0/+56
* Correct operators precedence.Konstantin Belousov2017-11-091-5/+5
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-6/+3
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-2/+4
* x86: Decode AMD "Extended Feature Extensions ID EBX" bitsConrad Meyer2017-09-203-0/+20
* MCA: Expand AMD Thresholding support to cover all banksConrad Meyer2017-09-172-55/+68
* Add AT_EHDRFLAGS and AT_HWCAP on amd64.John Baldwin2017-09-141-1/+3
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+3
* MCA: Rename AMD MISC bits/masksConrad Meyer2017-09-112-36/+36
* x86 MCA: Extract CMCI support predicate into functionConrad Meyer2017-09-111-3/+15
* Fix ioapic acpi id matching on PCI attach and rid calculation.Konstantin Belousov2017-09-111-4/+4
* Decode new AMD SVM feature bits on family 17hConrad Meyer2017-09-111-1/+19
* Enhance qpi.c to make it usable on all Core-microarchitecture Xeons.Konstantin Belousov2017-09-081-15/+27
* Use IOAPIC PCI rid as the interrupt TLP source id for DMAR interruptKonstantin Belousov2017-09-081-5/+21
* Add an ioapic_get_rid() function to obtain PCIe TLP requester-id forKonstantin Belousov2017-09-082-1/+96
* Add a constant specifying the min size of the IOAPIC registers window.Konstantin Belousov2017-09-081-0/+2
* Consistently use tabs for indent.Konstantin Belousov2017-09-081-7/+7
* mca: Fix printf types from r323289 on i386Conrad Meyer2017-09-081-3/+5
* x86 MCA: Helpfully, print why ECC thresholding is not enabled on AMDConrad Meyer2017-09-071-4/+15
* x86 MCA: Enable AMD thresholding support on 17hConrad Meyer2017-09-072-2/+15
* Store AMD RAS Capabilities cpuid value and name flagsConrad Meyer2017-09-073-0/+12
* cpufreq(4) hwpstate: Yield CPU awaiting frequency changeConrad Meyer2017-09-071-6/+8
* Fix typos. Stop claiming that two children are created.Konstantin Belousov2017-09-061-3/+3
* acpi/srat: zero the SRAT cpu arrayRoger Pau Monné2017-09-041-0/+1
* Stop masking FSGSBASE and SMEP features under monitors.Konstantin Belousov2017-08-241-7/+4
* Fix off-by-one error when parsing SRAT table.Alexander Motin2017-08-221-1/+1
* subr_smp: Clean up topology analysis, add additional layersConrad Meyer2017-08-221-17/+30
* hwpstate: Add support for family 17h pstate info from MSRsConrad Meyer2017-08-201-0/+13
* Discover CPU topology on multi-die AMD Zen systemsConrad Meyer2017-08-171-4/+29
* Fix unused varable warning in !SMP caseConrad Meyer2017-08-171-0/+2
* x86: Add dynamic interrupt rebalancingConrad Meyer2017-08-161-7/+139
* srat: use pmap_unmapbiosRoger Pau Monné2017-08-131-1/+1
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-1/+1
* acpi/srat: fix build without DMAPRoger Pau Monné2017-08-111-1/+10
* mptable: fix i386 build failureRoger Pau Monné2017-08-102-1/+12
* x86: bump MAX_APIC_ID to 512Roger Pau Monné2017-08-104-13/+29
* x86: make the arrays that depend on MAX_APIC_ID dynamicRoger Pau Monné2017-08-106-21/+75
* apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phaseRoger Pau Monné2017-08-107-13/+83