History log of /freebsd/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b9cd72b0 14-Oct-2024 Andrew Turner <andrew@FreeBSD.org>

sys: Use the new arm_smccc_invoke macros

Simplify the calls into the SMCCC firmware with the new
arm_smccc_invoke* macros.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D

sys: Use the new arm_smccc_invoke macros

Simplify the calls into the SMCCC firmware with the new
arm_smccc_invoke* macros.

Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46987

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0, release/12.4.0
# d16d0b6b 26-Oct-2022 Souradeep Chakrabarti <schakrabarti@microsoft.com>

Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64

Refactor the code to put split the MSR values for x86 and arm64
Hyper-V. Code not yet built. This is one of several patches

Hyper-V: Code refactor to avoid redundancy of MSR values on x86 and arm64

Refactor the code to put split the MSR values for x86 and arm64
Hyper-V. Code not yet built. This is one of several patches for
the arm64 Hyper-V enablement.

Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D37103

show more ...


# 6cf00ef8 29-Sep-2022 Souradeep Chakrabarti <schakrabarti@microsoft.com>

arm64: enablement for ARM64 in Hyper-V (Part 1)

The changes are to refactor the code of vmbus.c and hyperv.c to keep minimal
arch specific codes there and have them in separate files in x86/ arm64/

arm64: enablement for ARM64 in Hyper-V (Part 1)

The changes are to refactor the code of vmbus.c and hyperv.c to keep minimal
arch specific codes there and have them in separate files in x86/ arm64/ .
x86 is a new directory, which contains codes for x86 / x86_64. Instead of
repeating the same codes in existing amd64/ and i386/, this approach reduced
the repetition. This is first of three patches for Hyper-V enablement.

Reviewed by: whu
Tested by: Souradeep Chakrabarti <schakrabarti@microsoft.com>
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D36466

show more ...