xen-changelog - Mail Index


July 30, 23
06:19 [xen master] xen/keyhandler: address violations of MISRA C:2012 Rule 8.3 and drop bool_t patchbot
06:19 [xen master] xen/arm: mechanical renaming to address MISRA C:2012 Rule 5.3 patchbot
06:19 [xen master] xenalyze: remove unused defines patchbot
06:19 [xen master] xentrace: adjust exit code for --help option patchbot
06:19 [xen master] xenalyze: sync with vmx.h, use EXIT_REASON_MCE_DURING_VMENTRY patchbot
06:19 [xen master] xenalyze: sync with vmx.h, use EXIT_REASON_VMXON patchbot
06:18 [xen master] xenalyze: sync with vmx.h, use EXIT_REASON_VMXOFF patchbot
06:18 [xen master] xenalyze: sync with vmx.h, use EXIT_REASON_PENDING_VIRT_INTR patchbot
06:18 [xen master] xentrace: use correct output format for pit and rtc patchbot
06:18 [xen master] xentrace: remove unimplemented option from man page patchbot
06:18 [xen master] xen/notifier: address violations of MISRA C:2012 Rule 8.3 patchbot
06:18 [xen master] xen: change names and type qualifiers in copy_domain_page() declaration patchbot
06:17 [xen master] libxl: Add missing libxl__virtio_devtype to device_type_tbl array patchbot
06:17 [xen master] iommu/vtd: rename io_apic_read_remap_rte() local variable patchbot
06:17 [xen master] x86/ioapic: RTE modifications must use ioapic_write_entry patchbot
06:17 [xen master] x86/ioapic: add a raw field to RTE struct patchbot
06:17 [xen master] xen/arm/atomic: change parameter name in atomic_cmpxchg() definition patchbot
06:17 [xen master] xen/arm32: head: Widen the use of the temporary mapping patchbot
06:16 [xen master] device_tree: address violations of MISRA C:2012 Rules 8.2 and 8.3 patchbot
06:16 [xen master] xen/arm: Move TEE mediators in a kconfig submenu patchbot
06:16 [xen master] tools/xenstore: add wrapper for tdb_fetch() patchbot
06:16 [xen master] tools/xenstore: switch get_acc_data() to use name instead of key patchbot
06:16 [xen master] tools/xenstore: rename do_tdb_write() and change parameter type patchbot
06:16 [xen master] tools/xenstore: rename do_tdb_delete() and change parameter type patchbot
06:15 [xen master] tools/xenstore: let transaction_prepend() return the name for access patchbot
06:15 [xen master] tools/xenstore: replace key in struct node with data base name patchbot
06:15 [xen master] tools/xenstore: explicitly specify create or modify for tdb_store() patchbot
06:15 [xen master] automation: Add smoke test for ppc64le patchbot
06:15 [xen master] vpci: add permission checks to map_range() patchbot
06:15 [xen master] tools/xenstore: fix get_spec_node() patchbot
06:14 [xen master] tools/xenstore: add const to the return type of canonicalize() patchbot
06:14 [xen master] xen/ppc: Implement early serial printk on pseries patchbot
06:14 [xen master] tools/console: Add escape argument to configure escape character patchbot
06:14 [xen master] maintainers: Add ECLAIR reviewer patchbot
06:14 [xen master] automation: Add ECLAIR pipelines patchbot
06:14 [xen master] automation: Add xen builds for the ECLAIR analyses patchbot
06:13 [xen master] xen/kernel: change parameter name in add_taint() definition patchbot
06:13 [xen master] xen/event: address violations of MISRA C:2012 Rules 8.2 and 8.3 patchbot
06:13 [xen master] xen: use parameter name 'mcs' in arch_do_multicall_call() patchbot
06:13 [xen master] x86/boot: Update construct_dom0() to take a const char *cmdline patchbot
06:13 [xen master] xen/x86: Use const char * for string literals (2) patchbot
06:12 [xen master] x86/hvm: Allow hvm_copy_to_guest_*() to come from const sources patchbot
06:12 [xen master] xen: Drop the (almost) unused extern start[] patchbot
06:12 [xen master] x86/cpu-policy: Advertise MSR_ARCH_CAPS to guests by default patchbot
06:12 [xen master] libxl: add support for parsing MSR features patchbot
06:12 [xen master] libxl: use the cpuid feature names from cpufeatureset.h patchbot
06:12 [xen master] libxl: split logic to parse user provided CPUID features patchbot
06:11 [xen master] libxl: introduce MSR data in libxl_cpuid_policy patchbot
06:11 [xen master] libxl: change the type of libxl_cpuid_policy_list patchbot
06:11 [xen master] libs/guest: introduce support for setting guest MSRs patchbot
06:11 [xen master] docs/misra: document the usage of array range initializers patchbot
06:11 [xen master] docs: Correct name for xen-command-line.pandoc patchbot
06:11 [xen master] xen/cpu: change parameter name in __cpu_up() declaration patchbot
July 26, 23
21:34 [xen master] efi: mechanical renaming to address MISRA C:2012 Rule 5.3 patchbot
21:33 [xen master] docs/misra: add Rule 1.1 and 5.6 patchbot
21:33 [xen master] x86/amd: Mitigations for Zenbleed patchbot
21:33 [xen master] xen/ppc: Set up a basic C environment patchbot
21:33 [xen master] common: Move a few more standalone macros from xen/lib.h to xen/macros.h patchbot
21:33 [xen master] x86/cpu-policy: address violations of MISRA C:2012 Rule 8.3 on parameter names patchbot
21:33 [xen master] libxl: arm: Add grant_usage parameter for virtio devices patchbot
11:55 [xen stable-4.17] automation: qemu-smoke-arm64.sh: Increase RAM size patchbot
02:11 [xen stable-4.16] x86/amd: Mitigations for Zenbleed patchbot
July 25, 23
21:44 [xen stable-4.17] x86/amd: Mitigations for Zenbleed patchbot
16:55 [xen stable-4.14] x86/amd: Mitigations for Zenbleed patchbot
13:55 [xen stable-4.15] x86/amd: Mitigations for Zenbleed patchbot
July 23, 23
15:13 [xen master] tools/xenstore: fix XSA-417 patch patchbot
15:13 [xen master] x86/mtrr: address violations of MISRA C:2012 Rule 8.3 on parameter types patchbot
15:12 [xen master] x86/HVM: address violations of MISRA C:2012 Rules 8.2 and 8.3 patchbot
15:12 [xen master] x86/vRTC: move and tidy convert_hour() and {to,from}_bcd() patchbot
15:12 [xen master] xen: address MISRA C:2012 Rule 4.1 patchbot
15:12 [xen master] xen/arm: ffa: add support for FFA_ID_GET patchbot
15:12 [xen master] xen/arm: ffa: enforce dependency on 4k pages patchbot
15:12 [xen master] xen/arm: ffa: add defines for framework direct request/response messages patchbot
15:11 [xen master] xen/arm: ffa: add flags for FFA_PARTITION_INFO_GET patchbot
15:11 [xen master] xen/arm: ffa: add remaining SMC function IDs patchbot
15:11 [xen master] xen/arm: tee: add a primitive FF-A mediator patchbot
15:11 [xen master] xen/arm: smccc: add support for SMCCCv1.2 extended input/output registers patchbot
15:11 [xen master] xen/arm: add TEE teardown to arch_domain_teardown() patchbot
15:11 [xen master] xen: Introduce arch_domain_teardown() patchbot
09:00 [qemu-xen master] Merge tag 'v7.2.4' into staging patchbot
July 22, 23
10:44 [qemu-xen stable-4.17] async: Suppress GCC13 false positive in aio_bh_poll() patchbot
10:44 [qemu-xen stable-4.17] softfloat: Fix declaration of partsN_compare patchbot
10:44 [qemu-xen stable-4.17] replay: Fix declaration of replay_read_next_clock patchbot
10:44 [qemu-xen stable-4.17] stubs: update replay-tools to match replay.h types patchbot
July 21, 23
21:22 [xen stable-4.17] update qemuu tag patchbot
21:22 [xen stable-4.17] tools: Remove the use of K&R functions patchbot
10:44 [xen master] x86/HVM/emul: address violations of MISRA C:2012 Rules 8.2 and 8.3 patchbot
10:44 [xen master] x86: change parameter name of hvm_monitor_msr() declaration patchbot
10:44 [xen master] docs/misc: fix document typo patchbot
10:44 [xen master] xen/misra: diff-report.py: fix function invocation patchbot
10:44 [xen master] xen/misra: diff-report.py: Fix UnifiedFormatParser change line registration patchbot
July 20, 23
20:22 [qemu-xen stable-4.17] qemu-img: remove unused variable patchbot
20:22 [qemu-xen stable-4.17] tulip: Remove unused variable patchbot
20:22 [qemu-xen stable-4.17] rtl8139: Remove unused variable patchbot
20:22 [qemu-xen stable-4.17] ebpf: replace deprecated bpf_program__set_socket_filter patchbot
13:45 [xen master] x86: fix early boot output patchbot
13:45 [xen master] xen/riscv: add SPDX tag to config.h patchbot
13:44 [xen master] common: move a few macros out of xen/lib.h patchbot
13:44 [xen master] mm/pdx: Mark pdx hole description globals readonly after boot patchbot
13:44 [xen master] mm/pdx: Add comments throughout the codebase for pdx patchbot
13:44 [xen master] x86/ACPI: correct off-by-1 in SGI MMCFG check patchbot
13:44 [xen master] x86/HVM: adjust pIRQ calculation in hvm_inject_msi() patchbot
13:44 [xen master] x86: drop old (32-bit-only) MSR definitions patchbot
July 19, 23
16:00 [xen stable-4.16] update qemuu tag patchbot
16:00 [xen stable-4.16] tools: Remove the use of K&R functions patchbot
14:44 [xen master] xen/ACPI: Remove acpi_get_pxm() entirely patchbot
14:44 [xen master] xen/ACPI: Use const char * for string literals patchbot
14:44 [xen master] xen/ACPI: Remove the acpi_string type patchbot
14:44 [xen master] xen/x86: Use const char * for string literals patchbot
14:44 [xen master] xen/common: Use const char * for string literals patchbot
July 18, 23
14:33 [xen stable-4.16] xen/x86: Remove the use of K&R functions patchbot
14:33 [xen stable-4.16] iommu/amd-vi: fix checking for Invalidate All support in amd_iommu_resume() patchbot
14:33 [xen stable-4.16] x86/microcode: Add missing unlock in microcode_update_helper() patchbot
14:33 [xen stable-4.16] vpci/header: cope with devices not having vpci allocated patchbot
14:33 [xen stable-4.16] tools: convert bitfields to unsigned type patchbot
13:00 [xen stable-4.17] xen/x86: Remove the use of K&R functions patchbot
11:33 [xen master] x86/ioapic: sanitize IO-APIC pins before enabling lapic LVTERR/ESR patchbot
11:33 [xen master] x86/mce: change parameter names in function definitions to match the corresponding declarations patchbot
11:33 [xen master] xen/arm: fix violations of MISRA C:2012 Rule 7.2 patchbot
05:11 [qemu-xen stable-4.16] migration: Fix operator type patchbot
05:11 [qemu-xen stable-4.16] Update dtc to include build fix patchbot
05:11 [qemu-xen stable-4.16] qemu-img: remove unused variable patchbot
05:11 [qemu-xen stable-4.16] tulip: Remove unused variable patchbot
05:11 [qemu-xen stable-4.16] rtl8139: Remove unused variable patchbot
July 17, 23
21:55 [xen stable-4.17] iommu/vtd: fix address translation for leaf entries patchbot
21:55 [xen stable-4.17] iommu/amd-vi: fix checking for Invalidate All support in amd_iommu_resume() patchbot
21:55 [xen stable-4.17] x86/microcode: Add missing unlock in microcode_update_helper() patchbot
21:55 [xen stable-4.17] vpci/header: cope with devices not having vpci allocated patchbot
21:55 [xen stable-4.17] tools: convert bitfields to unsigned type patchbot
July 15, 23
06:33 [xen master] xen/arm: Account for domU dtb bootmodule size separately patchbot
06:33 [xen master] xen/arm: Fix domain_handle_dtb_bootmodule() error path patchbot
06:33 [xen master] iommu/ipmmu-vmsa: Add missing 'U' in IMTTLBR0_TTBR_MASK for shifted constant patchbot
July 14, 23
20:56 [xen master] xen/arm: pci: fix check in pci_check_bar() patchbot
20:56 [xen master] docs: Fix style in misc/arm/silicon-errata.txt table patchbot
20:55 [xen master] x86/APIC: adjustments to error_interrupt() loop patchbot
20:55 [xen master] x86/APIC: modify error_interrupt() to output using single printk() patchbot
20:55 [xen master] x86/APIC: include full string with error_interrupt() error messages patchbot
20:55 [xen master] xen: fix violations of MISRA C:2012 Rule 3.1 patchbot
20:55 [xen master] ocaml/libs/xc: Fix NULL dereference with physinfo_arch_caps() patchbot
20:55 [xen master] docs/misra: add Rule 9.3 patchbot
July 13, 23
09:23 [xen master] xen: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:23 [xen master] ACPI/APEI: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:23 [xen master] x86/monitor: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:23 [xen master] xen/public: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:23 [xen master] xen/pci: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] xen/efi: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] xen/device-tree: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] x86/svm: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] AMD/IOMMU: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] x86/cpufreq: fix violations of MISRA C:2012 Rule 7.2 patchbot
09:22 [xen master] xenoprof: default to off patchbot
July 12, 23
21:22 [xen master] docs/misra: document the C dialect and translation toolchain assumptions. patchbot
21:22 [xen master] x86/emul: fix violations of MISRA C:2012 Rule 8.3 on parameter names patchbot
21:22 [xen master] docs/misra: add Rule 7.4 and 9.4 patchbot
July 11, 23
09:44 [xen master] cmdline: only set ask mode if vga= is present patchbot
July 10, 23
22:33 [xen master] iommu/amd-vi: avoid pointless flushes in invalidate_all_domain_pages() patchbot
22:33 [xen master] cmdline: parse multiple instances of the vga option patchbot
22:33 [xen master] multiboot2: do not set StdOut mode unconditionally patchbot
22:33 [xen master] multiboot2: parse vga= option when setting GOP mode patchbot
July 07, 23
07:23 [xen master] ppc: make also linking work with big-endian tool chain patchbot
07:22 [xen master] xenstore: talloc.h needs to include stdarg.h patchbot
07:22 [xen master] x86/microcode: Allow reading microcode revision even if it can't be updated patchbot
07:22 [xen master] xen/types: Rework stdint vs __{u,s}$N types patchbot
07:22 [xen master] treewide: Avoid including asm/types.h patchbot
07:22 [xen master] xen/types: Drop #ifdefary for __{SIZE,PTRDIFF}_TYPE__ patchbot
07:22 [xen master] x86/asm: Introduce a tailcall pseduo-op patchbot
July 06, 23
06:58 [xen master] xen/arm: Kconfig: ACPI should depend on UEFI patchbot
06:58 [xen master] xen/arm: smmuv3: fix violations of MISRA C:2012 Rule 3.1 patchbot
06:57 [xen master] xen/include: avoid using a compiler extension for BUILD_BUG_ON_ZERO patchbot
06:57 [xen master] build: remove TARGET_ARCH, a duplicate of SRCARCH patchbot
06:57 [xen master] build: remove TARGET_SUBARCH, a duplicate of ARCH patchbot
06:57 [xen master] build: define ARCH and SRCARCH later patchbot
06:57 [xen master] xen/riscv: move extern of cpu0_boot_stack to header patchbot
06:57 [xen master] xen/riscv: add SPDX tags patchbot
06:56 [xen master] libelf: make L1_MFN_VALID note known patchbot
06:56 [xen master] xen/arm: make ARM_EFI selectable for Arm64 patchbot
06:56 [xen master] xen/arm: remove xen_phys_start and xenheap_phys_end from config.h patchbot
06:56 [xen master] xen/arm: vgic: Add missing 'U' in VGIC_ICFG_MASK for shifted constant patchbot
06:56 [xen master] tools/python: Fix memory leak on error path patchbot
06:56 [xen master] tools: Fix ifdef for aarch64 that should include also arm patchbot
06:55 [xen master] xen/arm: mm: Add missing ISB in xen_pt_update() patchbot
06:55 [xen master] xen/arm: pmap: Add missing ISB in arch_pmap_map() patchbot
06:55 [xen master] xen/arm: page: Consolidate write_pte() and clarify the documentation patchbot
06:55 [xen master] xen/arm64: head: Add missing isb in setup_fixmap() patchbot
06:55 [xen master] xen/arm32: head: Add mising isb in switch_to_runtime_mapping() patchbot
06:55 [xen master] xen/arm32: head: Add missing isb in setup_fixmap() patchbot
July 05, 23
09:55 [xen master] xen/arm: Allow the user to build Xen with UBSAN patchbot
09:55 [xen master] xen/arm: Rework the code mapping Xen to avoid relying on the size of Xen patchbot
09:55 [xen master] xen/arm32: head: Don't map too much in boot_third patchbot
09:55 [xen master] xen/arm64: head: Don't map too much in boot_third patchbot
09:55 [xen master] xen/arm: grant-table: Correct the prototype of the arch helpers patchbot
July 04, 23
22:33 [xen master] xen: Correct comments after renaming xen_{dom,sys}ctl_cpu_policy fields patchbot
July 01, 23
14:34 [xen master] x86/vlapic: Change parameter names in function definitions patchbot
14:34 [xen master] x86/hvm: Change parameter names of nestedhvm_vcpu_iomap_get() definition patchbot
14:34 [xen master] x86/hvm: Swap parameter names of hvm_copy_context_and_params() declaration patchbot
14:33 [xen master] x86: Add Kconfig option to require NX bit support patchbot
14:33 [xen master] x86/boot: Clear XD_DISABLE from the early boot path patchbot
14:33 [xen master] tools: Add __AC() macro to common-macros.h patchbot
14:33 [xen master] {x86,arm}/mm.c: Make populate_pt_range __init patchbot
14:33 [xen master] xenalyze: Basic TRC_HVM_EMUL handling patchbot
14:33 [xen master] xenalyze: Handle start-of-day ->RUNNING transitions patchbot

Mail converted by MHonArc

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.