summaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/hv_crash.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-12x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak1-2/+2
2026-03-12x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak1-1/+1
2026-03-12x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak1-6/+6
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel1-39/+43
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+1
2026-02-04x86/hyperv: fix a compiler warning in hv_crash.cMukesh R1-2/+1
2026-01-28x86/hyperv: Fix smp_ops build failure on UP kernelsIngo Molnar1-0/+2
2025-11-15x86/hyperv: Implement hypervisor RAM collection into vmcoreMukesh Rathor1-0/+642