xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 13:03:25 to 2020-05-29 09:59:04 UTC [more...]

[PATCH 0/2] xen: credit2: limit the number of CPUs per runqueue
 2020-05-29  9:58 UTC  (15+ 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 XSM/FLASK policy, grub defaults, etc
 2020-05-29  9:55 UTC  (5+ messages)

[PATCH v8 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-29  9:53 UTC  (10+ 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

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

[PATCH] xsm: also panic upon "flask=enforcing" when XSM_FLASK=n
 2020-05-29  9:34 UTC 

[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  (27+ messages)
` [PATCH v2 01/14] x86/traps: Clean up printing in {do_reserved, fatal}_trap()
  ` [PATCH v2 01/14] x86/traps: Clean up printing in {do_reserved,fatal}_trap()
` [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 07/14] x86/cpu: Adjust enable_nmis() to be shadow stack compatible
` [PATCH v2 08/14] x86/cpu: Adjust reset_stack_and_jump() "
` [PATCH v2 09/14] x86/spec-ctrl: Adjust DO_OVERWRITE_RSB "
` [PATCH v2 10/14] x86/extable: Adjust extable handling "
` [PATCH v2 11/14] x86/alt: Adjust _alternative_instructions() to not create shadow stacks
` [PATCH v2 12/14] x86/entry: Adjust guest paths to be shadow stack compatible
` [PATCH v2 13/14] x86/S3: Save and restore Shadow Stack configuration
` [PATCH v2 14/14] x86/shstk: Activate Supervisor Shadow Stacks

[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 

[PATCH v2 0/5] Golang build fixes / improvements
 2020-05-28 11:32 UTC  (5+ messages)
` [PATCH v2 3/5] automation/archlinux: Add 32-bit glibc headers

[linux-linus test] 150413: regressions - trouble: fail/pass/starved
 2020-05-28 10:55 UTC 

[PATCH 0/2] osstest: update FreeBSD guest tests
 2020-05-28 10:26 UTC  (3+ messages)
` [PATCH 1/2] freebsd10: refactor code to generate jobs
` [PATCH 2/2] freebsd: add FreeBSD 11 and 12 guest jobs

[PATCH v6 0/5] domain context infrastructure
 2020-05-28  9:48 UTC  (9+ messages)
` [PATCH v6 1/5] xen/common: introduce a new framework for save/restore of 'domain' context
` [PATCH v6 2/5] xen/common/domctl: introduce XEN_DOMCTL_get/setdomaincontext
` [PATCH v6 3/5] tools/misc: add xen-domctx to present domain context
` [PATCH v6 4/5] common/domain: add a domain context record for shared_info
` [PATCH v6 5/5] tools/libxc: make use of domain context SHARED_INFO record

[PATCH v3 for-4.14 1/2] x86/mem_sharing: block interrupt injection for forks
 2020-05-28  9:03 UTC  (2+ messages)

[PATCH v2] docs: update xenstore-migration.md
 2020-05-28  9:00 UTC  (6+ messages)

[PATCH v2] VT-x: extend LBR Broadwell errata coverage
 2020-05-28  8:35 UTC  (2+ messages)

iommu=no-igfx
 2020-05-28  8:34 UTC  (5+ messages)

[PATCH v6 0/5] block: enhance handling of size-related BlockConf properties
 2020-05-28  7:22 UTC  (12+ messages)
` [PATCH v6 2/5] block: consolidate blocksize properties consistency checks
` [PATCH v6 3/5] qdev-properties: blocksize: use same limits in code and description
` [PATCH v6 4/5] block: make size-related BlockConf properties accept size suffixes
` [PATCH v6 5/5] block: lift blocksize property limit to 2 MiB

[linux-5.4 test] 150410: regressions - trouble: blocked/fail/pass/starved
 2020-05-28  4:49 UTC 

[qemu-mainline test] 150406: regressions - trouble: fail/pass/starved
 2020-05-28  4:27 UTC 

[PATCH 0/2] xen: Use dev_printk() when possible
 2020-05-28  4:07 UTC  (8+ messages)
` [PATCH 1/2] xen-pciback: "
` [PATCH 2/2] xenbus: "

[PATCH 0/8] Coverity fixes for vchan-socket-proxy
 2020-05-28  2:59 UTC  (3+ messages)

[xen-unstable-smoke test] 150416: tolerable all pass - PUSHED
 2020-05-28  0:07 UTC 

[xen-unstable test] 150394: tolerable FAIL
 2020-05-27 19:19 UTC 

[xen-unstable-smoke test] 150407: tolerable all pass - PUSHED
 2020-05-27 18:54 UTC 

[PATCH v2] x86/svm: retry after unhandled NPT fault if gfn was marked for recalculation
 2020-05-27 18:14 UTC  (2+ messages)

[PATCH 0/12] direct-map DomUs
 2020-05-27 18:09 UTC  (8+ messages)
` [PATCH 12/12] xen/arm: call iomem_permit_access for passthrough devices

[PATCH v2] x86: refine guest_mode()
 2020-05-27 16:23 UTC 

[PATCH] x86/boot: Fix load_system_tables() to be NMI/#MC-safe
 2020-05-27 15:38 UTC  (3+ messages)

-mno-tls-direct-seg-refs support in glibc for i386 PV Xen
 2020-05-27 15:25 UTC  (8+ messages)

[PATCH v6 00/15] switch to domheap for Xen page tables
 2020-05-27 15:19 UTC  (7+ messages)
` [PATCH v6 07/15] x86_64/mm: switch to new APIs in paging_init
` [PATCH v6 13/15] x86/mm: drop old page table APIs

[PATCH] x86: refine guest_mode()
 2020-05-27 15:17 UTC  (11+ messages)

[qemu-mainline test] 150391: tolerable FAIL - PUSHED
 2020-05-27 15:12 UTC 

Xen PVH domU start-of-day VCPU state
 2020-05-27 15:05 UTC  (13+ 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).