xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-25 11:03:15 to 2021-11-26 15:23:59 UTC [more...]

[PATCH V3 0/6] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-26 15:23 UTC  (12+ messages)
` [PATCH V3 2/6] arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
` [PATCH V3 4/6] xen/unpopulated-alloc: Add mechanism to use Xen resource
` [PATCH V3 6/6] dt-bindings: xen: Clarify "reg" purpose

[PATCH 00/65] x86: Support for CET Indirect Branch Tracking
 2021-11-26 15:21 UTC  (74+ messages)
` [PATCH 01/65] x86: Introduce support for CET-IBT
` [PATCH 02/65] x86/pv-shim: don't modify hypercall table
` [PATCH 03/65] xen/x86: don't use hypercall table for calling compat hypercalls
` [PATCH 04/65] x86/hypercall: Annotate fnptr targets
` [PATCH 05/65] xen: Annotate fnptr targets from custom_param()
` [PATCH 06/65] xen: Annotate fnptr targets from __initcall()
` [PATCH 07/65] xen: Annotate fnptr targets from notifier callbacks
` [PATCH 08/65] xen: Annotate fnptr targets from acpi_table_parse()
` [PATCH 09/65] xen: Annotate fnptr targets from continue_hypercall_on_cpu()
` [PATCH 10/65] xen: Annotate fnptr targets from init_timer()
` [PATCH 11/65] xen: Annotate fnptr targets from call_rcu()
` [PATCH 12/65] xen: Annotate fnptr targets from IPIs
` [PATCH 13/65] xen: Annotate fnptr targets from open_softirq()
` [PATCH 14/65] xsm/flask: Annotate fnptr targets in the security server
` [PATCH 15/65] xsm: Annotate fnptr targets
` [PATCH 16/65] xen/sched: "
` [PATCH 17/65] xen/evtchn: "
` [PATCH 18/65] xen/hypfs: "
` [PATCH 19/65] xen/tasklet: "
` [PATCH 20/65] xen/keyhandler: "
` [PATCH 21/65] xen/vpci: "
` [PATCH 22/65] xen/decompress: "
` [PATCH 23/65] xen/iommu: "
` [PATCH 24/65] xen/video: "
` [PATCH 25/65] xen/console: "
` [PATCH 26/65] xen/misc: "
` [PATCH 27/65] x86: Annotate fnptr targets from request_irq()
` [PATCH 28/65] x86/hvm: Annotate fnptr targets from hvm_funcs
` [PATCH 29/65] x86/hvm: Annotate fnptr targets from device emulation
` [PATCH 30/65] x86/emul: Annotate fnptr targets
` [PATCH 31/65] x86/ucode: "
` [PATCH 32/65] x86/power: "
` [PATCH 33/65] x86/apic: "
` [PATCH 34/65] x86/nmi: "
` [PATCH 35/65] x86/mtrr: "
` [PATCH 36/65] x86/idle: "
` [PATCH 37/65] x86/quirks: "
` [PATCH 38/65] x86/hvmsave: "
` [PATCH 39/65] x86/mce: "
` [PATCH 40/65] x86/pmu: "
` [PATCH 41/65] x86/cpu: "
` [PATCH 42/65] x86/guest: "
` [PATCH 43/65] x86/logdirty: "
` [PATCH 44/65] x86/shadow: "
` [PATCH 45/65] x86/hap: "
` [PATCH 46/65] x86/p2m: "
` [PATCH 47/65] x86/irq: "
` [PATCH 48/65] x86/aepi: "
` [PATCH 49/65] x86/psr: "
` [PATCH 50/65] x86/dpci: "
` [PATCH 51/65] x86/pt: "
` [PATCH 52/65] x86/time: "
` [PATCH 53/65] x86/misc: "
` [PATCH 54/65] x86/stack: "
` [PATCH 55/65] x86/bugframe: "
` [PATCH 56/65] x86: Use control flow typechecking where possible
` [PATCH 57/65] x86/setup: Read CR4 earlier in __start_xen()
` [PATCH 58/65] x86/alternatives: Clear CR4.CET when clearing CR0.WP
` [PATCH 59/65] x86/traps: Rework write_stub_trampoline() to not hardcode the jmp
` [PATCH 60/65] x86/emul: Update emulation stubs to be CET-IBT compatible
` [PATCH 61/65] x86/entry: Make syscall/sysenter entrypoints "
` [PATCH 62/65] x86/entry: Make IDT "
` [PATCH 63/65] x86/setup: Rework MSR_S_CET handling for CET-IBT
` [PATCH 64/65] x86/efi: Disable CET-IBT around Runtime Services calls
` [PATCH 65/65] x86: Enable CET Indirect Branch Tracking

