summaryrefslogtreecommitdiff
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: Add support for CpuidUserDisAlejandro Vallejo2023-05-163-13/+49
* x86: Refactor conditional guard in probe_cpuid_faulting()Alejandro Vallejo2023-05-163-15/+23
* x86/amd: fix legacy setting of SSBD on AMD Family 17hRoger Pau Monne2023-05-161-0/+16
* x86/cpuid: Calculate FEATURESET_NR_ENTRIES more helpfullyAndrew Cooper2023-05-151-6/+36
* xen/arm: domain_build: Fix format specifiers in map_{dt_}irq_to_domain()Michal Orzel2023-05-151-9/+5
* xen/arm: domain_build: Propagate return code of map_irq_to_domain()Michal Orzel2023-05-151-1/+1
* xen/arm: smmuv3: Advertise coherent table walk if supportedMichal Orzel2023-05-151-1/+23
* xen/arm: smmuv3: Constify arm_smmu_get_by_dev() parameterMichal Orzel2023-05-151-2/+2
* iommu/amd-vi: fix assert comparing boolean to enumRoger Pau Monné2023-05-121-1/+1
* xen/arm: pci: fix -Wtype-limits warning in pci-host-common.cStewart Hildebrand2023-05-111-2/+4
* domctl: bump interface versionJan Beulich2023-05-111-1/+1
* x86: Add AMD's CpuidUserDis bit definitionsAlejandro Vallejo2023-05-112-0/+2
* domctl: Modify XEN_DOMCTL_getdomaininfo to fail if domid is not foundAlejandro Vallejo2023-05-101-32/+2
* x86/ucode: Refresh raw CPU policy after microcode loadAndrew Cooper2023-05-103-3/+13
* ns16550: enable memory decoding on MMIO-based PCI console cardMarek Marczykowski-Górecki2023-05-081-0/+8
* build: omit "source" symlink when building hypervisor in-treeJan Beulich2023-05-052-2/+7
* build: don't export building_out_of_srctreeJan Beulich2023-05-053-3/+3
* x86/platform: introduce XENPF_get_ucode_revisionSergey Dyasli2023-05-034-0/+45
* x86/mm: replace bogus assertion in paging_log_dirty_op()Jan Beulich2023-05-031-2/+2
* x86/trampoline: load the GDT located in the trampoline pageRoger Pau Monné2023-05-031-0/+3
* x86/head: check base address alignmentRoger Pau Monné2023-05-031-0/+14
* xen/vcpu: ignore VCPU_SSHOTTMR_futureRoger Pau Monné2023-05-032-4/+14
* xen/sysctl: fix XEN_SYSCTL_getdomaininfolist handling with XSMJuergen Gross2023-05-021-2/+1
* xen/riscv: update two license headersAyan Kumar Halder2023-05-022-4/+2
* x86/mm: drop log-dirty-enable's log_global parameterJan Beulich2023-05-025-28/+20
* xen/misra: xen-analysis.py: fix return error on PhaseExceptionsLuca Fancellu2023-04-271-2/+1
* x86/shadow: restore dropped check in sh_unshadow_for_p2m_change()Roger Pau Monne2023-04-251-1/+2
* x86/shadow: "monitor table" is a HVM-only conceptJan Beulich2023-04-252-3/+1
* x86: add support for crash dump analysis with xen.efiJuergen Gross2023-04-252-4/+10
* x86: detect CMOS aliasing on ports other than 0x70/0x71Jan Beulich2023-04-255-39/+161
* x86/msi: clear initial MSI-X state on bootMarek Marczykowski-Górecki2023-04-251-0/+17
* Revert "xen/arm32: head: Widen the use of the temporary mapping"Julien Grall2023-04-211-16/+70
* xen/arm64: smpboot: Directly switch to the runtime page-tablesJulien Grall2023-04-195-21/+29
* xen/arm64: mm: Rework switch_ttbr()Julien Grall2023-04-194-19/+66
* xen/arm64: mm: Introduce helpers to prepare/enable/disable the identity mappingJulien Grall2023-04-196-2/+163
* xen/arm64: Rework the memory layoutJulien Grall2023-04-193-18/+46
* xen/arm32: head: Widen the use of the temporary mappingJulien Grall2023-04-191-70/+16
* xen/arm: fix uninitialized use warningStewart Hildebrand2023-04-191-1/+2
* xen/arm: mark __guest_cmpxchg always_inlineStewart Hildebrand2023-04-191-5/+5
* xen/livepatch: Fix .altinstructions safety checksAndrew Cooper2023-04-192-6/+64
* arm/alternatives: Rename alt_instr fields which are used in common codeAndrew Cooper2023-04-192-9/+9
* xen/ELF: Fix ELF32 PRI formattersAndrew Cooper2023-04-191-2/+2
* x86: fix build with old gcc after CPU policy changesJan Beulich2023-04-192-2/+6
* x86: cpu{id,}_policy_updated() can be staticJan Beulich2023-04-192-14/+12
* x86/livepatch: Fix livepatch application when CET is activeAndrew Cooper2023-04-186-67/+129
* xen: update CONFIG_DEBUG_INFO help textJuergen Gross2023-04-181-2/+10
* xen: move CONFIG_DEBUG_INFO out of EXPERT sectionJuergen Gross2023-04-181-7/+7
* xen/riscv: add explicit check that .got{.plt} is emptyOleksii Kurochko2023-04-181-0/+12
* xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGSOleksii Kurochko2023-04-181-0/+2
* xen/arm: vpl011: Do not try to handle TX FIFO status when backend in XenMichal Orzel2023-04-171-1/+10