aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* Retire sv_transtrapDmitry Chagin2022-05-202-6/+0
* kerneldump: remove physical from dump routinesMitchell Horne2022-05-131-2/+2
* amd64: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove dead code.Dmitry Chagin2022-04-261-25/+0
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-22/+0
* pax(1): Remove a few double words in source code commentsGordon Bergling2022-04-091-1/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-281-1/+1
* x86: Add a NT_X86_SEGBASES register set.John Baldwin2022-03-241-0/+102
* x86/tsc: fetch frequency from CPUID when running on XenRoger Pau Monné2022-03-181-1/+0
* Fix the spelling of EFI_PAGE_SIZEAndrew Turner2022-03-101-1/+1
* amd64: Call clock_init() after finishidentcpu()Mark Johnston2022-03-051-6/+7
* x86: Probe the TSC frequency earlierMark Johnston2022-03-011-2/+12
* proc: load/store p_cowgen using atomic primitivesMateusz Guzik2022-02-131-1/+1
* amd64: Add static asssert for context sizeWarner Losh2022-02-101-0/+4
* xen: switch to use headers in contribElliott Mitchell2022-02-071-1/+1
* amd64: micro-optimize vptopte()/vtopde() furtherKonstantin Belousov2022-02-021-14/+14
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+5
* exec: Remove the stack gap implementationMark Johnston2022-01-171-2/+0
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+2
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-121-1/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-01-121-1/+1
* amd64 pmap: preset A and M bits for pmap_qenter() and pmap_kenter() mappingsKonstantin Belousov2022-01-081-3/+6
* amd64 pmap: simplify vtopte() and vtopde()Konstantin Belousov2022-01-081-22/+17
* Unstaticize {get,set}_fpcontext() on amd64Edward Tomasz Napierala2022-01-041-7/+2
* amd64 sigtramp: comment-out annotations for registers with DWARF number >= 32Konstantin Belousov2022-01-021-2/+5
* amd64 get_mcontext(): third argument to get_fpcontext() is a pointerKonstantin Belousov2022-01-011-1/+1
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+1
* Simplify swi for bus_dma.John Baldwin2021-12-281-10/+0
* Fix pmap_is_prefaultable() on arm64 and riscvAlan Cox2021-12-281-0/+5
* x86: add a comment providing source for numbers in legacy XSAVE area layoutKonstantin Belousov2021-12-141-1/+2
* amd64: correct size of the SSE area in the xsave layoutKonstantin Belousov2021-12-121-1/+1
* amd64: plug set-but-not-used vars in pmapMateusz Guzik2021-12-091-2/+3
* amd64 native vdso: add unwind annotations to the signal trampolineKonstantin Belousov2021-12-062-0/+77
* amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov2021-12-062-19/+19
* amd64/pmap: fix user page table page accountingAlan Cox2021-12-061-2/+2
* x86: remove unused T_USER flagMitchell Horne2021-12-051-1/+1
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-243/+0
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-8/+11
* minidump: Use provided msgbuf pointerMitchell Horne2021-11-191-3/+5
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-11-191-28/+44
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+1
* amd64: Reduce the amount of cpuset copying done for TLB shootdownsMark Johnston2021-11-152-26/+21
* amd64: Initialize kernel_pmap's active CPU set to all_cpusMark Johnston2021-11-151-8/+14
* amd64: Annotate an unlikely condition in smp_targeted_tlb_shootdown()Mark Johnston2021-11-151-1/+1
* amd64: Deduplicate routines for expanding KASAN/KMSAN shadow mapsMark Johnston2021-11-031-73/+10
* amd64 pmap: adjust the empty pmap optimization in pmap_remove()Konstantin Belousov2021-10-281-1/+6
* amd64 pmap: account for the top-level pagesKonstantin Belousov2021-10-281-9/+33
* amd64: Add comments to pmap_pinit_type()Mark Johnston2021-10-201-1/+7
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-201-2/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-24/+7