History log of /reactos/sdk/include/asm/ksamd64.template.h (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# f3508439 16-Sep-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SDK:ASM] OK these definition entries are #if 0'ed out, but close the parentheses anyway to not mess up with editors' code-folding functionality.


# 15fbcc19 10-May-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[NTOS:KE/x64] Fix KiConvertToGuiThread

- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently

[NTOS:KE/x64] Fix KiConvertToGuiThread

- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently leaking system PTEs.
- Fix the check for failure of PsConvertToGuiThread (test eax, not rax, for being negative, because by default rax is zero extended from eax, not sign extended). This fixes an infinite loop on failure.

show more ...


# 620f9ee7 23-Jul-2022 Timo Kreuzer <timo.kreuzer@reactos.org>

[NTOS] Add MxCsr handling to trap handlers


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC
# f1ed97d6 15-May-2018 Timo Kreuzer <timo.kreuzer@reactos.org>

[NTOS:KE/x64] Implement KiSetTrapContext

KiSetTrapContext is an asm wrapper around RtlSetUnwindContext, which first stores an exception frame to assure that all non-volatile registers were put on th

[NTOS:KE/x64] Implement KiSetTrapContext

KiSetTrapContext is an asm wrapper around RtlSetUnwindContext, which first stores an exception frame to assure that all non-volatile registers were put on the stack, then calls RtlSetUnwindContext to update their first saving positions on the stack and finally restore the exception frame to potentially load any updated registers, that haven't been saved elsewhere on the stack.

show more ...


# 3187e2a0 29-Dec-2020 Hervé Poussineau <hpoussin@reactos.org>

[ASM:X64] Remove XSAVE_ALIGN variable (as already done on x86)


Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# ce5aa24c 09-Feb-2018 Timo Kreuzer <timo.kreuzer@reactos.org>

[ASM:X64] Add initial version of kxamd64.inc, macamd64.inc


# 38be7618 26-Oct-2019 Timo Kreuzer <timo.kreuzer@reactos.org>

[ASM] Fix KUMS_CONTEXT_HEADER offsets in ksamd64.template.h


# fb4591c4 13-Oct-2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SDK] Fix a typo, caught by Stas'M :)


Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1
# c2c66aff 03-Oct-2017 Colin Finck <colin@reactos.org>

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.


Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718
# 321bcc05 24-Apr-2016 Pierre Schweitzer <pierre@reactos.org>

Create the AHCI branch for Aman's work

svn path=/branches/GSoC_2016/AHCI/; revision=71203