xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 11:45:35 to 2020-05-29 11:46:02 UTC [more...]

[PATCH 0/7] xen: Consolidate asm-*/guest_access.h in xen/guest_access.h
 2020-05-29 11:45 UTC  (12+ messages)
` [PATCH 6/7] xen/guest_access: Consolidate guest access helpers "

[PATCH v3] docs: update xenstore-migration.md
 2020-05-29 11:37 UTC 

[OSSTEST PATCH v2 00/49] Switch to Debian buster (= Debian stable)
 2020-05-29 11:30 UTC  (51+ messages)
` [OSSTEST PATCH 01/49] ts-logs-capture: Cope if xl shutdown leaves domain running for a bit
` [OSSTEST PATCH 02/49] ts-xen-build-prep: Install rsync
` [OSSTEST PATCH 03/49] lvcreate argments: pass --yes -Z y -W y
` [OSSTEST PATCH 04/49] TestSupport: allow more time for apt
` [OSSTEST PATCH 05/49] Booting: Use `--' rather than `---' to introduce host cmdline
` [OSSTEST PATCH 06/49] di_installcmdline_core: Pass locale on d-i command line
` [OSSTEST PATCH 07/49] setupboot_grub2: Drop $submenu variable
` [OSSTEST PATCH 08/49] ts-leak-check: Ignore buster's udevd too
` [OSSTEST PATCH 09/49] Bodge systemd random seed arrangements
` [OSSTEST PATCH 10/49] Debian guests made with xen-tools: Write systemd random seed file
` [OSSTEST PATCH 11/49] ts-debian-di-install: Provide guest with more RAM
` [OSSTEST PATCH 12/49] Debian: preseed: use priority= alias
` [OSSTEST PATCH 13/49] Debian: Specify `priority=critical' rather than locale
` [OSSTEST PATCH 14/49] Honour 'LinuxSerialConsole <suite>' host property
` [OSSTEST PATCH 15/49] buster: make-hosts-flight: Add to possible suites for hosts flight
` [OSSTEST PATCH 16/49] buster: Extend grub2 uefi no install workaround
` [OSSTEST PATCH 17/49] buster: ts-host-install: Extend net.ifnames workaround
` [OSSTEST PATCH 18/49] buster: Deinstall the "systemd" package
` [OSSTEST PATCH 19/49] buster: preseed partman-auto-lvm/guided_size
` [OSSTEST PATCH 20/49] buster: ts-host-install: NTP not honoured bug remains
` [OSSTEST PATCH 21/49] buster: Extend ARM clock workaround
` [OSSTEST PATCH 22/49] buster: Extend guest bootloader workaround
` [OSSTEST PATCH 23/49] Honour DebianImageFile_SUITE_ARCH
` [OSSTEST PATCH 24/49] buster: Specify DebianImageFile_SUITE_ARCH
` [OSSTEST PATCH 25/49] 20_linux_xen: Copy Debian buster version into our initramfs area
` [OSSTEST PATCH 26/49] 20_linux_xen: Adhoc template substitution
` [OSSTEST PATCH 27/49] 20_linux_xen: Ignore xenpolicy and config files too
` [OSSTEST PATCH 28/49] 20_linux_xen: Support Xen Security Modules (XSM/FLASK)
` [OSSTEST PATCH 29/49] mg-debian-installer-update: support overlay-intramfs-SUITE
` [OSSTEST PATCH 30/49] overlay-initrd-buster/sbin/reopen-console: Copy from Debian
` [OSSTEST PATCH 31/49] overlay-initrd-buster/sbin/reopen-console: Fix #932416
` [OSSTEST PATCH 32/49] buster: chiark-scripts: Install a new version on buster too
` [OSSTEST PATCH 33/49] buster: Provide TftpDiVersion
` [OSSTEST PATCH 34/49] buster: grub, arm64: extend chainloading workaround
` [OSSTEST PATCH 35/49] buster: setupboot_grub2: Note what files exist in /boot
` [OSSTEST PATCH 36/49] buster: setupboot_grub2: Handle missing policy file bug
` [OSSTEST PATCH 37/49] buster: Extend workaround for dhcpd EROFS bug
` [OSSTEST PATCH 38/49] ts-xen-install: Add $ho argument to some_extradebs
` [OSSTEST PATCH 39/49] ts-xen-install: Move some_extradebs to Debian.pm
` [OSSTEST PATCH 40/49] Debian.pm: Break out standard_extradebs
` [OSSTEST PATCH 41/49] Debian.pm: Move standard_extradebs to ts-host-install
` [OSSTEST PATCH 42/49] buster: Install own linux-libc-dev package (!)
` [OSSTEST PATCH 43/49] setupboot_grub2: Insist on space after directives
` [OSSTEST PATCH 44/49] setupboot_grub2: Print line number of entry we are using
` [OSSTEST PATCH 45/49] setupboot_grub2: Recognise --nounzip for initramfs
` [OSSTEST PATCH 46/49] setupboot_grub2: Copy hv command line from grub to xen.cfg
` [OSSTEST PATCH 47/49] setupboot_grub2: Do not boot with XSM policy etc. unless xsm=1
` [OSSTEST PATCH 48/49] buster 20_linux_xen: Only load policy in XSM-enabled builds
` [OSSTEST PATCH 49/49] buster: Switch to Debian buster as the default suite

[BOOTLOADER SPECIFICATION RFC] The bootloader log format for TrenchBoot and others
 2020-05-29 11:27 UTC 

[PATCH v7 00/15] switch to domheap for Xen page tables
 2020-05-29 11:11 UTC  (16+ messages)
` [PATCH v7 01/15] x86/mm: map_pages_to_xen would better have one exit path
` [PATCH v7 02/15] x86/mm: make sure there is one exit path for modify_xen_mappings
` [PATCH v7 03/15] x86/mm: rewrite virt_to_xen_l*e
` [PATCH v7 04/15] x86/mm: switch to new APIs in map_pages_to_xen
` [PATCH v7 05/15] x86/mm: switch to new APIs in modify_xen_mappings
` [PATCH v7 06/15] x86_64/mm: introduce pl2e in paging_init
` [PATCH v7 07/15] x86_64/mm: switch to new APIs "
` [PATCH v7 08/15] x86_64/mm: switch to new APIs in setup_m2p_table
` [PATCH v7 09/15] efi: use new page table APIs in copy_mapping
` [PATCH v7 10/15] efi: switch to new APIs in EFI code
` [PATCH v7 11/15] x86/smpboot: add exit path for clone_mapping()
` [PATCH v7 12/15] x86/smpboot: switch clone_mapping() to new APIs
` [PATCH v7 13/15] x86/mm: drop old page table APIs
` [PATCH v7 14/15] x86: switch to use domheap page for page tables
` [PATCH v7 15/15] x86/mm: drop _new suffix for page table APIs

