| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 9 | -23/+30 |
* | hyperv: use x86 generic code to do the hypervisor detection | sephe | 2016-01-14 | 1 | -0/+2 |
* | Move amd64 metadata.h to x86 and share with i386 | emaste | 2016-01-07 | 1 | -0/+57 |
* | Make the 'env' directive described in config(5) work on all architectures, | ian | 2016-01-02 | 1 | -3/+6 |
* | Add standard extended feature bit 6 from the Intel SDM rev. 57, which | kib | 2015-12-29 | 2 | -0/+3 |
* | Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. | jhb | 2015-12-23 | 2 | -0/+92 |
* | Remove redundant declarations in sys/x86/xen which are now handled in other s... | ngie | 2015-12-23 | 2 | -11/+0 |
* | x86: Add CPUID_STDEXT_* macros for CPU feature bits | cem | 2015-12-21 | 1 | -0/+5 |
* | x86: Detect feature flags "AVX512DQ", "AVX512IFMA", "AVX512BW", "AVX512VBMI" | cem | 2015-12-20 | 1 | -0/+4 |
* | x86: Detect feature flags "CLWB" and "PCOMMIT" | cem | 2015-12-19 | 1 | -0/+2 |
* | x86/bounce: try to always completely fill bounce pages | royger | 2015-12-15 | 1 | -44/+12 |
* | Merge common parts of i386 and amd64 md_var.h and smp.h into | kib | 2015-12-07 | 2 | -0/+213 |
* | It seems that at least some KVM versions advertise support for EIO | kib | 2015-12-05 | 1 | -0/+10 |
* | For amd64 non-PCID machines, and for i386 machines with support for | kib | 2015-12-03 | 1 | -13/+162 |
* | In the SandyBridge x2APIC workaround detection code, only fetch the | kib | 2015-12-03 | 1 | -27/+20 |
* | Correct the number of DTLB entries reported for the CPUID Leaf 2 | kib | 2015-11-24 | 1 | -1/+1 |
* | Revert r291142. | skra | 2015-11-23 | 1 | -2/+2 |
* | Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is being | skra | 2015-11-21 | 1 | -2/+2 |
* | Avoid a NULL pointer dereference in bounce_bus_dmamap_unload() when | marius | 2015-11-21 | 1 | -0/+5 |
* | Avoid a NULL pointer dereference in bounce_bus_dmamap_sync() when the | marius | 2015-11-20 | 1 | -1/+1 |
* | xen: fix dropping bitmap IPIs during resume | royger | 2015-11-18 | 1 | -25/+1 |
* | xen/intr: properly dispose event channels on resume | royger | 2015-11-18 | 1 | -0/+3 |
* | x86/intr: allow mutex recursion in intr_remove_handler | royger | 2015-11-18 | 1 | -3/+12 |
* | x86/dma_bounce: rework _bus_dmamap_load_ma implementation | royger | 2015-11-09 | 1 | -16/+190 |
* | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | tijl | 2015-11-08 | 1 | -32/+4 |
* | xen/intr: fix the event channel enabled per-cpu mask | royger | 2015-11-05 | 1 | -18/+14 |
* | Fix an alignment check that is wrong in half the busdma implementations. | ian | 2015-11-02 | 1 | -2/+2 |
* | x86/dma_bounce: revert r289834 and r289836 | royger | 2015-10-26 | 1 | -186/+16 |
* | xen: Add missing semi-colon for BITSET_DEFINE() | cem | 2015-10-24 | 1 | -1/+1 |
* | x86/dma_bounce: rework _bus_dmamap_load_ma implementation | royger | 2015-10-23 | 1 | -16/+186 |
* | Remove unclear comment about address truncation in busdma. Add (hopefully mu... | jah | 2015-10-23 | 1 | -1/+0 |
* | Decode new values for CPUID leaf 2 cache and TLB descriptors, from the | kib | 2015-10-23 | 1 | -0/+12 |
* | xen: Code cleanup and small bug fixes | royger | 2015-10-21 | 3 | -110/+24 |
* | x86/xen: Consolidate xen-os.h in a single place | royger | 2015-10-21 | 1 | -0/+132 |
* | Don't page-align the physical address when calling PHYS_TO_VM_PAGE(). | jah | 2015-10-17 | 1 | -1/+2 |
* | Ensure the client regions for unmapped bounce buffers created through bus_dma... | jah | 2015-10-13 | 1 | -3/+4 |
* | dmar_ctx_dtr() does not exist since r284869. Remove the static function | bz | 2015-09-22 | 1 | -1/+0 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 3 | -3/+3 |
* | Add ASUS Sandybridge laptops to the similar x2apic disable logic | adrian | 2015-09-16 | 1 | -1/+13 |
* | Add stack_save_td_running(), a function to trace the kernel stack of a | markj | 2015-09-11 | 5 | -13/+82 |
* | Remove the arg0 field from struct amd64_frame. Its existence was a bug, | markj | 2015-09-11 | 1 | -1/+0 |
* | Merge stack(9) implementations for i386 and amd64 under x86/. | markj | 2015-09-11 | 2 | -0/+162 |
* | Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too. | imp | 2015-08-28 | 1 | -1/+1 |
* | preload_search_info: make sure mod is set | royger | 2015-08-21 | 2 | -6/+3 |
* | xen: allow disabling PV disks and nics | royger | 2015-08-21 | 1 | -4/+24 |
* | Automatically disable x2APIC mode on SandyBridge Lenovo machines. I | kib | 2015-08-21 | 1 | -6/+33 |
* | Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the x86... | jah | 2015-08-14 | 1 | -19/+36 |
* | Reformat x86 bounce buffer synchronization code to reduce indentation. No fu... | jah | 2015-08-14 | 1 | -36/+32 |
* | Comment only change, fix grammar and somewhat clarify the action. | kib | 2015-08-14 | 1 | -2/+3 |
* | Better support memory mapped console devices, such as VGA and EFI | marcel | 2015-08-12 | 2 | -21/+63 |