summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the SandyBridge x2APIC workaround detection code, only fetch thekib2015-12-031-27/+20
* Correct the number of DTLB entries reported for the CPUID Leaf 2kib2015-11-241-1/+1
* Revert r291142.skra2015-11-231-2/+2
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-211-2/+2
* Avoid a NULL pointer dereference in bounce_bus_dmamap_unload() whenmarius2015-11-211-0/+5
* Avoid a NULL pointer dereference in bounce_bus_dmamap_sync() when themarius2015-11-201-1/+1
* xen: fix dropping bitmap IPIs during resumeroyger2015-11-181-25/+1
* xen/intr: properly dispose event channels on resumeroyger2015-11-181-0/+3
* x86/intr: allow mutex recursion in intr_remove_handlerroyger2015-11-181-3/+12
* x86/dma_bounce: rework _bus_dmamap_load_ma implementationroyger2015-11-091-16/+190
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-32/+4
* xen/intr: fix the event channel enabled per-cpu maskroyger2015-11-051-18/+14
* Fix an alignment check that is wrong in half the busdma implementations.ian2015-11-021-2/+2
* x86/dma_bounce: revert r289834 and r289836royger2015-10-261-186/+16
* xen: Add missing semi-colon for BITSET_DEFINE()cem2015-10-241-1/+1
* x86/dma_bounce: rework _bus_dmamap_load_ma implementationroyger2015-10-231-16/+186
* Remove unclear comment about address truncation in busdma. Add (hopefully mu...jah2015-10-231-1/+0
* Decode new values for CPUID leaf 2 cache and TLB descriptors, from thekib2015-10-231-0/+12
* xen: Code cleanup and small bug fixesroyger2015-10-213-110/+24
* x86/xen: Consolidate xen-os.h in a single placeroyger2015-10-211-0/+132
* Don't page-align the physical address when calling PHYS_TO_VM_PAGE().jah2015-10-171-1/+2
* Ensure the client regions for unmapped bounce buffers created through bus_dma...jah2015-10-131-3/+4
* dmar_ctx_dtr() does not exist since r284869. Remove the static functionbz2015-09-221-1/+0
* Add domain support to PCI bus allocationzbb2015-09-163-3/+3
* Add ASUS Sandybridge laptops to the similar x2apic disable logicadrian2015-09-161-1/+13
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-115-13/+82
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,markj2015-09-111-1/+0
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-112-0/+162
* Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.imp2015-08-281-1/+1
* preload_search_info: make sure mod is setroyger2015-08-212-6/+3
* xen: allow disabling PV disks and nicsroyger2015-08-211-4/+24
* Automatically disable x2APIC mode on SandyBridge Lenovo machines. Ikib2015-08-211-6/+33
* Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the x86...jah2015-08-141-19/+36
* Reformat x86 bounce buffer synchronization code to reduce indentation. No fu...jah2015-08-141-36/+32
* Comment only change, fix grammar and somewhat clarify the action.kib2015-08-141-2/+3
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-122-21/+63
OpenPOWER on IntegriCloud