Xen XSM/FLASK policy, grub defaults, etc
 2020-05-29 11:26 UTC  (11+ messages)

[RFC PATCH 0/1] Runstate error with KPTI
 2020-05-29 10:59 UTC  (21+ messages)
` [RFC PATCH 1/1] xen: Use a global mapping for runstate

[xen-unstable-smoke test] 150469: regressions - trouble: blocked/fail
 2020-05-29 10:58 UTC 

[PATCH v8 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-29 10:56 UTC  (11+ messages)
` [PATCH v8 1/8] virtio-blk: store opt_io_size with correct size
` [PATCH v8 2/8] block: consolidate blocksize properties consistency checks
` [PATCH v8 3/8] qdev-properties: blocksize: use same limits in code and description
` [PATCH v8 4/8] qdev-properties: add size32 property type
` [PATCH v8 5/8] qdev-properties: make blocksize accept size suffixes
` [PATCH v8 6/8] block: make BlockConf size props 32bit and "
` [PATCH v8 7/8] qdev-properties: add getter for size32 and blocksize
` [PATCH v8 8/8] block: lift blocksize property limit to 2 MiB

[PATCH] xsm: also panic upon "flask=enforcing" when XSM_FLASK=n
 2020-05-29 10:54 UTC  (5+ messages)

[PATCH] tools: fix Rules.mk library make variables
 2020-05-29 10:29 UTC 

[PATCH 0/3] Automation: improve openSUSE containers + podman
 2020-05-29 10:20 UTC  (3+ messages)

[PATCH 0/2] xen: credit2: limit the number of CPUs per runqueue
 2020-05-29 10:19 UTC  (8+ messages)
` [PATCH 2/2] xen: credit2: limit the max number of CPUs in a runqueue

[PATCH v10 00/12] Add hypervisor sysfs-like support
 2020-05-29  9:56 UTC  (6+ messages)
` [PATCH v10 07/12] xen: provide version information in hypfs

[xen-unstable-smoke test] 150465: regressions - trouble: blocked/fail
 2020-05-29  9:34 UTC 

[linux-linus test] 150432: tolerable trouble: fail/pass/starved - PUSHED
 2020-05-29  8:53 UTC 

[Xen-devel] [RFC 0/9] Changes to time accounting
 2020-05-29  8:48 UTC  (6+ messages)
` [Xen-devel] [RFC 1/9] schedule: Introduce per-pcpu "

[PATCH v2 0/3] Clang/LLVM build fixes
 2020-05-29  8:31 UTC  (6+ messages)
` [PATCH v2 1/3] x86/mm: do not attempt to convert _PAGE_GNTTAB to a boolean
` [PATCH v2 2/3] build32: don't discard .shstrtab in linker script
` [PATCH v2 3/3] clang: don't define nocall

*** Cut-off date for Xen 4.14 is today ***
 2020-05-29  8:02 UTC 

[PATCH 0/2] add xen hypfs to meta files
 2020-05-29  7:47 UTC  (3+ messages)
` [PATCH 2/2] SUPPORT.md: add hypervisor file system

