messages from 2017-05-31 17:47:42 to 2017-06-02 07:10:27 UTC [more...]
[RFC PATCH V2 00/26] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
2017-06-02 7:10 UTC (5+ messages)
` [RFC PATCH V2 1/26] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities
[ovmf test] 109930: all pass - PUSHED
2017-06-02 6:53 UTC
[PATCH v7] ns16550: Add support for UART parameters to be specifed with name-value pairs
2017-06-02 6:50 UTC (7+ messages)
[PATCH v11 00/23] Enable L2 Cache Allocation Technology & Refactor psr.c
2017-06-02 2:49 UTC (17+ messages)
` [PATCH v11 04/23] x86: refactor psr: L3 CAT: implement main data structures, CPU init and free flows
` [PATCH v11 07/23] x86: refactor psr: L3 CAT: implement get value flow
` [PATCH v11 08/23] x86: refactor psr: L3 CAT: set value: implement framework
[PATCH 00/15] xen/tools: add tracing to various Xen subsystems
2017-06-01 23:42 UTC (23+ messages)
` [PATCH 01/15] xen: in do_softirq() sample smp_processor_id() once and for all
` [PATCH 02/15] xen: tracing: avoid checking tb_init_done multiple times
` [PATCH 03/15] xen/tools: tracing: several improvements on IRQs tracing
` [PATCH 04/15] tools: xenalyze: fix dumping of PM_IDLE events
` [PATCH 05/15] xen: make it possible to disable tracing in Kconfig
` [PATCH 06/15] xen: trace IRQ enabling/disabling
` [PATCH 07/15] tools: tracing: handle IRQs on/off events in xentrace and xenalyze
` [PATCH 08/15] xen: trace RCU behavior
` [PATCH 09/15] tools: tracing: handle RCU events in xentrace and xenalyze
` [PATCH 10/15] xen: trace softirqs
` [PATCH 11/15] tools: tracing: handle RCU events in xentrace and xenalyze
` [PATCH 12/15] xen: trace tasklets
` [PATCH 13/15] tools: tracing: handle tasklets events in xentrace and xenalyze
` [PATCH 14/15] xen: trace timers
` [PATCH 15/15] tools: tracing: handle timers events in xentrace and xenalyze
[PATCH v2 12/12] xen/scsifront: Remove code that zeroes driver-private command data
2017-06-01 23:27 UTC
[PATCH v4 0/4] x86/dpci: bind legacy PCI interrupts to PVHv2 Dom0
2017-06-01 22:13 UTC (12+ messages)
` [PATCH v4 1/4] x86/pt: remove hvm_domid field from bind struct
` [PATCH v4 2/4] x86/physdev: factor out the code to allocate and map a pirq
` [PATCH v4 3/4] x86/pt: enable binding of GSIs to a PVH Dom0
` [PATCH v4 4/4] x86/vioapic: bind interrupts to "
[PATCH v2 01/18] xen: introduce the pvcalls interface header
2017-06-01 21:06 UTC (7+ messages)
` [PATCH v2 04/18] xen/pvcalls: xenbus state handling
` [PATCH v2 05/18] xen/pvcalls: connect to a frontend
[PATCH] xen/privcmd: Support correctly 64KB page granularity when mapping memory
2017-06-01 21:04 UTC (7+ messages)
[qemu-mainline baseline-only test] 71466: regressions - trouble: blocked/broken/fail/pass
2017-06-01 18:33 UTC
Notes on stubdoms and latency on ARM
2017-06-01 18:27 UTC (15+ messages)
[xen-unstable-smoke test] 109929: tolerable trouble: broken/pass - PUSHED
2017-06-01 18:14 UTC
[PATCH v10 00/32] arm64: Dom0 ITS emulation
2017-06-01 18:13 UTC (14+ messages)
` [PATCH v10 11/32] ARM: GICv3: forward pending LPIs to guests
` [PATCH v10 17/32] ARM: vITS: add command handling stub and MMIO emulation
` [PATCH v10 26/32] ARM: vITS: handle MOVI command
[PATCH RFC for-4.9 0/2] x86/pagewalk: Further bugfixes to pagetable walking
2017-06-01 18:00 UTC (17+ messages)
` [PATCH 1/2] Revert "x86/hvm: disable pkeys for guests in non-paging mode"
` [PATCH 2/2] x86/pagewalk: Fix pagewalk's handling of instruction fetches
Commit moratorium for branching Xen 4.9
2017-06-01 17:57 UTC (6+ messages)
[PATCH] x86: partially undo "fix build with gcc 7"
2017-06-01 17:47 UTC (4+ messages)
[PATCH for-4.9] x86/mm: Placate DEADCODE Coverity warning
2017-06-01 17:44 UTC (10+ messages)
Check for irqs_disabled in evtchn_fifo_unmask
2017-06-01 17:01 UTC
[PATCH] xen/public: Correct the HYPERVISOR_dm_op() documentation to match reality
2017-06-01 17:25 UTC (3+ messages)
[PATCH] VT-d PI: disable VT-d PI when APICv is disabled
2017-06-01 16:00 UTC
[RFC PATCH v2 0/8] arm/mem_access: Walk guest page tables in SW if mem_access is active
2017-06-01 15:19 UTC (17+ messages)
` [RFC PATCH v2 1/8] arm/mem_access: Add (TCR_|TTBCR_)* defines
` [RFC PATCH v2 2/8] arm/mem_access: Add defines holding the width of 32/64bit regs
` [RFC PATCH v2 3/8] arm/mem_access: Add defines supporting PTs with varying page sizes
` [RFC PATCH v2 4/8] arm/mem_access: Add short-descriptor pte typedefs
` [RFC PATCH v2 5/8] arm/mem_access: Add software guest-page-table walk
` [RFC PATCH v2 6/8] arm/mem_access: Add long-descriptor based gpt
` [RFC PATCH v2 7/8] arm/mem_access: Add short-descriptor "
` [RFC PATCH v2 8/8] arm/mem_access: Walk the guest's pt in software
` [PATCH 1/8] arm/mem_access: Add (TCR_|TTBCR_)* defines
` [PATCH 2/8] arm/mem_access: Add defines holding the width of 32/64bit regs
` [PATCH 3/8] arm/mem_access: Add defines supporting PTs with varying page sizes
` [PATCH 4/8] arm/mem_access: Add short-descriptor pte typedefs
` [PATCH 5/8] arm/mem_access: Add software guest-page-table walk
` [PATCH 6/8] arm/mem_access: Add long-descriptor based gpt
` [PATCH 7/8] arm/mem_access: Add short-descriptor "
` [PATCH 8/8] arm/mem_access: Walk the guest's pt in software
[PATCH] x86/apic: Drop workarounds for Pentium/82489DX erratum
2017-06-01 14:51 UTC
[PATCH] x86/HAP: don't open code clear_domain_page()
2017-06-01 14:50 UTC (3+ messages)
WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:316 dev_watchdog+0x217/0x220
2017-06-01 14:12 UTC (7+ messages)
[PATCH v2] vlapic: fix two flaws in emulating MSR_IA32_APICBASE
2017-06-01 13:59 UTC (2+ messages)
[PATCH 01/12 v3] xen/arm: vpl011: Move vgic register access functions to vreg.h
2017-06-01 13:56 UTC (8+ messages)
` [PATCH 03/12 v3] xen/arm: vpl011: Add pl011 uart emulation in Xen
[PATCH] x86/hpet: Improve handling of timer_deadline
2017-06-01 13:34 UTC (2+ messages)
[ovmf baseline-only test] 71465: tolerable FAIL
2017-06-01 13:08 UTC
[qemu-mainline test] 109898: tolerable FAIL - PUSHED
2017-06-01 13:07 UTC
[PATCH 0/4] SVM: misc cleanup
2017-06-01 13:06 UTC (4+ messages)
` [PATCH 4/4] SVM: clean up svm_vmcb_isvalid()
[PATCH] x86/HVM: correct notion of new CPL in task switch emulation
2017-06-01 12:11 UTC
[PATCH for-next v3 00/12] x86: refactor x86/domain.c
2017-06-01 11:42 UTC (6+ messages)
` [PATCH for-next v3 06/12] x86/domain: push some code down to hvm_domain_initialise
regarding Dom U pv guests
2017-06-01 11:24 UTC
[xen-unstable-smoke test] 109924: tolerable trouble: broken/pass - PUSHED
2017-06-01 11:14 UTC
[ovmf test] 109923: all pass - PUSHED
2017-06-01 11:13 UTC
Xen 4.9 vmentry failure
2017-06-01 10:55 UTC (4+ messages)
[linux-next test] 109892: regressions - FAIL
2017-06-01 10:51 UTC
[ovmf baseline-only test] 71464: tolerable FAIL
2017-06-01 8:54 UTC
[PATCH 06/12 v3] xen/arm: vpl011: Add a new vuart node in the xenstore
2017-06-01 8:43 UTC (7+ messages)
[distros-debian-wheezy test] 71463: tolerable trouble: broken/pass
2017-06-01 8:36 UTC
[Xen-devel[PATCH Resend v2] xen: common: rbtree: ported updates from linux tree
2017-06-01 8:01 UTC (24+ messages)
` [Resend][PATCH 01/17] rb_tree: reorganize code in rb_erase() for additional changes
` [Resend][PATCH 02/17] rb_tree: make clear distinction between two different cases in rb_erase()
` [Resend][PATCH 03/17] rb_tree: remove redundant if()-condition "
` [Resend][PATCH 04/17] rbtree: empty nodes have no color
` [Resend][PATCH 05/17] rbtree: move some implementation details from rbtree.h to rbtree.c
` [Resend][PATCH 06/17] rbtree: break out of rb_insert_color loop after tree rotation
` [Resend][PATCH 07/17] rbtree: adjust root color in rb_insert_color() only when necessary
` [Resend][PATCH 08/17] rbtree: low level optimizations in rb_insert_color()
` [Resend][PATCH 09/17] rbtree: adjust node color in __rb_erase_color() only when necessary
` [Resend][PATCH 10/17] rbtree: optimize case selection logic in __rb_erase_color()
` [Resend][PATCH 11/17] rbtree: low level optimizations "
` [Resend][PATCH 12/17] rbtree: optimize fetching of sibling node
` [Resend][PATCH 13/17] rbtree: add __rb_change_child() helper function
` [Resend][PATCH 14/17] rbtree: place easiest case first in rb_erase()
` [Resend][PATCH 15/17] rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()
` [Resend][PATCH 16/17] rbtree: low level optimizations in rb_erase()
` [Resend][PATCH 17/17] rbtree: add postorder iteration functions
[PATCH v3 for-next 0/3] x86/dpci: bind legacy PCI interrupts to PVHv2 Dom0
2017-06-01 7:08 UTC (9+ messages)
` [PATCH v3 for-next 2/3] x86/pt: enable binding of GSIs to a PVH Dom0
` [PATCH v3 for-next 3/3] x86/vioapic: bind interrupts to "
[ovmf test] 109915: all pass - PUSHED
2017-06-01 6:49 UTC
[linux-linus test] 109889: regressions - trouble: blocked/broken/fail/pass
2017-06-01 6:09 UTC
[PATCH v2] x86/vmx: Fix vmentry failure because of invalid LER on Broadwell
2017-06-01 2:08 UTC (2+ messages)
[libvirt test] 109882: regressions - FAIL
2017-05-31 23:58 UTC
[linux-4.9 test] 109878: regressions - FAIL
2017-05-31 22:44 UTC
[xen-unstable-smoke test] 109912: tolerable trouble: broken/pass - PUSHED
2017-05-31 21:45 UTC
[PATCH v2] xen: common: rbtree: ported updates from linux tree
2017-05-31 21:09 UTC (17+ messages)
` [PATCH 01/17] rb_tree: reorganize code in rb_erase() for additional changes
` [PATCH 02/17] rb_tree: make clear distinction between two different cases in rb_erase()
` [PATCH 03/17] rb_tree: remove redundant if()-condition "
` [PATCH 04/17] rbtree: empty nodes have no color
` [PATCH 05/17] rbtree: move some implementation details from rbtree.h to rbtree.c
` [PATCH 06/17] rbtree: break out of rb_insert_color loop after tree rotation
` [PATCH 07/17] rbtree: adjust root color in rb_insert_color() only when necessary
` [PATCH 08/17] rbtree: low level optimizations in rb_insert_color()
` [PATCH 09/17] rbtree: adjust node color in __rb_erase_color() only when necessary
` [PATCH 10/17] rbtree: optimize case selection logic in __rb_erase_color()
` [PATCH 11/17] rbtree: low level optimizations "
` [PATCH 12/17] rbtree: optimize fetching of sibling node
` [PATCH 13/17] rbtree: add __rb_change_child() helper function
` [PATCH 14/17] rbtree: place easiest case first in rb_erase()
` [PATCH 15/17] rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()
[xtf test] 109906: all pass - PUSHED
2017-05-31 21:07 UTC
[xen-unstable-smoke test] 109907: tolerable trouble: broken/pass - PUSHED
2017-05-31 19:06 UTC
[linux-4.1 test] 109869: regressions - FAIL
2017-05-31 19:05 UTC
Possible bug with fsimage/pygrub
2017-05-31 18:41 UTC
[PATCH qemu-trad] Remove all use of xc_{get, set}_hvm_param()
2017-05-31 17:58 UTC (3+ 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).