]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Spacing and alignment cleanups.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-26 Konstantin BelousovAdd cpu_sync_core()
2023-10-26 Konstantin Belousovadd pmap_active_cpus()
2023-10-24 John Baldwinamd64: Remove a stale comment from cpu_setregs
2023-10-24 Mark Johnstonuiomove: Add some assertions
2023-10-24 Zhenlei Huangamd64 pmap: Prefer consistent naming for loader tunable
2023-10-24 Zhenlei Huangvmx: Prefer consistent naming for loader tunables
2023-10-21 Zhenlei Huangamd64: Fix two typos of loader tunables
2023-10-11 John Baldwinamd64 db_trace: Reject unaligned frame pointers
2023-10-11 John Baldwinefirt_machdep.c: Trim some unused includes
2023-10-11 John Baldwinefirt: Move comment about fpu_kern_enter to where it...
2023-10-10 Olivier Certnerx86: Add defines for workaround bits in AMD's MSR ...
2023-10-09 Konstantin Belousovlinuxolator: fix nosys() to not send SIGSYS
2023-10-09 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-10-09 Konstantin Belousovsyscalls: fix missing SIGSYS for several ENOSYS errors
2023-10-09 Konstantin Belousovamd64 cpu_fetch_syscall_args_fallback(): fix whitespace
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-24 Mark Johnstonvmm: Fix VM_GET_CPUS compatibility
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-18 Xin LIgve: Fix build on i386 and enable LINT builds.
2023-08-18 Vitaliy Gusevbhyve: save/restore pir_desc
2023-08-17 Bojan Novkovićbhyve: fix vCPU single-stepping on VMX
2023-08-11 Dmitry Chaginlinux(4): Add elf_hwcap2 to x86
2023-08-05 Gordon Berglinglinux(4): Fix two typos in source code comments
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-06-29 Dmitry Chaginlinux(4): Preserve fpu xsave state across signal delive...
2023-06-29 Dmitry Chaginlinux(4): In preparation for xsave refactor fxsave...
2023-06-29 Dmitry Chaginlinux(4) rt_sendsig: Remove the use of caddr_t
2023-06-29 Dmitry Chaginlinux(4): Fix stack unwinding across signal frame on...
2023-06-29 Dmitry Chaginlinux(4): Preserve %rcx (return address) like a Linux do
2023-06-29 Dmitry Chaginlinux(4): Simplify %r10 restoring on amd64
2023-06-29 Dmitry Chaginlinux(4): Add a comment explaining registers at syscall...
2023-06-29 Dmitry Chaginlinux(4): Drop a weird comment from linux_set_syscall_r...
2023-06-29 Dmitry Chaginlinux(4): Implement ptrace_pokeusr for x86_64
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_pokeusr machine dependent
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_peekusr machine dependend
2023-06-29 Dmitry Chaginlinux(4): Make struct stat64 to match Linux actual one
2023-06-29 Dmitry Chaginlinux(4): Regen for mknod syscall changes
2023-06-29 Dmitry Chaginlinux(4): Use Linux dev_t type for mknod syscalls dev...
2023-06-29 Dmitry Chaginlinux(4): Move dev_t type declaration under /compat...
2023-06-29 Dmitry Chaginlinux(4): Make struct newstat to match actual Linux one
2023-06-29 Dmitry Chaginlinux(4): Regen for struct l_old_stat changes
2023-06-29 Dmitry Chaginlinux(4): Update syscalls.master to reflect struct...
2023-06-29 Dmitry Chaginlinux(4): Mark old fstat syscal as unimplemented
2023-06-29 Dmitry Chaginlinux(4): Rename obsolete old struct l_stat to struct...
2023-06-29 Dmitry Chaginlinux(4): Fix LINUX_AT_COUNT comments
2023-06-29 Dmitry Chaginlinux(4): Deduplicate linux_copyout_auxargs()
2023-06-29 Dmitry Chaginlinux(4): Regen for close_range syscall
2023-06-29 Dmitry Chaginlinux(4): Modify close_range syscall to match Linux
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-09 Mitchell Hornehwpmc: use kstack_contains()
2023-06-09 Mark Johnstonsysarch: Add includes required for ktrcapfail() calls...
2023-05-13 Konstantin Belousovamd64 MINIMAL: SysV IPC syscalls are loadable
2023-05-13 Konstantin Belousovamd64 MINIMAL: remove UFS from compiled-in list
2023-05-13 Konstantin Belousovamd64 MINIMAL config: remove statements about UFS module
2023-05-13 Konstantin Belousovamd64: add MINIMALUP config
2023-05-13 Konstantin Belousovamd64 MINIMAL config: remove sentence about acpi
2023-05-11 Mark Johnstonvmm: Fix casts around kmem_malloc/free() calls
2023-05-11 Corvin Köhnevmm: don't free unallocated memory
2023-05-11 Mark Johnstonvmm: Dynamically allocate a couple of per-CPU state...
2023-05-09 Mark Johnstonvmm: Expose some more AVX512 CPUID bits to guests
2023-05-08 Vitaliy Gusevvmm: fix HLT loop while vcpu has requested virtual...
2023-04-25 Konstantin Belousovx86: initialize use_xsave once
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-21 Konstantin Belousovamd64: fix PKRU and swapout interaction
2023-04-09 Mateusz Guzikamd64: ansify
2023-03-31 Yurihv_hid: Hyper-V HID driver
2023-03-29 Konstantin Belousovamd64 wakeup: recalculate mitigations after APICs are...
2023-03-27 Vitaliy Gusevvmm: fix missing ipi statistic
2023-03-23 Hans Petter Selaskyktls: Remove the KERN_TLS option from the i386 and...
2023-03-20 Konstantin Belousovacpi_wakeup.c: apply the reviewer' editorial correction...
2023-03-20 Konstantin Belousovamd64: properly recalculate mitigations knobs after...
2023-03-20 Konstantin Belousovamd64 acpi_wakeup.c: fix typo
2023-03-17 Vitaliy Gusevbhyve: fix restore of kernel structs
2023-03-17 Vitaliy Gusevvmm: fix restore of TSC offset
2023-03-02 Mark Johnstonamd64: Avoid copying td_frame from kernel procs
2023-03-01 Dmitry Chaginlinux(4): Rename linux_timer.h to linux_time.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under amd64/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup vm includes from linux_util.h
2023-02-26 Dmitry Chaginlinux(4): Get rid of the opt_compat.h include.
2023-02-23 Mark Johnstonvmm: Fix AP startup compatibility for old bhyve executables
2023-02-16 Mark Johnstonvmm: Remove an unneeded initialization of "retu"
2023-02-16 Mark Johnstonvmm: Collapse identical case statements in vlapic_icrlo...
2023-02-16 Konstantin Belousovamd64 ia32 vdso: always define some __vdso_ symbols
2023-02-09 Dmitry Chaginlinux(4): Remove stale comment that no longer applies.
2023-02-09 Dmitry Chaginlinux(4): Microoptimize rt_sendsig() on amd64.
2023-02-09 Dmitry Chaginlinux(4): Preserve fpu fxsave state across signal deliv...
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_trans_osrel().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_copyout_strings().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_fixup_elf().
2023-02-09 Dmitry Chaginlinux(4): Microoptimize linux_elf.h for future use.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate MI futex structures.
2023-02-09 Dmitry Chaginamd64: Eliminate write only cpu_fxsr.
2023-02-09 Edward Tomasz Napi... Unstaticize {get,set}_fpcontext() on amd64
2023-02-08 Corvin Köhnevmm: avoid spurious rendezvous
next