summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-022-25/+15
|\
| * Update comments for the MD functions managing contexts for newkib2016-06-162-25/+15
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-141-15/+10
|\ \ | |/
| * Do not access pv_table array for fictitious pages, since the arraykib2016-06-131-15/+10
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-061-4/+7
|\ \ | |/
| * Avoid spurious EINVAL in amd64 pmap_change_attr().kib2016-06-051-4/+7
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-272-1/+5
|\ \ | |/
| * In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/Dkib2016-05-272-1/+5
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-271-16/+15
|\ \ | |/
| * Both Clang and GCC cannot generate efficient reserve_pv_entries().jkim2016-05-251-16/+15
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-251-0/+1
|\ \ | |/
| * Document POPCNT erratum for 6th Generation Intel Core processors.jkim2016-05-231-0/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-2314-41/+37
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-191-1/+1
|\ \ | |/
| * Don't repeat the the word 'the'eadler2016-05-171-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-164-125/+284
|\ \ | |/
| * atomic: Add testandclear on i386/amd64sephe2016-05-161-0/+38
| * Eliminate pvh_global_lock from the amd64 pmap.kib2016-05-143-124/+246
| * Eliminate an unused #include. For a brief period of time, _unrhdr.h wasalc2016-05-131-1/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-112-2/+9
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-0916-17/+70
|\ \ | |/
| * Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allowdchagin2016-05-091-0/+32
| * Native PCI-express HotPlug support.jhb2016-05-051-0/+1
| * Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked()alc2016-05-041-1/+21
| * sys/amd64: Small spelling fixes.pfg2016-05-039-11/+11
| * vmm(4): Small spelling fixes.pfg2016-05-035-5/+5
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-031-5/+0
|\ \ | |/
| * 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
| * Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-5/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-281-0/+14
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-254-6/+6
|\ \ | |/
| * AMD64 pmap: Use howmany() macrocem2016-04-241-1/+1
| * Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-223-3/+3
| * sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-212-2/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-204-5/+5
|\ \ | |/
| * X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-194-5/+5
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-181-9/+7
|\ \ | |/
| * Add 4Kn kernel dump supportcem2016-04-151-9/+7
* | Add the pfSense 64-bit kernel configuration.Luiz Otavio O Souza2016-04-171-0/+184
|/
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbussephe2016-04-153-19/+0
OpenPOWER on IntegriCloud