aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Validate host PAs used to map passthrough BARs.John Baldwin2022-08-251-0/+24
* Fix unused variable warning in amd64's pmap.cDimitry Andric2022-07-291-1/+8
* amd64: Stop using REP MOVSB for backward memmove()s.Alexander Motin2022-06-301-8/+0
* fpu: Fix a typo in a source code commentGordon Bergling2022-06-101-3/+3
* amd64, i386: remove profile directive from NOTESKyle Evans2022-04-281-4/+0
* NOTES: Remove a double word in commentsGordon Bergling2022-04-141-1/+1
* pax(1): Remove a few double words in source code commentsGordon Bergling2022-04-141-1/+1
* Unify zlib instances into one.Xin LI2022-04-101-1/+0
* x86: add a comment providing source for numbers in legacy XSAVE area layoutKonstantin Belousov2021-12-151-1/+2
* amd64: correct size of the SSE area in the xsave layoutKonstantin Belousov2021-12-151-1/+1
* MFC r368649 / 3fd989da by kib: amd64 pmap: fix PCID mode invalidationsAndriy Gapon2021-12-141-141/+132
* kvm_clock: KVM paravirtual clock supportAdam Fenn2021-10-123-0/+9
* x86: cpufunc: Add rdtsc_ordered()Adam Fenn2021-10-121-0/+14
* x86: cpufunc: Add rdtscp_aux()Adam Fenn2021-10-121-0/+9
* linux: make sure to zero the l_siginfo structure for ptrace(2)Edward Tomasz Napierala2021-09-131-0/+1
* vmm: Fix wrong assert in ivhd_dev_add_entryKa Ho Ng2021-09-031-1/+1
* vmm: Fix AMD-vi using wrong rid rangeKa Ho Ng2021-09-033-63/+70
* vmm: Fix ivrs_drv device_printf usageKa Ho Ng2021-09-031-15/+15
* AMD-vi: Fortify IVHD device_identify processKa Ho Ng2021-09-031-21/+26
* AMD-vi: Mixed format IVHD block should replace fixed format IVHD blockKa Ho Ng2021-09-031-8/+16
* AMD-vi: Fix mismatched NULL checking in amdiommu teardown pathKa Ho Ng2021-09-031-1/+1
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-09-031-2/+1
* Correct "Fondation" typo (missing "u")Ed Maste2021-09-032-2/+2
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-09-035-81/+250
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-09-031-2/+3
* vmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1Ka Ho Ng2021-08-271-2/+3
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-08-232-0/+3
* amd64: typo fix: memcmpy -> memcmp in a commentMateusz Guzik2021-06-261-1/+1
* amd64: stop re-reading curpc in suwordMateusz Guzik2021-06-261-4/+0
* amd64: fixup MEMMOVE comment (10 -> r10)Mateusz Guzik2021-06-261-1/+1
* amd64: move memcmp checks upfrontMateusz Guzik2021-06-261-23/+29
* amd64: tidy up pagezero*/pagecopy (movq -> movl)Mateusz Guzik2021-06-261-3/+3
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-06-261-0/+3
* Fix i386 linux module after r367395.Tijl Coosemans2021-06-101-0/+0
* Direct commit:Dmitry Chagin2021-06-103-311/+74
* amd64/linux*: add required header to get the constant valueKonstantin Belousov2021-05-262-0/+2
* amd64: clear PSL.AC in the right frameKonstantin Belousov2021-05-263-8/+20
* linux: Fix a mistake in commit fb58045145Mark Johnston2021-05-241-1/+1
* linux: Fix SMAP-enabled futex routinesMark Johnston2021-05-232-12/+12
* x86: use x86_clear_dbregs() on forkKonstantin Belousov2021-05-011-6/+1
* x86: clear %db registers in new processKonstantin Belousov2021-05-011-0/+8
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-05-011-21/+1
* amd64: clear debug registers on execing 32bit native binaryKonstantin Belousov2021-05-011-0/+2
* amd64: clear debug registers on execing 32bit Linux binaryKonstantin Belousov2021-05-011-0/+2
* x86: add x86_clear_dbregs() helperKonstantin Belousov2021-05-011-21/+29
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-312-2/+1
* pmap: Fix largemap restart checks in the kernel_maps sysctl handlerMark Johnston2021-02-281-6/+18
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2021-02-251-1/+1
* amd64 GENERIC: compile in mlx5en(4)Konstantin Belousov2021-02-091-0/+9
* x86: Add rdtscp32() into cpufunc.h.Konstantin Belousov2021-01-171-0/+9