aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-252-2/+2
* twa: RemoveWarner Losh2021-11-252-8/+0
* esp: RemoveWarner Losh2021-11-251-1/+0
* amr: removeWarner Losh2021-11-251-1/+0
* iir: RemoveWarner Losh2021-11-251-1/+0
* mly: Remove.Warner Losh2021-11-251-1/+0
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-243/+0
* netinet: Remove in_cksum_update()Mark Johnston2021-11-241-29/+0
* syscalls: regenBrooks Davis2021-11-222-1639/+1641
* syscalls: regenBrooks Davis2021-11-222-48/+48
* 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
* amd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()Mitchell Horne2021-11-191-3/+6
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-1/+1
* freebsd32: remove redundant no-arg syscallsBrooks Davis2021-11-171-11/+0
* Add a COMPAT_FREEBSD13 kernel optionKristof Provost2021-11-172-0/+2
* amd64: Reduce the amount of cpuset copying done for TLB shootdownsMark Johnston2021-11-153-28/+28
* amd64: Initialize kernel_pmap's active CPU set to all_cpusMark Johnston2021-11-152-8/+20
* amd64: Annotate an unlikely condition in smp_targeted_tlb_shootdown()Mark Johnston2021-11-151-1/+1
* amd64/ia32/ia32_signal.c: Use ANSI C functions definitionsKonstantin Belousov2021-11-131-16/+3
* tcp: better congestion control defaultsWarner Losh2021-11-123-4/+3
* Update MINIMAL to have CC optionsWarner Losh2021-11-121-0/+2
* tcp: Congestion control cleanup.Randall Stewart2021-11-111-0/+2
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2021-11-092-1/+56
* linux: Add ptrace(2) support on arm64Edward Tomasz Napierala2021-11-071-713/+0
* linux: Fix another amd64-specific piece of linux_ptrace.cEdward Tomasz Napierala2021-11-061-6/+6
* amd64: Deduplicate routines for expanding KASAN/KMSAN shadow mapsMark Johnston2021-11-032-78/+12
* linux: Make linux_ptrace.c portableEdward Tomasz Napierala2021-11-031-2/+23
* linux: make PTRACE_SETREGS use a correct structEdward Tomasz Napierala2021-10-303-63/+37
* linux: make PTRACE_GETREGS return correct structEdward Tomasz Napierala2021-10-291-44/+18
* linux: Make PTRACE_GETREGSET return proper buffer sizeEdward Tomasz Napierala2021-10-291-1/+1
* linux: Fix ptrace panic with ERESTARTEdward Tomasz Napierala2021-10-291-0/+4
* 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
* linux: Improve debug for PTRACE_GETEVENTMSGEdward Tomasz Napierala2021-10-231-0/+12
* linux: implement PTRACE_EVENT_EXECEdward Tomasz Napierala2021-10-231-2/+7
* linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURNEdward Tomasz Napierala2021-10-231-0/+9
* linux: Improve debug for PTRACE_GETREGSETEdward Tomasz Napierala2021-10-231-0/+5
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2021-10-234-4/+5
* vlapic: Schedule callouts on the local CPUMark Johnston2021-10-201-8/+12
* 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
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-203-35/+18
* cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston2021-10-183-21/+7
* amd64: Zero the PML5 PTI page when initializing a pmapMark Johnston2021-10-181-0/+1
* linux: Improve debugging for PTRACE_GETREGSETEdward Tomasz Napierala2021-10-171-2/+7
* linux: Implement some bits of PTRACE_PEEKUSEREdward Tomasz Napierala2021-10-171-2/+35
* linux: Adjust PTRACE_GET_SYSCALL_INFO buffer size semanticsEdward Tomasz Napierala2021-10-171-2/+3