summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC r307866:kib2016-11-081-39/+3
* MFC r307903,307904,308039,308050: vmm/svm: iopm_bitmap and msr_bitmapavg2016-11-081-4/+5
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-082-45/+2
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-072-25/+25
* MFC r305539: work around AMD erratum 793 for family 16h, models 00h-0Fhavg2016-10-271-0/+14
* Merge r307936:glebius2016-10-251-1/+4
* MFC r306680:kib2016-10-242-3/+9
* MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554,ed2016-10-123-3/+236
* MFC r306097:kib2016-10-053-0/+629
* MFC r306350:kib2016-10-031-1/+29
* MFC r305213,305319,305398alc2016-10-011-1/+23
* MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end.jhb2016-09-301-0/+11
* MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d.jhb2016-09-304-22/+59
* MFC r306092:kib2016-09-281-2/+2
* MFC r306091:kib2016-09-281-0/+42
* MFC r306088:kib2016-09-281-0/+33
* MFC r306087:kib2016-09-282-15/+27
* MFC r306020:kib2016-09-273-34/+34
* MFC r305942:kib2016-09-251-3/+0
* MFC r305692:kib2016-09-253-14/+59
* MFC r305939:kib2016-09-211-1/+1
* MFC 303713: Correct assertion on vcpuid argument to vm_gpa_hold().jhb2016-09-091-1/+1
* MFC 304637: Fix build for !SMP kernels after the Xen MSIX workaround.jhb2016-09-091-1/+2
* MFC r302783:badger2016-08-181-1/+1
* MFC r303913:kib2016-08-171-2/+2
* MFC r302835: fix-up for configuration of AMD Family 10h processorsavg2016-08-151-0/+14
* MFC r303958:kib2016-08-141-3/+3
* MFC r303583:mjg2016-08-111-10/+3
* MFC r303712:kib2016-08-101-210/+0
* MFC r302517:dchagin2016-07-184-360/+7
* MFC r302516:dchagin2016-07-1810-14/+28
* MFC r302515:dchagin2016-07-182-2/+2
* MFC r302635:royger2016-07-151-0/+2
* Remove GENERIC-NODEBUG kernel configurations, missed duringgjb2016-07-141-38/+0
* MFC r302448:ed2016-07-121-0/+1
* - Remove debugging from GENERIC* kernel configurationsgjb2016-07-081-9/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-1/+1
* Update comments for the MD functions managing contexts for newkib2016-06-162-25/+15
* Do not access pv_table array for fictitious pages, since the arraykib2016-06-131-15/+10
* Avoid spurious EINVAL in amd64 pmap_change_attr().kib2016-06-051-4/+7
* In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/Dkib2016-05-272-1/+5
* Both Clang and GCC cannot generate efficient reserve_pv_entries().jkim2016-05-251-16/+15
* Document POPCNT erratum for 6th Generation Intel Core processors.jkim2016-05-231-0/+1
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-7/+1
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-2110-26/+26
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...dchagin2016-05-212-6/+6
* Check for overflow and return EINVAL if detected. Backport this andkib2016-05-201-1/+2
* Use unsigned type for the loop index to make overflow checks effective.kib2016-05-201-1/+2
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* atomic: Add testandclear on i386/amd64sephe2016-05-161-0/+38
OpenPOWER on IntegriCloud