summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC r303583:Mateusz Guzik2016-08-111-10/+3
* MFC r303712:Konstantin Belousov2016-08-101-210/+0
* MFC r302517:Dmitry Chagin2016-07-184-359/+6
* MFC r302516:Dmitry Chagin2016-07-1810-14/+28
* MFC r302515:Dmitry Chagin2016-07-182-2/+2
* MFC r302635:Roger Pau Monné2016-07-151-0/+2
* Remove GENERIC-NODEBUG kernel configurations, missed duringGlen Barber2016-07-141-38/+0
* MFC r302448:Ed Schouten2016-07-121-0/+1
* - Remove debugging from GENERIC* kernel configurationsGlen Barber2016-07-081-9/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-1/+1
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-162-25/+15
* Do not access pv_table array for fictitious pages, since the arrayKonstantin Belousov2016-06-131-15/+10
* Avoid spurious EINVAL in amd64 pmap_change_attr().Konstantin Belousov2016-06-051-4/+7
* In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/DKonstantin Belousov2016-05-272-1/+5
* Both Clang and GCC cannot generate efficient reserve_pv_entries().Jung-uk Kim2016-05-251-16/+15
* Document POPCNT erratum for 6th Generation Intel Core processors.Jung-uk Kim2016-05-231-0/+1
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-7/+1
* Regen after r300359 (struct l_sched_param removal).Dmitry Chagin2016-05-2110-26/+26
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin2016-05-212-6/+6
* Check for overflow and return EINVAL if detected. Backport this andKonstantin Belousov2016-05-201-1/+2
* Use unsigned type for the loop index to make overflow checks effective.Konstantin Belousov2016-05-201-1/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* atomic: Add testandclear on i386/amd64Sepherosa Ziehau2016-05-161-0/+38
* Eliminate pvh_global_lock from the amd64 pmap.Konstantin Belousov2016-05-143-124/+246
* Eliminate an unused #include. For a brief period of time, _unrhdr.h wasAlan Cox2016-05-131-1/+0
* Add locking annotations to amd64 struct md_page members.Konstantin Belousov2016-05-101-2/+6
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+3
* Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allowDmitry Chagin2016-05-091-0/+32
* Native PCI-express HotPlug support.John Baldwin2016-05-051-0/+1
* Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked()Alan Cox2016-05-041-1/+21
* sys/amd64: Small spelling fixes.Pedro F. Giffuni2016-05-039-11/+11
* vmm(4): Small spelling fixes.Pedro F. Giffuni2016-05-035-5/+5
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-3/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+3
* Move 'device pci' for the PCI bus driver to the MI NOTES file.John Baldwin2016-04-291-5/+0
* fix missing variable in r298736Andriy Gapon2016-04-281-0/+1
* ensure that initial local apic id is sane on AMD 10h systemsAndriy Gapon2016-04-281-0/+13
* AMD64 pmap: Use howmany() macroConrad Meyer2016-04-241-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-223-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-212-2/+2
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-194-5/+5
* Add 4Kn kernel dump supportConrad Meyer2016-04-151-9/+7
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbusSepherosa Ziehau2016-04-153-19/+0
* Expose doreti as a global symbol on amd64 and i386.John Baldwin2016-04-131-0/+1
* Enable DEVICE_NUMA with up to 8 domains by default on amd64.John Baldwin2016-04-123-1/+3
* re-enable AMD Topology extension on certain models if disabled by BIOSAndriy Gapon2016-04-121-1/+1
* [amd64] dtrace_invop handler is to be called only for kernel exceptionsAndriy Gapon2016-04-121-0/+2
* Allow guest writes to AMD microcode update[0xc0010020] MSR without updating a...Anish Gupta2016-04-111-0/+5
* Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-061-4/+60
* Add kern.features flags for linux and linux64 modulesBaptiste Daroussin2016-04-052-0/+2