[PATCH 0/2] xen: make debugreg accessors always_inline
 2021-11-26 15:16 UTC  (7+ messages)
` [PATCH 1/2] xen: make HYPERVISOR_get_debugreg() always_inline

[RFC?] xen/arm: memaccess: Pass struct npfec by reference in p2m_mem_access_check
 2021-11-26 15:01 UTC  (6+ messages)

[RFC PATCH V3] xen/gnttab: Store frame GFN in struct page_info on Arm
 2021-11-26 13:51 UTC  (3+ messages)

[qemu-mainline test] 166370: tolerable FAIL - PUSHED
 2021-11-26 13:30 UTC 

[RFC PATCH] Added the logic to decode 32 bit ldr/str post-indexing instructions
 2021-11-26 13:14 UTC  (2+ messages)

[PATCH 0/7] (mainly) xz imports from Linux
 2021-11-26 12:52 UTC  (16+ messages)
` [PATCH 1/7] xz: add fall-through comments to a switch statement
` [PATCH 2/7] xz: fix XZ_DYNALLOC to avoid useless memory reallocations
` [PATCH 3/7] decompressors: fix spelling mistakes

[PATCH v5 00/14] PCI devices passthrough on Arm, part 3
 2021-11-26 12:19 UTC  (17+ messages)
