aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* amd64 db_trace: Reject unaligned frame pointersJohn Baldwin2023-09-011-59/+68
* efirt_machdep.c: Trim some unused includesJohn Baldwin2023-08-281-3/+0
* efirt: Move comment about fpu_kern_enter to where it is calledJohn Baldwin2023-08-251-5/+0
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+21
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* linux(4): Replace linux32_copyiniov by freebsd32_copyiniovDmitry Chagin2023-08-202-40/+0
* linux(4): Replace linux32_copyinuio by freebsd32_copyinuioDmitry Chagin2023-08-202-44/+1
* Regen for readv syscallDmitry Chagin2023-08-202-3/+3
* linux(4): Prepare to retire linux32_copyinuioDmitry Chagin2023-08-201-1/+1
* linux(4): Add a dedicated writev syscall wrapperDmitry Chagin2023-08-201-14/+0
* Regen for writev syscallDmitry Chagin2023-08-208-10/+18
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-202-3/+4
* linux(4): Add a write syscall wrapperDmitry Chagin2023-08-202-2/+2
* Regen for write syscallDmitry Chagin2023-08-2010-16/+30
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-202-5/+5
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-1810-10/+0
* vmm: Fix VM_GET_CPUS compatibilityMark Johnston2023-08-171-2/+5
* linux(4): Fix leftovers after 2ff63af9Dmitry Chagin2023-08-171-1/+0
* linux(4): Regen for sendfileDmitry Chagin2023-08-172-3/+3
* linux(4): Use l_off_t type for offset argument in sendfile syscallDmitry Chagin2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1620-20/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1679-158/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1637-37/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1619-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16109-218/+0
* x86: move EARLY_AP_STARTUP into DEFAULTSEd Maste2023-08-144-3/+2
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-3/+2
* amd64: Increase sanitizers' static shadow memory reservationMark Johnston2023-08-041-4/+7
* linux(4): Regen for ioprio syscallsDmitry Chagin2023-08-046-16/+94
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-042-8/+22
* amd64: Bump MAXCPU to 1024 (from 256)Ed Maste2023-08-031-1/+1
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-021-1/+1
* amd64: Fix TLB invalidation routines in !SMP kernelsMark Johnston2023-07-301-17/+29
* amd64 pmap: Catch up with pctrie changesAlan Cox2023-07-281-0/+4
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-07-282-2/+2
* kmsan: Add a comment explaining why KMSAN doesn't shadow above KERNBASEMark Johnston2023-07-271-2/+9
* amd64: Use a larger boot stackMark Johnston2023-07-242-2/+3
* linux(4): Regen for xattr syscallsDmitry Chagin2023-07-224-54/+54
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-222-18/+18
* Fix MINIMAL build on amd64Kristof Provost2023-07-141-0/+1
* vm_radix_init: use initializerDoug Moore2023-07-141-0/+1
* amd64 pmap: Fix compilation when superpage reservations are disabledYufeng Zhou2023-07-121-1/+1
* vmm: don't leak locks exiting vmmdev_ioctl()Gleb Smirnoff2023-07-121-1/+1
* vmm: don't return random error from vcpu_lock_all() if vcpu is emptyGleb Smirnoff2023-07-121-0/+1
* amd64 pcpu.h: Add missing 'do' from do-while loop around __PCPU_SET.John Baldwin2023-07-081-1/+1
* amd64: Use __seg_gs to implement per-CPU data accesses.John Baldwin2023-07-071-6/+63
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-37/+0
* qlnxe: add driver to amd64 NOTESMark O'Donovan2023-07-011-0/+2
* amd64 pmap: Tidy up pmap_promote_pde() callsAlan Cox2023-06-241-18/+18