summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* In x2APIC mode, IPI generation is atomic because it is performed bykib2015-08-121-3/+5
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-2/+2
* Formally pair store_rel(&smp_started) with load_acq(&smp_started).kib2015-08-061-1/+1
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-061-1/+0
* Fix more style issues.jkim2015-08-051-3/+3
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Fix style(9) bugs.jkim2015-08-041-6/+5
* Always define __va_list for amd64 and restore pre-r232261 behavior for i386.jkim2015-08-041-2/+11
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDkib2015-08-031-16/+30
* Add bit names for the IA32_MISC_ENABLE msr.kib2015-07-281-0/+11
* Typo in comment.kib2015-07-201-1/+1
* Fix warnings about unused functions for UP build.kib2015-07-161-3/+7
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+1
* Set the initial system time to a sane (as in: not end of 21st century) value ...brueffer2015-06-291-1/+1
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests tokib2015-06-291-0/+4
* Split the DMAR unit domains and contexts. Domains carry address spacekib2015-06-268-623/+839
* Merge ACPICA 20150619.jkim2015-06-181-2/+2
* Handle X2APIC entries in the MADT for APICs with an ID < 255. At least onejhb2015-06-091-32/+65
* Update print_INTEL_TLB() by the tag values from the Intel SDMkib2015-06-061-3/+180
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-292-9/+3
* Explicitely enable queued invalidation completion interrupt when thekib2015-05-291-0/+2
* xen: make sure xenpv bus is the last to attachroyger2015-05-251-1/+6
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* When sleeping in Sx state using MWAIT instruction, accept fast wakeupkib2015-05-191-6/+17
* Update the comments to match what the code ended up becoming.adrian2015-05-151-1/+1
OpenPOWER on IntegriCloud