]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/include
epair: Simplify the transmit path and address lost wakeups
[FreeBSD/FreeBSD.git] / sys / amd64 / include /
2023-02-09 Edward Tomasz Napi... Unstaticize {get,set}_fpcontext() on amd64
2023-02-08 Corvin Köhnevmm: avoid spurious rendezvous
2023-01-26 John Baldwinvmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].
2023-01-26 John Baldwinvmm: Remove stale comment for vm_rendezvous.
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 John Baldwinvmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs.
2023-01-26 John Baldwinvmm: Use an sx lock to protect the memory map.
2023-01-26 John Baldwinvmm: Lookup vcpu pointers in vmmdev_ioctl.
2023-01-26 John Baldwinvmm: Use struct vcpu in the rendezvous code.
2023-01-26 Mark Johnstonvmm: Restore the correct vm_inject_*() prototypes
2023-01-26 John Baldwinvmm: Pass vcpu instead of vm and vcpuid to APIs used...
2023-01-26 John Baldwinvmm: Use struct vcpu in the instruction emulation code.
2023-01-26 John Baldwinvmm: Add vm_gpa_hold_global wrapper function.
2023-01-26 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2023-01-26 John Baldwinvmm: Use struct vcpu with the vmm_stat API.
2023-01-26 John Baldwinvmm: Expose struct vcpu as an opaque type.
2023-01-26 John Baldwinvmm: Remove the per-vm cookie argument from vmmops...
2023-01-26 John Baldwinvmm: Refactor storage of CPU-dependent per-vCPU data.
2023-01-26 John Baldwinvmm: Rework snapshotting of CPU-specific per-vCPU data.
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-20 Konstantin Belousovamd64 pmap.h: make it easier to use the header for...
2023-01-20 Konstantin Belousovamd64: be more precise when enabling the AlderLake...
2023-01-20 Konstantin Belousovamd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2023-01-20 Konstantin Belousovamd64: identify small cores
2022-12-09 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-20 Corvin Köhnevmm: add tunable to trap WBINVD
2022-05-13 John Baldwinx86: Remove silly checks for <sys/cdefs.h>.
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-11 John Baldwinbhyve: Remove VM_MAXCPU from the userspace API/ABI.
2022-04-29 John BaldwinExtend the VMM stats interface to support a dynamic...
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Greg Vsmbios: support getting address from EFI
2022-03-03 Allan Judesmbios: Move smbios driver out from x86 machdep code
2022-02-11 Konstantin Belousovx86 atomic.h: remove obsoleted comment
2022-02-11 Konstantin Belousovx86 atomics: use lock prefix unconditionally
2022-02-11 Konstantin Belousovx86 atomic.h: cleanup comments for preprocessor directives
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2021-12-27 Mark Johnstonx86: Deduplicate clock.h
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-12-03 Mitchell Horneamd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()
2021-12-01 Mark Johnstonnetinet: Remove in_cksum_update()
2021-11-29 Mark Johnstonamd64: Initialize kernel_pmap's active CPU set to all_cpus
2021-11-02 Mark Johnstonamd64: Define KVA regions for KMSAN shadow maps
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-11-01 Mark Johnstonamd64: Add MD bits for KASAN
2021-11-01 Mark Johnstonamd64: Implement a KASAN shadow map
2021-10-10 Konstantin Belousovamd64: add pmap_page_set_memattr_noflush()
2021-10-10 Konstantin BelousovRevert "linux32: add a hack to avoid redefining the...
2021-10-10 Konstantin Belousovamd64: eliminate td_md.md_fpu_scratch
2021-10-10 Konstantin Belousovamd64: stop using top of the thread' kernel stack for...
2021-10-10 Konstantin Belousovamd64: centralize definitions of CS_SECURE and EFL_SECURE
2021-10-10 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-10 Adam Fennx86: cpufunc: Add rdtscp_aux()
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-01 Jason A. Harmeningamd64 pmap: convert to counter(9), add PV and pagetable...
2021-08-23 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): loose the assert
2021-08-23 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): print more data for...
2021-08-23 Konstantin BelousovAdd pmap_vm_page_alloc_check()
2021-08-23 Konstantin Belousovamd64: do not assume that kernel is loaded at 2M physical
2021-08-23 Konstantin Belousovamd64: rework AP startup
2021-08-03 Konstantin Belousovamd64: add pmap_alloc_page_below_4g()
2021-08-03 Konstantin Belousovamd64: make efi_boot global
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Andrew TurnerCreate VM_MEMATTR_DEVICE on all architectures
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-04-21 Mitchell Hornegdb: report specific stop reason for watchpoints
2021-04-21 Mitchell Hornex86: implement kdb watchpoint functions
2021-03-31 Mark Johnstonamd64: Make KPDPphys local to pmap.c
2021-03-26 D Scott Phillipsbhyve: support relocating fbuf and passthru data BARs
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-02-04 Mateusz Guzikamd64: use compiler intrinsics for bsf* and bsr*
2021-02-01 Mateusz Guzikamd64: retire sse2_pagezero
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Mateusz Guzikamd64: use builtins for all ffs* variants
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-11 Roger Pau Monnexen/privcmd: implement the dm op ioctl
2021-01-10 Konstantin Belousovx86: Add rdtscp32() into cpufunc.h.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
next