[PATCH v3 0/4] microvm: memory config tweaks
 2020-05-29  7:44 UTC  (6+ messages)
` [PATCH v3 1/4] microvm: use 3G split unconditionally
` [PATCH v3 2/4] microvm: drop max-ram-below-4g support
` [PATCH v3 3/4] x86: move max-ram-below-4g to pc
` [PATCH v3 4/4] microvm: move virtio base to 0xfeb00000

[OSSTEST PATCH 00/38] Upgrade most hosts/guests to buster
 2020-05-29  7:13 UTC  (12+ messages)
` [OSSTEST PATCH 01/38] ts-logs-capture: Cope if xl shutdown leaves domain running for a bit
` [OSSTEST PATCH 22/38] buster: Extend guest bootloader workaround

[PATCH] xen/pci: Get rid of verbose_request and use dev_dbg() instead
 2020-05-29  4:48 UTC  (2+ messages)

[linux-5.4 test] 150423: regressions - trouble: fail/pass/starved
 2020-05-29  1:49 UTC 

[PATCH] x86/svm: do not try to handle recalc NPT faults immediately
 2020-05-29  0:35 UTC 

[PATCH v7 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-28 22:35 UTC  (14+ messages)
` [PATCH v7 1/8] virtio-blk: store opt_io_size with correct size
` [PATCH v7 2/8] block: consolidate blocksize properties consistency checks
` [PATCH v7 3/8] qdev-properties: blocksize: use same limits in code and description
` [PATCH v7 4/8] qdev-properties: add size32 property type
` [PATCH v7 5/8] qdev-properties: make blocksize accept size suffixes
` [PATCH v7 6/8] block: make BlockConf size props 32bit and "
` [PATCH v7 7/8] qdev-properties: add getter for size32 and blocksize
` [PATCH v7 8/8] block: lift blocksize property limit to 2 MiB

Call for agenda items for June XenProject Community Call @ 15:00 UTC
 2020-05-28 21:30 UTC 

[PATCH v2 0/7] xen: credit2: limit the number of CPUs per runqueue
 2020-05-28 21:30 UTC  (8+ messages)
` [PATCH v2 1/7] xen: credit2: factor cpu to runqueue matching in a function
` [PATCH v2 2/7] xen: credit2: factor runqueue initialization in its own function
` [PATCH v2 3/7] xen: cpupool: add a back-pointer from a scheduler to its pool
` [PATCH v2 4/7] xen: credit2: limit the max number of CPUs in a runqueue
` [PATCH v2 5/7] xen: credit2: compute cpus per-runqueue more dynamically
` [PATCH v2 6/7] cpupool: create an the 'cpupool sync' infrastructure
` [PATCH v2 7/7] xen: credit2: rebalance the number of CPUs in the scheduler runqueues

[qemu-mainline test] 150420: tolerable trouble: fail/pass/starved - PUSHED
 2020-05-28 19:39 UTC 

[PATCH v2 00/14] x86: Support for CET Supervisor Shadow Stacks
 2020-05-28 18:10 UTC  (19+ messages)
` [PATCH v2 02/14] x86/traps: Factor out extable_fixup() and make printing consistent
` [PATCH v2 03/14] x86/shstk: Introduce Supervisor Shadow Stack support
` [PATCH v2 04/14] x86/traps: Implement #CP handler and extend #PF for shadow stacks
` [PATCH v2 05/14] x86/shstk: Re-layout the stack block "
` [PATCH v2 06/14] x86/shstk: Create "
` [PATCH v2 08/14] x86/cpu: Adjust reset_stack_and_jump() to be shadow stack compatible
` [PATCH v2 10/14] x86/extable: Adjust extable handling "

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-05-28 17:59 UTC  (4+ messages)
` [PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation

[xen-unstable-smoke test] 150438: tolerable all pass - PUSHED
 2020-05-28 17:00 UTC 

[PATCH] x86/hvm: Improve error information in handle_pio()
 2020-05-28 16:00 UTC  (2+ messages)

[PATCH v2] libxl: stop libxl_domain_info() consuming massive amounts of stack
 2020-05-28 15:44 UTC  (2+ messages)

[xen-unstable test] 150414: tolerable trouble: fail/pass/starved - PUSHED
 2020-05-28 15:32 UTC 

[PATCH] libxl: stop libxl_domain_info() consuming massive amounts of stack
 2020-05-28 14:58 UTC  (3+ messages)

[xen-unstable-smoke test] 150433: tolerable all pass - PUSHED
 2020-05-28 13:20 UTC 

[libvirt test] 150419: regressions - FAIL
 2020-05-28 11:45 UTC 


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).