summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r312555:kib2017-02-031-0/+7
* MFC 308142: Move declarations of invpcid_works and pmap_pcid_enabled to pmap.h.jhb2016-11-222-3/+2
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-081-44/+2
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-4/+8
* MFC r306680:kib2016-10-241-1/+2
* MFC r306097:kib2016-10-051-0/+17
* MFC r306091:kib2016-09-281-0/+42
* MFC r306088:kib2016-09-281-0/+33
* MFC r306087:kib2016-09-281-0/+2
* MFC r306020:kib2016-09-271-0/+29
* MFC r305692:kib2016-09-252-0/+2
* MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.jhb2016-09-091-1/+2
* MFC r302635:royger2016-07-151-0/+2
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-1/+1
* atomic: Add testandclear on i386/amd64sephe2016-05-161-0/+38
* Eliminate pvh_global_lock from the amd64 pmap.kib2016-05-141-0/+13
* Add locking annotations to amd64 struct md_page members.kib2016-05-101-2/+6
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-0/+3
* sys/amd64: Small spelling fixes.pfg2016-05-031-1/+1
* Revert bus_get_cpus() for now.jhb2016-05-031-3/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-0/+3
* Enable DEVICE_NUMA with up to 8 domains by default on amd64.jhb2016-04-121-1/+1
* Type of the interrupt handlers on x86 cannot be expressed in C.kib2016-03-292-4/+1
* Add missing atomic wrapper macro.hselasky2016-01-211-0/+1
* Move amd64 metadata.h to x86 and share with i386emaste2016-01-071-54/+3
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.jhb2015-12-231-13/+2
* Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.hngie2015-12-221-1/+0
* Merge common parts of i386 and amd64 md_var.h and smp.h intokib2015-12-072-157/+9
* For amd64 non-PCID machines, and for i386 machines with support forkib2015-12-032-3/+4
* Export various helper variables describing the layout and size ofjhb2015-11-121-8/+12
* Add CLFLUSHOPT instruction wrappers.kib2015-10-231-0/+7
* x86/xen: Consolidate xen-os.h in a single placeroyger2015-10-211-130/+4
* xen/console: Introduce a new console driver for Xen guestroyger2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6royger2015-10-061-0/+1
* amd64: plug redundant bootAP declarationmjg2015-09-221-1/+0
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-111-39/+3
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-062-132/+0
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDkib2015-08-031-0/+1
* Improve comments.kib2015-07-301-4/+4
* Remove full barrier from the amd64 atomic_load_acq_*(). Strongkib2015-07-281-17/+7
* Add a comment discussing the appropriate use of the atomic_*() functionsalc2015-07-241-0/+19
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+32
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-023-5/+4
* Add a comment about too strong semantic of atomic_load_acq() on x86.kib2015-06-291-0/+9
* pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.kib2015-06-291-2/+1
* Remove unneeded data dependency, currently imposed bykib2015-06-281-50/+75
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-182-20/+53
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Update print_INTEL_TLB() by the tag values from the Intel SDMkib2015-06-061-0/+1
OpenPOWER on IntegriCloud