summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* AMD64 pmap: Use howmany() macrocem2016-04-241-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-212-2/+2
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-192-3/+3
* Add 4Kn kernel dump supportcem2016-04-151-9/+7
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbussephe2016-04-151-16/+0
* Expose doreti as a global symbol on amd64 and i386.jhb2016-04-131-0/+1
* re-enable AMD Topology extension on certain models if disabled by BIOSavg2016-04-121-1/+1
* [amd64] dtrace_invop handler is to be called only for kernel exceptionsavg2016-04-121-0/+2
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-031-125/+0
* Enable interrupts on the BSP once all PICs are initialized.jhb2016-03-241-7/+0
* Due to invalid use of a signed intermediate value in the bounds checkingglebius2016-03-161-2/+2
* The PKRU state size is 4 bytes, its support makes the XSAVE area sizekib2016-03-151-3/+4
* Return dst as the result from memcpy(9) on amd64.kib2016-02-241-0/+1
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-221-1/+0
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledglebius2016-02-031-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Use ANSI definitions. Wrap long line.kib2016-01-191-3/+4
* Clear whole XMM register file instead of only XMM0. Also clear x87kib2016-01-191-6/+8
OpenPOWER on IntegriCloud