]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
riscv: improve KTR_TRAP trace entries
[FreeBSD/FreeBSD.git] / sys / amd64 /
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
2023-02-08 Bartosz Sobczakirdma: Add RDMA driver for Intel(R) Ethernet Controller...
2023-02-06 Eric Joynervtd: Increase DRHD_MAX_UNITS
2023-02-03 Konstantin Belousovamd64: do not enable PKRU if user disabled saving PKRU...
2023-01-27 Alexander V. Chernikovnetlink: add netlink to GENERIC@amd64
2023-01-26 John Baldwinvmm: Free vCPUs when destroying them.
2023-01-26 John Baldwinvmm: Avoid infinite loop in vcpu_lock_all error case.
2023-01-26 John Baldwinvmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].
2023-01-26 John Baldwinvmm: VM_GET/SET_KERNEMU_DEV should run with the vCPU...
2023-01-26 John Baldwinvmm: Remove stale comment for vm_rendezvous.
2023-01-26 Dmitry Chaginvmm: Fix build w/o KDTRACE_HOOKS.
2023-01-26 Cy Schubertvmm: Fix non-INVARIANTS build
2023-01-26 John Baldwinvmm: Trim some pointless #ifdef KTR.
2023-01-26 John Baldwinvmm: Convert VM_MAXCPU into a loader tunable hw.vmm...
2023-01-26 John Baldwinvmm: Allocate vCPUs on first use of a vCPU.
2023-01-26 Corvin Köhnevmm: don't lock a mtx in the icr_low write handler
2023-01-26 John Baldwinvmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs.
2023-01-26 John Baldwinvmm devmem_mmap_single: Bump object reference under...
2023-01-26 Robert Wingvmm: take exclusive mem_segs_lock in vm_cleanup()
2023-01-26 Robert Wingvmm: take exclusive mem_segs_lock when (un)assigning...
2023-01-26 John Baldwinvmm: Use an sx lock to protect the memory map.
2023-01-26 John Baldwinvmm: Destroy mutexes.
2023-01-26 John Baldwinvmm stat: Add a special nelems constant for arrays...
2023-01-26 John Baldwinvmm vmx: Allocate vpids on demand as each vCPU is initi...
2023-01-26 John Baldwinvmm: Lookup vcpu pointers in vmmdev_ioctl.
2023-01-26 John Baldwinvmm ppt: Remove unused vcpu arg from MSI setup handlers.
2023-01-26 John Baldwinvmm: Remove unused vcpuid argument from vioapic_process...
2023-01-26 John Baldwinvmm: Use struct vcpu in the rendezvous code.
2023-01-26 John Baldwinvmm: Remove support for vm_rendezvous with a cpuid...
2023-01-26 John Baldwinvmm: Remove vcpuid from I/O port handlers.
2023-01-26 Mark Johnstonvmm: Restore the correct vm_inject_*() prototypes
next