aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* amd64: complete thunderbolt KERNCONF integrationEnji Cooper2026-06-032-0/+5
* linux: Add linux_pt_fpregset and bsd_to_linux_fpregset() for amd64Ricardo Branco2026-06-022-0/+38
* amd64: do not switch back and restore UEFI IDT in wrmsr_early_safe_end()Konstantin Belousov2026-06-011-8/+0
* amd64: explain in more details why the slop is neededKonstantin Belousov2026-05-311-0/+7
* x86: for wrmsr_early_safe(), catch all exceptions, not only #GPKonstantin Belousov2026-05-282-13/+18
* sys: add safe_read(9)Konstantin Belousov2026-05-281-0/+18
* amd64: extract uiomove_mem() from memrw()Konstantin Belousov2026-05-283-92/+113
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-272-2/+2
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-272-6/+3
* amd64: Inline set_top_of_stack_td into cpu_thread_new_kstackJohn Baldwin2026-05-273-10/+3
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-271-2/+7
* amd64/i386: Remove dead code to clear XSAVE headerJohn Baldwin2026-05-271-6/+0
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin2026-05-271-5/+1
* amd64: Don't set an initial FPU state save sizeJohn Baldwin2026-05-271-1/+0
* padlock: Restore padlock_rng to the amd64 buildAlan Somers2026-05-262-0/+2
* amd64: Drop segment descriptor details from trap messsagesJohn Baldwin2026-05-261-13/+3
* amd64/vmm: Fix ppt_unmap_mmio() after commit 36b855f18925Mark Johnston2026-05-221-1/+1
* amd64/vmparam: Fix KASAN shadow map size in commentZishun Yi2026-05-201-2/+2
* x86: remove sys/mount.h from genassym.cKonstantin Belousov2026-05-161-3/+0
* kernel: address executable stack warnings in amd64 gcc buildRyan Libby2026-05-1612-0/+24
* linux: Fix some problems with header pollutionMark Johnston2026-05-152-2/+6
* linux: address executable stack warningsRyan Libby2026-05-114-0/+8
* amd64: Make EFI runtime faults look less like panicsEd Maste2026-04-281-5/+5
* linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITSRicardo Branco2026-04-272-0/+4
* amd64 ia32_syscall(): only allow for ILP32 processesKonstantin Belousov2026-04-271-0/+9
* amd64: ia32_fetch_syscall_args() does not need to check params != NULLKonstantin Belousov2026-04-271-1/+1
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-235-30/+29
* DMAP_TO_VM_PAGE: Wrapper macro to map direct map address to a pageJohn Baldwin2026-04-231-15/+15
* amd64/aarch64 pmap: Switch type of pmap_preinit_mapping.va to void *John Baldwin2026-04-231-15/+17
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-2314-129/+126
* sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYSJohn Baldwin2026-04-232-24/+25
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-233-9/+9
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-3/+3
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-9/+10
* pmap_map_io_transient: Use void * instead of vm_offset_t for vaddr arrayJohn Baldwin2026-04-233-14/+18
* sf_buf_kva: Return a pointer instead of a vm_offset_tJohn Baldwin2026-04-231-2/+2
* pmap_change_prot: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-4/+4
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-6/+6
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-5/+5
* linux: make sysent for membarrierRicardo Branco2026-04-224-6/+16
* linux: Add support for membarrier(2)Ricardo Branco2026-04-222-2/+4
* pkru: Fix handling of 1GB largepage mappingsMark Johnston2026-04-212-12/+51
* amd64: fix INVLPGB range invalidationKyle Evans2026-04-201-19/+6
* ixgbe: add MDIO bus supportAdrian Chadd2026-04-171-0/+3
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston2026-04-011-1/+1
* vmm: Add missing AVX instructions for AVX512 in cpuid stdextShengYi Hung2026-03-301-3/+12
* amd64 sendsig(): explicitly copy registers from trapframe to ucontextKonstantin Belousov2026-03-291-1/+28
* vmm: Move defines from x86.c to x86/bhyve.hColin Percival2026-03-281-4/+1
* i386/amd64/NOTES: Add some missing devicesWarner Losh2026-03-281-0/+3