summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-142-7/+7
* MFC r314429:kib2017-03-071-0/+1
* MFC r313898, r313902, r313903, r313934, r314087, r314252:kib2017-03-031-759/+0
* MFC r313960alc2017-02-261-8/+6
* MFC r313933, r313939, r313966:kib2017-02-261-3/+3
* MFC r313871royger2017-02-241-1/+6
* MFC r312954:kib2017-02-051-11/+34
* MFC r312555:kib2017-02-031-5/+9
* MFC r311902:markj2017-02-031-8/+18
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.jhb2017-01-181-4/+3
* MFC r304957, r304958, r306310 (by bde):kib2016-12-281-8/+40
* MFC 308820,308821: Fixes for fatal page faults on x86.jhb2016-12-231-2/+2
* MFC r310205:kib2016-12-211-2/+1
* MFC 303753,308004: Add bounds checking on addresses used with /dev/mem.jhb2016-12-021-3/+5
* MFC r307866:kib2016-11-081-39/+3
* MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.jhb2016-11-081-1/+0
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-21/+17
* 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-241-2/+7
* MFC r306097:kib2016-10-051-0/+609
* MFC r306350:kib2016-10-031-1/+29
* MFC r305213,305319,305398alc2016-10-011-1/+23
* MFC r306092:kib2016-09-281-2/+2
* MFC r306087:kib2016-09-281-15/+25
* MFC r306020:kib2016-09-272-34/+5
* MFC r305942:kib2016-09-251-3/+0
* MFC r305692:kib2016-09-251-14/+57
* MFC r305939:kib2016-09-211-1/+1
* 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
* Update comments for the MD functions managing contexts for newkib2016-06-161-24/+14
* 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
* 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
* Eliminate pvh_global_lock from the amd64 pmap.kib2016-05-142-124/+233
* Eliminate an unused #include. For a brief period of time, _unrhdr.h wasalc2016-05-131-1/+0
* Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked()alc2016-05-041-1/+21
* sys/amd64: Small spelling fixes.pfg2016-05-033-4/+4
* fix missing variable in r298736avg2016-04-281-0/+1
* ensure that initial local apic id is sane on AMD 10h systemsavg2016-04-281-0/+13
OpenPOWER on IntegriCloud