summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* MFC r307866:kib2016-11-084-0/+95
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-083-36/+13
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-3/+13
* MFC r307869:kib2016-10-271-1/+1
* MFC r306680:kib2016-10-242-18/+47
* MFC 306481sephe2016-10-191-0/+12
* MFC 305722sephe2016-10-171-21/+24
* MFC 303754: Add __printflike() to bus_describe_intr() to enable -Wformat checks.jhb2016-10-061-1/+1
* MFC r305978:kib2016-10-034-12/+53
* MFC 303886: Add additional constants.jhb2016-09-301-0/+4
* MFC r304285:kib2016-09-162-13/+34
* MFC r305744:kib2016-09-151-1/+1
* MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.jhb2016-09-092-0/+8
* MFC r303891, r303892:pfg2016-09-081-3/+3
* MFC r302783:badger2016-08-182-2/+3
* MFC r303712:kib2016-08-101-0/+210
* MFC r303490, r303491:royger2016-08-032-24/+10
* MFC r302635:royger2016-07-152-5/+34
* Add a tunable to disable migration of MSI-X interrupts.jhb2016-06-241-0/+14
* Use M_NOWAIT when allocating memory for the ACPI wakeup handler.markj2016-06-231-1/+1
* Trim some spaces to record correct commit message for the r301278.kib2016-06-031-2/+2
* diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.ckib2016-06-031-1/+1
* Implement _ALIGN() using internal integer types.ed2016-05-311-2/+2
* Add missing dependency on <machine/_limits.h>.ed2016-05-311-2/+4
* Add missing dependency on <machine/_limits.h>.ed2016-05-311-0/+2
* hyperv/vmbus: Rename ISR functionssephe2016-05-311-1/+0
* Only calibrate ICR read loop when not in x2APIC mode. Run-timekib2016-05-261-13/+15
* Implement support for RF_UNMAPPED and bus_map/unmap_resource on x86.jhb2016-05-201-30/+114
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-145-1/+42
* Remove the extra _RD as _RDTUN already includes it.bz2016-05-131-1/+1
* We already turn the AMD erratum383 workaround on for certain VM_GUEST_VMbz2016-05-131-1/+2
* Allow orm(4) to be disabled from probing/attaching by a hints entry:bz2016-05-101-0/+3
* Remove misc NULL checks after M_WAITOK allocations.trasz2016-05-101-2/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-092-1/+22
* Work around (ignore) broken SRAT tablesvangyzen2016-05-031-2/+6
* Revert bus_get_cpus() for now.jhb2016-05-033-23/+2
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-023-2/+23
* atrtc: export function to set RTCroyger2016-05-021-21/+28
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-2/+2
* SRAT: Don't overflow domain_pxm tablecem2016-04-201-5/+6
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-193-4/+4
* Add hw.dmar.batch_coalesce tunable/sysctl, which specifies rate atkib2016-04-173-2/+20
* Add x86 CPU features definitions published in the Intel SDM rev. 58.kib2016-04-162-2/+26
* Always calculate divisor for the counter mode of LAPIC timer. Even ifkib2016-04-151-15/+34
* busdma/bounce: revert r292255royger2016-04-151-12/+44
* x86: for pointers replace 0 with NULL.pfg2016-04-141-2/+2
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-0/+11
* re-enable AMD Topology extension on certain models if disabled by BIOSavg2016-04-123-13/+29
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Add more fine-grained kernel options for NUMA support.jhb2016-04-091-20/+35
OpenPOWER on IntegriCloud