summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)Author
2025-05-21x86/xen/msr: Fix uninitialized variable 'err'Xin Li (Intel)
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove the error pointer argument from set_seg()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove pmu_msr_{read,write}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{rea...Xin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19x86/xen: Move Xen upcall handlerBrian Gerst
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen
2024-12-17x86/xen: add central hypercall functionsJuergen Gross
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross
2024-12-04x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov
2024-10-08x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross
2024-07-11x86/xen: eliminate some private header filesJuergen Gross
2024-05-02x86/xen: return a sane initial apic id when running as PV guestJuergen Gross
2024-02-15x86/xen/smp_pv: Count number of vCPUs earlyThomas Gleixner
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-28Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij
2023-08-09x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross
2023-08-02x86/shstk: Add user control-protection fault handlerRick Edgecombe
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski
2023-06-16x86/xen: Set default memory type for PV guests to WBJuergen Gross
2023-06-01x86/xen: Set MTRR state when running as Xen PV initial domainJuergen Gross
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-14x86/PVH: obtain VGA console info in Dom0Jan Beulich
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-25x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-14x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-11xen/pv: support selecting safe/unsafe msr accessesJuergen Gross