Show patches with: State = Action Required       |   35417 patches
« 1 2 ... 221 222 223354 355 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
VT-d PI: disable VT-d PI when APICv is disabled - - - --- 2017-06-01 Chao Gao New
[v4,2/4] x86/physdev: factor out the code to allocate and map a pirq - - - --- 2017-06-01 Roger Pau Monné New
[8/8] arm/mem_access: Walk the guest's pt in software - - - --- 2017-06-01 Sergej Proskurin New
[7/8] arm/mem_access: Add short-descriptor based gpt - - - --- 2017-06-01 Sergej Proskurin New
[6/8] arm/mem_access: Add long-descriptor based gpt - - - --- 2017-06-01 Sergej Proskurin New
[5/8] arm/mem_access: Add software guest-page-table walk - - - --- 2017-06-01 Sergej Proskurin New
[4/8] arm/mem_access: Add short-descriptor pte typedefs - - - --- 2017-06-01 Sergej Proskurin New
[3/8] arm/mem_access: Add defines supporting PTs with varying page sizes - - - --- 2017-06-01 Sergej Proskurin New
[2/8] arm/mem_access: Add defines holding the width of 32/64bit regs - - - --- 2017-06-01 Sergej Proskurin New
[1/8] arm/mem_access: Add (TCR_|TTBCR_)* defines - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,8/8] arm/mem_access: Walk the guest's pt in software - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,7/8] arm/mem_access: Add short-descriptor based gpt - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,6/8] arm/mem_access: Add long-descriptor based gpt - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,5/8] arm/mem_access: Add software guest-page-table walk - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,4/8] arm/mem_access: Add short-descriptor pte typedefs - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,3/8] arm/mem_access: Add defines supporting PTs with varying page sizes - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,2/8] arm/mem_access: Add defines holding the width of 32/64bit regs - - - --- 2017-06-01 Sergej Proskurin New
[RFC,v2,1/8] arm/mem_access: Add (TCR_|TTBCR_)* defines - - - --- 2017-06-01 Sergej Proskurin New
x86/apic: Drop workarounds for Pentium/82489DX erratum - 1 - --- 2017-06-01 Andrew Cooper New
xen/public: Correct the HYPERVISOR_dm_op() documentation to match reality 1 - - --- 2017-06-01 Andrew Cooper New
x86/HAP: don't open code clear_domain_page() 1 1 - --- 2017-06-01 Jan Beulich New
x86/HVM: correct notion of new CPL in task switch emulation - 1 1 --- 2017-06-01 Jan Beulich New
[v4,4/4] x86/vioapic: bind interrupts to PVH Dom0 - 1 - --- 2017-06-01 Roger Pau Monné New
[v4,3/4] x86/pt: enable binding of GSIs to a PVH Dom0 - - - --- 2017-06-01 Roger Pau Monné New
[v4,2/4] x86/physdev: factor out the code to allocate and map a pirq - 1 - --- 2017-06-01 Roger Pau Monné New
[v4,1/4] x86/pt: remove hvm_domid field from bind struct 1 1 - --- 2017-06-01 Roger Pau Monné New
[for-next,v3,06/12] x86/domain: push some code down to hvm_domain_initialise - - - --- 2017-06-01 Wei Liu New
[2/2] x86/pagewalk: Fix pagewalk's handling of instruction fetches - - - --- 2017-06-01 Andrew Cooper New
[for-next,v3,06/12] x86/domain: push some code down to hvm_domain_initialise - - - --- 2017-06-01 Wei Liu New
[2/2] x86/pagewalk: Fix pagewalk's handling of instruction fetches - - - --- 2017-06-01 Andrew Cooper New
[Resend,17/17] rbtree: add postorder iteration functions - - - --- 2017-05-31 Praveen Kumar New
[Resend,16/17] rbtree: low level optimizations in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[Resend,15/17] rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() - - - --- 2017-05-31 Praveen Kumar New
[Resend,14/17] rbtree: place easiest case first in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[Resend,13/17] rbtree: add __rb_change_child() helper function - - - --- 2017-05-31 Praveen Kumar New
[Resend,12/17] rbtree: optimize fetching of sibling node - - - --- 2017-05-31 Praveen Kumar New
[Resend,11/17] rbtree: low level optimizations in __rb_erase_color() - - - --- 2017-05-31 Praveen Kumar New
[Resend,10/17] rbtree: optimize case selection logic in __rb_erase_color() - - - --- 2017-05-31 Praveen Kumar New
[Resend,09/17] rbtree: adjust node color in __rb_erase_color() only when necessary - - - --- 2017-05-31 Praveen Kumar New
[Resend,08/17] rbtree: low level optimizations in rb_insert_color() - - - --- 2017-05-31 Praveen Kumar New
[Resend,07/17] rbtree: adjust root color in rb_insert_color() only when necessary - - - --- 2017-05-31 Praveen Kumar New
[Resend,06/17] rbtree: break out of rb_insert_color loop after tree rotation - - - --- 2017-05-31 Praveen Kumar New
[Resend,05/17] rbtree: move some implementation details from rbtree.h to rbtree.c - - - --- 2017-05-31 Praveen Kumar New
[Resend,04/17] rbtree: empty nodes have no color - - - --- 2017-05-31 Praveen Kumar New
[Resend,03/17] rb_tree: remove redundant if()-condition in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[Resend,02/17] rb_tree: make clear distinction between two different cases in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[Resend,01/17] rb_tree: reorganize code in rb_erase() for additional changes - - - --- 2017-05-31 Praveen Kumar New
[15/17] rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() 1 - - --- 2017-05-31 Praveen Kumar New
[14/17] rbtree: place easiest case first in rb_erase() - 1 - --- 2017-05-31 Praveen Kumar New
[13/17] rbtree: add __rb_change_child() helper function - 1 - --- 2017-05-31 Praveen Kumar New
[12/17] rbtree: optimize fetching of sibling node 1 - - --- 2017-05-31 Praveen Kumar New
[11/17] rbtree: low level optimizations in __rb_erase_color() 1 - - --- 2017-05-31 Praveen Kumar New
[10/17] rbtree: optimize case selection logic in __rb_erase_color() 1 - - --- 2017-05-31 Praveen Kumar New
[09/17] rbtree: adjust node color in __rb_erase_color() only when necessary 1 - - --- 2017-05-31 Praveen Kumar New
[08/17] rbtree: low level optimizations in rb_insert_color() 1 - - --- 2017-05-31 Praveen Kumar New
[07/17] rbtree: adjust root color in rb_insert_color() only when necessary 1 - - --- 2017-05-31 Praveen Kumar New
[06/17] rbtree: break out of rb_insert_color loop after tree rotation 1 - - --- 2017-05-31 Praveen Kumar New
[05/17] rbtree: move some implementation details from rbtree.h to rbtree.c 1 - - --- 2017-05-31 Praveen Kumar New
[04/17] rbtree: empty nodes have no color 1 - - --- 2017-05-31 Praveen Kumar New
[03/17] rb_tree: remove redundant if()-condition in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[02/17] rb_tree: make clear distinction between two different cases in rb_erase() - - - --- 2017-05-31 Praveen Kumar New
[01/17] rb_tree: reorganize code in rb_erase() for additional changes - - - --- 2017-05-31 Praveen Kumar New
[qemu-trad] Remove all use of xc_{get, set}_hvm_param() - - - --- 2017-05-31 Andrew Cooper New
x86/hpet: Improve handling of timer_deadline - - - --- 2017-05-31 Andrew Cooper New
[v3] xen: stop_machine: fill fn_result only in case of error. - 1 - --- 2017-05-31 Gregory Herrero New
xen/privcmd: Support correctly 64KB page granularity when mapping memory - 1 - --- 2017-05-31 Julien Grall New
[v2] vlapic: fix two flaws in emulating MSR_IA32_APICBASE - 1 - --- 2017-05-31 Chao Gao New
[v2] xen: stop_machine: fill fn_result only in case of error. - - - --- 2017-05-31 Gregory Herrero New
x86/PoD: drop a pointless local variable 1 - - --- 2017-05-31 Jan Beulich New
x86: partially undo "fix build with gcc 7" - 1 - --- 2017-05-31 Jan Beulich New
smp: assert that all affected CPUs are online in on_selected_cpus() - 2 - --- 2017-05-31 Jan Beulich New
vlapic: fix two flaws in emulating MSR_IA32_APICBASE - - - --- 2017-05-31 Chao Gao New
[2/2] hvmloader: drop pointless objcopy invocation - 1 - --- 2017-05-31 Jan Beulich New
[1/2] hvmloader: dynamically determine scratch memory range for tests - - - --- 2017-05-31 Jan Beulich New
[2/2] HVM: clean up hvm_save_one() - - - --- 2017-05-31 Jan Beulich New
[1/2] HVM: sanitize DOMCTL_gethvmcontext_partial handling 1 - - --- 2017-05-31 Jan Beulich New
[4/4] SVM: clean up svm_vmcb_isvalid() - - - --- 2017-05-31 Jan Beulich New
[3/4] SVM: clean up svm_vmcb_dump() - - - --- 2017-05-31 Jan Beulich New
[2/4] SVM: infer type in VMCB_ACCESSORS() - - - --- 2017-05-31 Jan Beulich New
[1/4] SVM: use VMCB accessors - 1 - --- 2017-05-31 Jan Beulich New
[2/2] x86: don't allow clearing of TF_kernel_mode for other than 64-bit PV - - - --- 2017-05-31 Jan Beulich New
[1/2] x86: limit page type width - - - --- 2017-05-31 Jan Beulich New
x86/MSI: improve memory usage in struct msi_desc - 1 - --- 2017-05-31 Jan Beulich New
[v2,1/1] xl man page cleanup and fixes 2 - - --- 2017-05-31 Armando Vega New
[v2] xen: don't print error message in case of missing Xenstore entry - 1 - --- 2017-05-30 Jürgen Groß New
xen: stop_machine: fill fn_result only in case of error. - - - --- 2017-05-30 Gregory Herrero New
staging aarch64 build fails in xc_dom_arm.c - - - --- 2017-05-30 Andrew Cooper New
[v2] x86/vmx: Fix vmentry failure because of invalid LER on Broadwell - 2 - --- 2017-05-30 Ross Lagerwall New
[2/2] xen/input: add multi-touch support - - - --- 2017-05-30 Oleksandr Andrushchenko New
[v2,2/2] xen-access: write_ctrlreg_c4 test - - - --- 2017-05-30 Petre Ovidiu PIRCALABU New
[v2,1/2] x86/monitor: add masking support for write_ctrlreg events 1 - - --- 2017-05-30 Petre Ovidiu PIRCALABU New
[RFC] arm64-its: Add ITS support for ACPI dom0 - - - --- 2017-05-30 Manish Jaggi New
[1/1] xl man page cleanup and fixes 1 - - --- 2017-05-29 Armando Vega New
[for-4.9] docs: remove PVHv1 document 1 - - --- 2017-05-29 Roger Pau Monné New
xen: avoid type warning in xchg_xen_ulong - - - --- 2017-05-29 Arnd Bergmann New
x86/HAP: avoid using bogus/misleading locking - 1 - --- 2017-05-29 Jan Beulich New
Interrupt issues with hvm_emulate_one_vm_event() - - - --- 2017-05-29 Razvan Cojocaru New
xen: don't print error message in case of missing Xenstore entry - - - --- 2017-05-29 Jürgen Groß New
tools/firmware: pass EXTRAVERSION to seabios build - - - --- 2017-05-29 Olaf Hering New
xl create failure on arm64 with XEN 4.9rc6 - - 1 --- 2017-05-28 Julien Grall New
« 1 2 ... 221 222 223354 355 »