` [PATCH v5 01/14] rangeset: add RANGESETF_no_print flag
` [PATCH v5 06/14] vpci/header: implement guest BAR register handlers
` [PATCH v5 07/14] vpci/header: handle p2m range sets per BAR
` [PATCH v5 08/14] vpci/header: program p2m with guest BAR view
` [PATCH v5 09/14] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v5 10/14] vpci/header: reset the command register when adding devices
` [PATCH v5 11/14] vpci: add initial support for virtual PCI bus topology
` [PATCH v5 12/14] xen/arm: translate virtual PCI bus topology for guests
` [PATCH v5 13/14] xen/arm: account IO handlers for emulated PCI MSI-X
` [PATCH v5 14/14] vpci: add TODO for the registers not explicitly handled

[PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-11-26 11:39 UTC  (6+ messages)
` [PATCH 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM

[PATCH] public: add RING_NR_UNCONSUMED_*() macros to ring.h
 2021-11-26 10:57 UTC  (5+ messages)

[xen-4.16-testing test] 166394: tolerable FAIL - PUSHED
 2021-11-26 10:51 UTC 

Aarch64 stand-alone application for Xen
 2021-11-26 10:31 UTC  (2+ messages)

[PATCH V6 03/49] x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
 2021-11-26 10:11 UTC 

Failed to terminate hdcp ta during suspend on Xen
 2021-11-26  9:41 UTC 

[PATCH for-4.16] Revert "x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents"
 2021-11-26  8:52 UTC  (11+ messages)

[PATCH 0/2] grant table and add-to-physmap adjustments on top of XSAs 379 and 384
 2021-11-26  8:07 UTC  (4+ messages)
` [PATCH 1/2] gnttab: remove guest_physmap_remove_page() call from gnttab_map_frame()

[libvirt test] 166374: regressions - FAIL
 2021-11-26  2:31 UTC 

[xen-4.12-testing test] 166352: tolerable FAIL - PUSHED
 2021-11-25 22:40 UTC 

[ovmf test] 166360: all pass - PUSHED
 2021-11-25 22:20 UTC 

[PATCH V2 0/6] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-11-25 21:58 UTC  (4+ messages)
` [PATCH V2 5/6] net: netvsc: Add Isolation VM support for netvsc driver

[xen-4.14-testing test] 166348: tolerable FAIL - PUSHED
 2021-11-25 18:52 UTC 

[PATCH] osstest: enable timestamp on guests logs
 2021-11-25 15:46 UTC  (2+ messages)

[xen-4.13-testing test] 166345: tolerable FAIL - PUSHED
 2021-11-25 15:39 UTC 

[PATCH 0/5] xen: cleanup detection of non-essential pv devices
 2021-11-25 15:21 UTC  (3+ messages)

[PATCH v4] xen: detect uninitialized xenbus in xenbus_init
 2021-11-25 15:20 UTC  (2+ messages)

[XEN PATCH v8 00/47] xen: Build system improvements, now with out-of-tree build!
 2021-11-25 13:40 UTC  (48+ messages)
` [XEN PATCH v8 01/47] build: factorise generation of the linker scripts
` [XEN PATCH v8 02/47] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v8 03/47] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v8 04/47] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v8 05/47] build: adjust $(TARGET).efi creation in arch/arm
` [XEN PATCH v8 06/47] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v8 07/47] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v8 08/47] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v8 09/47] build: rework test/livepatch/Makefile
` [XEN PATCH v8 10/47] build: rework cloc recipe
` [XEN PATCH v8 11/47] build: fix enforce unique symbols for recent clang version
` [XEN PATCH v8 12/47] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v8 13/47] build: introduce if_changed_deps
` [XEN PATCH v8 14/47] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v8 15/47] build: hook kconfig into xen build system
` [XEN PATCH v8 16/47] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
` [XEN PATCH v8 17/47] build: remove KBUILD_ specific from Makefile.host
` [XEN PATCH v8 18/47] build: handle always-y and hostprogs-always-y
` [XEN PATCH v8 19/47] build: start building the tools with the main makefiles
` [XEN PATCH v8 20/47] build: add headers path to CFLAGS once for all archs
` [XEN PATCH v8 21/47] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v8 22/47] build: clean-up "clean" rules of duplication
` [XEN PATCH v8 23/47] build: rework "clean" to clean from the root dir
` [XEN PATCH v8 24/47] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v8 25/47] build: rework coverage and ubsan CFLAGS handling
` [XEN PATCH v8 26/47] build,x86: remove the need for build32.mk
` [XEN PATCH v8 27/47] build: grab common EFI source files in arch specific dir
` [XEN PATCH v8 28/47] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v8 29/47] build: replace $(BASEDIR) and use $(srctree)
` [XEN PATCH v8 30/47] build: rework "headers*.chk" prerequisite in include/
` [XEN PATCH v8 31/47] build: specify source tree in include/ for prerequisite
` [XEN PATCH v8 32/47] build: shuffle main Makefile
` [XEN PATCH v8 33/47] build: adding out-of-tree support to the xen build
` [XEN PATCH v8 34/47] build: add %.E targets
` [XEN PATCH v8 35/47] RFC, no-VPATH: Kconfig: tell where Kconfig files are
` [XEN PATCH v8 36/47] RFC, no-VPATH: Kconfig: only ready auto.conf from objtree
` [XEN PATCH v8 37/47] RFC, no-VPATH: build: remove --include-dir option from MAKEFLAGS
` [XEN PATCH v8 38/47] WIP, no-VPATH: rework Makefile.host
` [XEN PATCH v8 39/47] RFC, no-VPATH: x86/boot: workaround gcc including the wrong file
` [XEN PATCH v8 40/47] RFC, no-VPATH: prepend $(srctree) to source prerequisite
` [XEN PATCH v8 41/47] WIP, no-VPATH: build object from generated C files
` [XEN PATCH v8 42/47] RFC, no-VPATH: workaround includes in xsm/flask
` [XEN PATCH v8 43/47] WIP, no-VPATH: build object from generated assembly source file
` [XEN PATCH v8 44/47] WIP, no-VPATH: build object from S source to be in build_in.o
` [XEN PATCH v8 45/47] WIP, no-VPATH: build xen, out-of-tree!
` [XEN PATCH v8 46/47] RFC, no-VPATH: remove check for clean source tree for out-of-tree builds
` [XEN PATCH v8 47/47] WIP: no more link farming for xen-shim

[xen-4.15-testing test] 166311: regressions - FAIL
 2021-11-25 12:37 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).