summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: Set ipi_{alloc,free} even for UPsephe2016-04-071-2/+2
* x86: Allow interrupt vector allocation/free even on UPsephe2016-04-071-4/+4
* x86 topo: add some comments, descriptions and references to documentationavg2016-04-051-3/+72
* new x86 smp topology detection codeavg2016-04-041-275/+490
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-031-0/+164
* Style(9), use tabs for the #define LOOPS line.kib2016-04-011-5/+4
* Type of the interrupt handlers on x86 cannot be expressed in C.kib2016-03-291-0/+7
* Fix several bugs in r297374:kib2016-03-291-5/+13
* Calibrate the frequency of the of the native_lapic_ipi_wait() loop,kib2016-03-291-15/+40
* Use ANSI function definition.kib2016-03-291-1/+1
* Do not load LAPIC_DCR_TIMER with an undefined value. If we are in thekib2016-03-281-3/+6
* Use TSC deadline mode for LAPIC timer, when available. The mode fireskib2016-03-281-58/+150
* Add defines for the LAPIC TSC deadline timer mode. The LVT timer modekib2016-03-282-3/+6
* Enable interrupts on the BSP once all PICs are initialized.jhb2016-03-241-0/+15
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-3/+3
* Check IPI status more frequently when waiting.jhb2016-03-181-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-8/+0
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-1/+1
* Remove taskqueue_enqueue_fast().jhb2016-03-013-5/+5
* Correct the memory rman ranges to be to BUS_SPACE_MAXADDRjhibbits2016-03-011-2/+6
* Silence PVS-Studio warning (V595). It can never be NULL here.jkim2016-02-231-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Some BIOSes ACPI bytecode needs to take (sleepable) acpi mutex forkib2016-02-201-6/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-202-2/+2
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-0/+5
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-279-23/+30
* hyperv: use x86 generic code to do the hypervisor detectionsephe2016-01-141-0/+2
* Move amd64 metadata.h to x86 and share with i386emaste2016-01-071-0/+57
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-3/+6
* Add standard extended feature bit 6 from the Intel SDM rev. 57, whichkib2015-12-292-0/+3
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.jhb2015-12-232-0/+92
* Remove redundant declarations in sys/x86/xen which are now handled in other s...ngie2015-12-232-11/+0
* x86: Add CPUID_STDEXT_* macros for CPU feature bitscem2015-12-211-0/+5
* x86: Detect feature flags "AVX512DQ", "AVX512IFMA", "AVX512BW", "AVX512VBMI"cem2015-12-201-0/+4
* x86: Detect feature flags "CLWB" and "PCOMMIT"cem2015-12-191-0/+2
* x86/bounce: try to always completely fill bounce pagesroyger2015-12-151-44/+12
* Merge common parts of i386 and amd64 md_var.h and smp.h intokib2015-12-072-0/+213
* It seems that at least some KVM versions advertise support for EIOkib2015-12-051-0/+10
* For amd64 non-PCID machines, and for i386 machines with support forkib2015-12-031-13/+162
OpenPOWER on IntegriCloud