aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* x86: initialize initial FPU state earlierKonstantin Belousov2021-05-281-1/+1
* Regen after 6d926e850d2.Edward Tomasz Napierala2021-05-2810-6/+546
* linux: add new syscall numbersEdward Tomasz Napierala2021-05-282-2/+92
* vmm: Let guests enable SMEP/SMAP if the host supports itMark Johnston2021-05-261-1/+3
* amd64/linux*: add required header to get the constant valueKonstantin Belousov2021-05-252-0/+2
* amd64: clear PSL.AC in the right frameKonstantin Belousov2021-05-253-8/+20
* linux: refactor bsd_to_linux_regset() out of linux_ptrace.cEdward Tomasz Napierala2021-05-214-39/+93
* sys/*/conf/*, docs: fix links to handbookCeri Davies2021-05-204-4/+4
* x86/xen: further PVHv1 removal cleanupRoger Pau Monné2021-05-181-4/+4
* x86/xen: remove PVHv1 codeRoger Pau Monné2021-05-173-12/+6
* xen: remove support for PVHv1 bootpathMitchell Horne2021-05-171-24/+0
* linux: Fix a mistake in commit fb58045145Mark Johnston2021-05-171-1/+1
* linux: Fix SMAP-enabled futex routinesMark Johnston2021-05-162-12/+12
* regen syscall files after d51198d63b63Ed Maste2021-05-132-1132/+1132
* linux(4): make arch_prctl(2) support GET_CET_STATUS, report unknown codesEdward Tomasz Napierala2021-05-062-0/+7
* linux(4): fix ptrace(2) to properly handle orig_raxEdward Tomasz Napierala2021-05-041-8/+8
* Switch the EFI virtual address to a uint64_tAndrew Turner2021-05-012-2/+2
* amd64: disable LA57 by default for nowKonstantin Belousov2021-04-301-2/+1
* amd64: invalidate TLB between page table update and accessKonstantin Belousov2021-04-301-0/+1
* kasan: Use vm_offset_t for the first parameter to kasan_shadow_map()Mark Johnston2021-04-291-1/+1
* Add FIB_ALGO to GENERIC on amd64/arm64.Alexander V. Chernikov2021-04-241-0/+1
* linux: make ptrace(2) return EIO when trying to peek invalid addressEdward Tomasz Napierala2021-04-241-0/+2
* AMD-vi: Fortify IVHD device_identify processKa Ho Ng2021-04-191-21/+26
* amd64: Add MD bits for KASANMark Johnston2021-04-133-0/+14
* amd64: Implement a KASAN shadow mapMark Johnston2021-04-134-4/+232
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2021-04-134-9/+11
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-0/+1
* Balance parentheses in sysctl descriptionsPiotr Pawel Stefaniak2021-04-111-1/+1
* amd64: clear debug registers on execing 32bit Linux binaryKonstantin Belousov2021-04-101-0/+2
* amd64: clear debug registers on execing 32bit native binaryKonstantin Belousov2021-04-101-0/+2
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-04-101-21/+1
* x86: use x86_clear_dbregs() on forkKonstantin Belousov2021-04-101-6/+1
* x86: add x86_clear_dbregs() helperKonstantin Belousov2021-04-101-21/+29
* smbios: support getting address from EFIGreg V2021-04-073-2/+2
* Remove more remnants of sio(4)Mark Johnston2021-04-071-22/+0
* x86: remove gcov kernel supportKonstantin Belousov2021-04-0214-545/+23
* AMD-vi: Mixed format IVHD block should replace fixed format IVHD blockKa Ho Ng2021-04-011-8/+16
* AMD-vi: Fix mismatched NULL checking in amdiommu teardown pathKa Ho Ng2021-03-311-1/+1
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-03-311-1/+1
* x86: clear %db registers in new processKonstantin Belousov2021-03-301-0/+8
* gdb: report specific stop reason for watchpointsMitchell Horne2021-03-302-0/+36
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-15/+0
* x86: implement kdb watchpoint functionsMitchell Horne2021-03-292-1/+5
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-242-2/+1
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-03-231-2/+1
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-231-2/+10
* Correct "Fondation" typo (missing "u")Ed Maste2021-03-222-2/+2
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-03-225-81/+250
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-03-221-2/+3
* Remove PCPU_INCJason A. Harmening2021-03-211-29/+0