aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+1
* Remove svn:executable from a couple of vmm(4) source files.Mark Johnston2020-10-012-0/+0
* Clear the upper 32-bits of registers in x86_emulate_cpuid().John Baldwin2020-10-014-48/+49
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-292-2/+2
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-277-17/+11
* Regen after r366145.Edward Tomasz Napierala2020-09-254-858/+870
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Use envvar rather than nonstandard hint. linesWarner Losh2020-09-231-11/+11
* amd64 pmap: More unification for psind = 1 vs 2 in pmap_enter_largepage().Konstantin Belousov2020-09-221-49/+28
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-213-54/+20
* amd64 pmap: only calculate page table page when needed.Konstantin Belousov2020-09-211-4/+6
* amd64 pmap: handle cases where pml4 page table page is not allocated.Konstantin Belousov2020-09-201-6/+8
* Fix some nits in 1G page support in the amd64 pmap.Mark Johnston2020-09-191-46/+66
* amd64 pmap_pkru_same: prev_ppr was always NULLEric van Gyzen2020-09-181-2/+4
* Ensure that a protection key is selected in pmap_enter_largepage().Mark Johnston2020-09-181-12/+12
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-173-10/+2
* bhyve: do not permit write access to VMCB / VMCSEd Maste2020-09-152-2/+9
* bhyve: intercept AMD SVM instructions.Konstantin Belousov2020-09-152-36/+74
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-153-2/+21
* Add constant for the DE_CFG MSR on AMD CPUs.John Baldwin2020-09-111-3/+3
* Use vmcb_read/write for the vmcb snapshot functions.John Baldwin2020-09-101-2/+2
* Add pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and implement it on amd64.Konstantin Belousov2020-09-091-0/+120
* Fix assert.Konstantin Belousov2020-09-091-1/+1
* amd64 pmap: teach functions walking user page tables about PG_PS bit in PDPE.Konstantin Belousov2020-09-091-40/+130
* amd64: report support for 1G superpages in getpagesizes(2).Konstantin Belousov2020-09-091-0/+5
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-022-3/+2
* Fix a page table pages leak after LA57.Konstantin Belousov2020-09-021-1/+22
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0138-93/+44
* ZFS: clarify dependencies for static linkingMatt Macy2020-08-281-0/+1
* Restore workaround for sysret fault on non-canonical address after LA57.Konstantin Belousov2020-08-241-1/+2
* cpu_auxmsr: assert caller is preventing CPU migration.Peter Grehan2020-08-241-1/+5
* amd64: Handle 5-level paging on wakeup.Konstantin Belousov2020-08-232-3/+15
* amd64: Handle 5-level paging for efirt calls.Konstantin Belousov2020-08-231-11/+36
* Add bhyve support for LA57 guest mode.Konstantin Belousov2020-08-233-5/+14
* Add amd64 procctl(2) ops to manage forced LA48/LA57 VA after exec.Konstantin Belousov2020-08-231-22/+93
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-2314-226/+949
* amd64 pmap: potential integer overflowing expressionEric van Gyzen2020-08-211-1/+1
* Use pmap_mapbios() to map ACPI tables on amd64 and i386.Mark Johnston2020-08-201-92/+19
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-191-9/+1
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-5/+9
* linux: consistently use LFREEPATH instead of open-coding itMateusz Guzik2020-08-181-1/+1
* Export a routine to provide the TSC_AUX MSR value and use this in vmm.Peter Grehan2020-08-182-6/+15
* Support guest rdtscp and rdpid instructions on Intel VT-xPeter Grehan2020-08-186-7/+181
* Allow guest device MMIO access from bootmem memory segments.Peter Grehan2020-08-181-2/+1
* o Add machine/iommu.h and include MD iommu headers from it,Ruslan Bukin2020-08-051-0/+6
* Allow swi_sched() to be called from NMI context.Alexander Motin2020-07-253-0/+15
* Include TMPFS in all the GENERIC kernel configsAlex Richardson2020-07-241-0/+1
* Untie nmi_handle_intr() from DEV_ISA.Alexander Motin2020-07-221-4/+0