messages from 2018-01-11 12:01:35 to 2018-01-12 18:37:21 UTC [more...]
[PATCH 0/5] x86: Misc improvements from KAISER-prep work
2018-01-12 18:37 UTC (3+ messages)
` [PATCH 1/5] x86/idt: Factor out enabling and disabling of ISTs
` [PATCH 2/5] x86/pv: Rename invalidate_shadow_ldt() to pv_destroy_ldt()
Backport request for Arm
2018-01-12 18:28 UTC (3+ messages)
Xen_Project_Release_Features page update?
2018-01-12 18:20 UTC
[PATCH v8 00/17] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
2018-01-12 18:01 UTC (18+ messages)
` [PATCH v8 01/17] x86: Support compiling with indirect branch thunks
` [PATCH v8 02/17] x86: Support indirect thunks from assembly code
` [PATCH v8 03/17] x86/boot: Report details of speculative mitigations
` [PATCH v8 04/17] x86/amd: Try to set lfence as being Dispatch Serialising
` [PATCH v8 05/17] x86: Introduce alternative indirect thunks
` [PATCH v8 06/17] x86/feature: Definitions for Indirect Branch Controls
` [PATCH v8 07/17] x86/cmdline: Introduce a command line option to disable IBRS/IBPB, STIBP and IBPB
` [PATCH v8 08/17] x86/msr: Emulation of MSR_{SPEC_CTRL, PRED_CMD} for guests
` [PATCH v8 09/17] x86/migrate: Move MSR_SPEC_CTRL on migrate
` [PATCH v8 10/17] x86/hvm: Permit guests direct access to MSR_{SPEC_CTRL, PRED_CMD}
` [PATCH v8 11/17] x86: Protect unaware domains from meddling hyperthreads
` [PATCH v8 12/17] x86/entry: Organise the use of MSR_SPEC_CTRL at each entry/exit point
` [PATCH v8 13/17] x86/boot: Calculate the most appropriate BTI mitigation to use
` [PATCH v8 14/17] x86/entry: Clobber the Return Stack Buffer/Return Address Stack on entry to Xen
` [PATCH v8 15/17] x86/ctxt: Issue a speculation barrier between vcpu contexts
` [PATCH v8 16/17] x86/cpuid: Offer Indirect Branch Controls to guests
` [PATCH v8 17/17] x86/idle: Clear SPEC_CTRL while idle
Xen Security Advisory 254 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754) - Information leak via side effects of speculative execution
2018-01-12 17:46 UTC
[PATCH] x86: Meltdown band-aid against malicious 64-bit PV guests
2018-01-12 17:39 UTC (7+ messages)
Xen Security Advisory 254 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754) - Information leak via side effects of speculative execution
2018-01-12 17:36 UTC
Xen Project Spectre/Meltdown FAQ
2018-01-12 17:25 UTC (15+ messages)
Trying out vixen: qemu processes left behind
2018-01-12 17:23 UTC (4+ messages)
[adhoc test] 117925: regressions - trouble: blocked/fail/pass/preparing/queued/running
2018-01-12 16:27 UTC
[PATCH] x86/link: Don't merge .init.text and .init.data
2018-01-12 16:05 UTC (7+ messages)
[GIT PULL] xen: fixes for 4.15-rc8
2018-01-12 15:45 UTC
[qemu-upstream-unstable test] 117814: tolerable FAIL - PUSHED
2018-01-12 14:59 UTC
[PATCH v2 00/62] Comet: Run PV in PVH container
2018-01-12 14:45 UTC (64+ messages)
` [PATCH v2 01/62] x86/svm: Offer CPUID Faulting to AMD HVM guests as well
` [PATCH v2 02/62] xen/x86: report domain id on cpuid
` [PATCH v2 03/62] tools/libxc: remove extraneous newline in xc_dom_load_acpi
` [PATCH v2 04/62] tools/libelf: fix elf notes check for PVH guest
` [PATCH v2 05/62] tools/libxc: Multi modules support
` [PATCH v2 06/62] xen/common: Widen the guest logging buffer slightly
` [PATCH v2 07/62] x86/time: Print a more helpful error when a platform timer can't be found
` [PATCH v2 08/62] x86/link: Introduce and use SECTION_ALIGN
` [PATCH v2 09/62] ACPICA: Make ACPI Power Management Timer (PM Timer) optional
` [PATCH v2 10/62] xen/domctl: Return arch_config via getdomaininfo
` [PATCH v2 11/62] tools/ocaml: Expose arch_config in domaininfo
` [PATCH v2 12/62] tools/ocaml: Extend domain_create() to take arch_domainconfig
` [PATCH v2 13/62] x86/fixmap: Modify fix_to_virt() to return a void pointer
` [PATCH v2 14/62] x86: Common cpuid faulting support
` [PATCH v2 15/62] x86/Kconfig: Options for Xen and PVH support
` [PATCH v2 16/62] x86/link: Relocate program headers
` [PATCH v2 17/62] x86: introduce ELFNOTE macro
` [PATCH v2 18/62] x86: produce a binary that can be booted as PVH
` [PATCH v2 19/62] x86/entry: Early PVH boot code
` [PATCH v2 20/62] x86/boot: Map more than the first 16MB
` [PATCH v2 21/62] x86/entry: Probe for Xen early during boot
` [PATCH v2 22/62] x86/guest: Hypercall support
` [PATCH v2 23/62] x86/shutdown: Support for using SCHEDOP_{shutdown, reboot}
` [PATCH v2 24/62] x86/pvh: Retrieve memory map from Xen
` [PATCH v2 25/62] xen/console: Introduce console=xen
` [PATCH v2 26/62] xen: introduce rangeset_claim_range
` [PATCH v2 27/62] xen/pvshim: keep track of used PFN ranges
` [PATCH v2 28/62] x86/guest: map shared_info page
` [PATCH v2 29/62] xen/guest: fetch vCPU ID from Xen
` [PATCH v2 30/62] x86/guest: map per-cpu vcpu_info area
` [PATCH v2 31/62] x86: xen pv clock time source
` [PATCH v2 32/62] x86: APIC timer calibration when running as a guest
` [PATCH v2 33/62] x86: read wallclock from Xen when running in pvh mode
` [PATCH v2 34/62] x86: don't swallow the first command line item in guest mode
` [PATCH v2 35/62] x86/guest: setup event channel upcall vector
` [PATCH v2 36/62] x86/guest: add PV console code
` [PATCH v2 37/62] x86/guest: use PV console for Xen/Dom0 I/O
` [PATCH v2 38/62] x86/shim: Kconfig and command line options
` [PATCH v2 39/62] tools/firmware: Build and install xen-shim
` [PATCH v2 40/62] xen/x86: make VGA support selectable
` [PATCH v2 41/62] xen/pvh: do not mark the low 1MB as IO mem
` [PATCH v2 42/62] sched/null: skip vCPUs on the waitqueue that are blocked
` [PATCH v2 43/62] xen/pvshim: skip Dom0-only domain builder parts
` [PATCH v2 44/62] xen: mark xenstore/console pages as RAM
` [PATCH v2 45/62] xen/pvshim: modify Dom0 builder in order to build a DomU
` [PATCH v2 46/62] xen/pvshim: set correct domid value
` [PATCH v2 47/62] xen/pvshim: forward evtchn ops between L0 Xen and L2 DomU
` [PATCH v2 48/62] xen/pvshim: add grant table operations
` [PATCH v2 49/62] x86/pv-shim: shadow PV console's page for L2 DomU
` [PATCH v2 50/62] xen/pvshim: add migration support
` [PATCH v2 51/62] xen/pvshim: add shim_mem cmdline parameter
` [PATCH v2 52/62] xen/pvshim: set max_pages to the value of tot_pages
` [PATCH v2 53/62] xen/pvshim: support vCPU hotplug
` [PATCH v2 54/62] xen/pvshim: memory hotplug
` [PATCH v2 55/62] xen/shim: modify shim_mem parameter behaviour
` [PATCH v2 56/62] xen/pvshim: use default position for the m2p mappings
` [PATCH v2 57/62] xen/shim: crash instead of reboot in shim mode
` [PATCH v2 58/62] xen/shim: allow DomU to have as many vcpus as available
` [PATCH v2 59/62] libxl: pvshim: Provide first-class config settings to enable shim mode
` [PATCH] fixup! "
` [PATCH v2 60/62] libxl: pvshim: Introduce pvshim_extra
` [PATCH v2 61/62] xl: pvshim: Provide and document xl config
` [PATCH v2 62/62] xl: Default guest mode changed from PV to PVH with PV shim
[PATCH] fixup! libxl: pvshim: Provide first-class config settings to enable shim mode
2018-01-12 14:36 UTC
Rudolph: merging Vixen and Comet
2018-01-12 14:28 UTC (7+ messages)
[xen-unstable-smoke test] 117924: tolerable all pass - PUSHED
2018-01-12 14:21 UTC
[PATCH] xen/efi: Avoid EFI stub using absolute symbols
2018-01-12 13:13 UTC (4+ messages)
vixen and vfb, missing vfb support in qemu
2018-01-12 13:02 UTC
[PATCH v3 0/6] Add dmops to allow use of VGA with restricted QEMU
2018-01-12 12:45 UTC (7+ messages)
` [PATCH v3 1/6] xen/mm: Make xenmem_add_to_physmap global
` [PATCH v3 2/6] x86/hvm: Provide XEN_DMOP_add_to_physmap
` [PATCH v3 3/6] x86/hvm: Provide XEN_DMOP_pin_memory_cacheattr
` [PATCH v3 4/6] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap
` [PATCH v3 5/6] tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr
` [PATCH v3 6/6] x86/domctl: Remove XEN_DOMCTL_pin_mem_cacheattr
Xen Security Advisory 254 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754) - Information leak via side effects of speculative execution
2018-01-12 12:15 UTC
[PATCH] x86/bitops: Introduce variable/constant pairs for __{set, clear, change}_bit()
2018-01-12 11:30 UTC (3+ messages)
[PATCH 0/4] x86/xen/efi: Initialize UEFI secure boot state during dom0 boot
2018-01-12 11:24 UTC (2+ messages)
[PATCH RFC v1 00/74] Run PV guest in PVH container
2018-01-12 11:22 UTC (17+ messages)
` [PATCH RFC v1 42/74] sched/null: skip vCPUs on the waitqueue that are blocked
` [PATCH RFC v1 57/74] x86/pv-shim: shadow PV console's page for L2 DomU
[qemu-upstream-4.10-testing test] 117803: trouble: blocked/broken/fail/pass
2018-01-12 11:13 UTC
[distros-debian-jessie test] 74300: trouble: blocked/broken
2018-01-12 11:06 UTC
[PATCH] xen/credit2: Drop unnecessary bit test
2018-01-12 8:45 UTC (6+ messages)
[xen-unstable test] 117790: regressions - FAIL
2018-01-12 8:16 UTC
[PATCH] x86/boot: Fix boot following c/s b6c2c7f48a
2018-01-12 8:01 UTC (2+ messages)
[linux-linus test] 117788: tolerable FAIL - PUSHED
2018-01-12 5:16 UTC
[PATCH] xen/sched_rt: Move repl_timer into struct rt_private
2018-01-12 2:32 UTC (4+ messages)
[linux-next test] 117767: regressions - FAIL
2018-01-12 1:58 UTC
[libvirt test] 117772: tolerable all pass - PUSHED
2018-01-12 0:23 UTC
[seabios test] 117818: regressions - FAIL
2018-01-11 23:58 UTC
[Xen-users] Trying out vixen: failure to start device model
2018-01-11 23:36 UTC (2+ messages)
` Trying out vixen: vif-route issue
[PATCH v2] vixen: port of shadow PV console's page for L2 DomU
2018-01-11 21:12 UTC
Xen Security Advisory 254 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754) - Information leak via side effects of speculative execution
2018-01-11 20:09 UTC
[PATCH] vixen: port of shadow PV console's page for L2 DomU
2018-01-11 19:22 UTC (2+ messages)
[linux-4.9 test] 117765: tolerable FAIL - PUSHED
2018-01-11 18:37 UTC
[qemu-mainline baseline-only test] 74259: trouble: blocked/broken
2018-01-11 18:14 UTC
Radical proposal v2: Publish Amazon's verison now, Citrix's version soon
2018-01-11 17:06 UTC (12+ messages)
[xen-unstable-smoke test] 117843: tolerable all pass - PUSHED
2018-01-11 16:53 UTC
[PATCH 2/2] xen-netfront: Fix race between device setup and open
2018-01-11 16:36 UTC (7+ messages)
` [PATCH 0/2] Fix a couple of crashes in netfront
` [PATCH 1/2] xen/grant-table: Use put_page instead of free_page
Radical proposal: ship not-fully-tidied shim as 4.10.1
2018-01-11 15:25 UTC (12+ messages)
[xen-unstable-smoke test] 117834: tolerable all pass - PUSHED
2018-01-11 14:44 UTC
[RFC v2] xen/arm: Suspend to RAM Support in Xen for ARM
2018-01-11 14:00 UTC (2+ messages)
[PATCH v6.5 00/26] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
2018-01-11 13:46 UTC (5+ messages)
` [PATCH v6.5 11/26] x86: Support indirect thunks from assembly code
[qemu-mainline test] 117764: tolerable FAIL - PUSHED
2018-01-11 12:57 UTC
PVH backports to 4.9 and 4.8
2018-01-11 12:06 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).