aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r363527: Allow swi_sched() to be called from NMI context.Alexander Motin2020-08-071-0/+1
* MFC r363242:Mateusz Guzik2020-07-281-1/+2
* MFC 355724,360166: Software breakpoints on Intel CPUs.John Baldwin2020-05-061-0/+6
* MFC r356296:Konstantin Belousov2020-01-091-1/+1
* MFC r355060:Konstantin Belousov2019-12-011-0/+1
* MFC r353672:Mark Johnston2019-11-181-0/+1
* MFC r354592:Konstantin Belousov2019-11-181-1/+1
* MFC r354649:Konstantin Belousov2019-11-121-0/+1
* MFC r354095, r354118, r354132:Konstantin Belousov2019-11-094-11/+9
* MFC r351594 (by kib): Centralize __pcpu definitions.Alexander Motin2019-10-253-32/+72
* MFC r351457 (by kib): amd64: rework PCPU allocationAlexander Motin2019-10-242-2/+6
* MFC r350492: vmx: use C99 bool, not boolean_tEd Maste2019-09-031-3/+3
* MFC r350639:Konstantin Belousov2019-08-131-0/+2
* MFC r350561:Konstantin Belousov2019-08-101-6/+5
* MFC r347695, r347696, r347697, r347957, r349326:Konstantin Belousov2019-07-262-2/+11
* MFC r348815:Konstantin Belousov2019-06-111-1/+1
* MFC r348539:Konstantin Belousov2019-06-101-0/+1
* MFC r348257:Konstantin Belousov2019-05-311-0/+1
* MFC: r346714: Add accessor function for vm->maxcpusRodney W. Grimes2019-05-241-0/+1
* MFC r347566:Konstantin Belousov2019-05-141-1/+5
* MFC r345228:Konstantin Belousov2019-03-231-0/+6
* MFC r345227:Konstantin Belousov2019-03-231-1/+4
* MFC r344353:Konstantin Belousov2019-03-061-1/+13
* MFC r344352:Konstantin Belousov2019-03-061-0/+2
* MFC r344296:Konstantin Belousov2019-02-221-0/+16
* MFC r339449:Mateusz Guzik2018-11-201-3/+2
* MFC r339507:Konstantin Belousov2018-11-181-0/+4
* MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86.John Baldwin2018-11-081-0/+1
* MFC r339979:Konstantin Belousov2018-11-071-0/+4
* Do not flush cache for PCIe config window.Konstantin Belousov2018-10-181-0/+1
* Provide pmap_large_map() KPI on amd64.Konstantin Belousov2018-10-162-1/+15
* Add clwb().Konstantin Belousov2018-10-161-0/+7
* amd64: partially depessimize cpu_fetch_syscall_args and cpu_set_syscall_retvalMateusz Guzik2018-10-131-0/+3
* Provide string functions for use before ifuncs get resolved.Mateusz Guzik2018-10-111-0/+4
* Fully restore the GDTR, IDTR, and LDTR after VT-x VM exits.John Baldwin2018-10-111-0/+9
* Handle a guest executing a vm instruction by trapping and raising anAndrew Turner2018-09-271-0/+1
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-191-2/+2
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-021-0/+21
* Add amd64 mdthread fields needed for the upcoming EFI RT exceptionKonstantin Belousov2018-09-021-0/+2
* Normalize use of semicolon with EFI_TIME_LOCK macros.Konstantin Belousov2018-09-021-3/+3
* Merge amd64 and i386 <machine/intr_machdep.h> headers.John Baldwin2018-08-201-155/+1
* Update L1TF workaround to sustain L1D pollution from NMI.Konstantin Belousov2018-08-191-0/+1
* amd64: ensure that curproc->p_vmspace pmap always matches PCPUKonstantin Belousov2018-08-141-0/+1
* Use SMAP on amd64.Konstantin Belousov2018-07-291-1/+3
* Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.Warner Losh2018-07-271-1/+3
* Expand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA PAGE_SIZE.Konstantin Belousov2018-07-062-10/+2
* Revert to recommit with the proper message.Konstantin Belousov2018-07-062-2/+10
* Save a call to pmap_remove() if entry cannot have any pages mapped.Konstantin Belousov2018-07-062-10/+2
* Make sure kernel modules built by default are portable between UP andHans Petter Selasky2018-07-061-2/+2
* counter(9): unbreak amd64 following r336020Matt Macy2018-07-061-1/+8