Show patches with: Archived = No       |   16288 patches
« 1 2 ... 136 137 138162 163 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[XEN,v3,20/23] xen/build: factorise generation of the linker scripts xen: Build system improvements - - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,19/23] xen/build: Use if_changed_rules with %.o:%.c targets xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,18/23] xen/build: use if_changed on built_in.o xen: Build system improvements - - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,17/23] xen/build: Start using if_changed xen: Build system improvements 1 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,16/23] xen/build: introduce if_changed and if_changed_rule xen: Build system improvements - - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,15/23] xen/build: have the root Makefile generates the CFLAGS xen: Build system improvements - - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,14/23] xen/build: use new $(c_flags) and $(a_flags) instead of $(CFLAGS) xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,13/23] xen/build: include include/config/auto.conf in main Makefile xen: Build system improvements - - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,12/23] xen/build: Move as-option-add to xen/ xen: Build system improvements 1 - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,11/23] xen/build: make tests in test/ directly xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,10/23] xen/build: run targets csopes, tags, .. without Rules.mk xen: Build system improvements 1 - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,09/23] xen/build: extract clean target from Rules.mk xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,08/23] xen/build: use $(clean) shorthand for clean targets xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,07/23] xen/build: Use obj-y += subdir/ instead of subdir-y xen: Build system improvements 2 2 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,06/23] xen/build: Fix section-renaming of libfdt and libelf xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,05/23] xen/build: Allow to test clang .include without asm symlink xen: Build system improvements 1 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,04/23] xen/build: remove use of AFLAGS-y xen: Build system improvements 1 - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,03/23] xen/build: Remove confusing comment on the %.s:%.S rule xen: Build system improvements 1 - - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,02/23] Makefile: Fix install-tests xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[XEN,v3,01/23] xen/include: remove include of Config.mk xen: Build system improvements - 1 - --- 2020-02-26 Anthony PERARD Superseded
[v10,3/3] xen/tools: VM forking toolstack side VM forking - - - --- 2020-02-25 Tamas K Lengyel Superseded
[v10,2/3] x86/mem_sharing: reset a fork VM forking - - - --- 2020-02-25 Tamas K Lengyel Superseded
[v10,1/3] xen/mem_sharing: VM forking VM forking - - - --- 2020-02-25 Tamas K Lengyel Superseded
xen/grant-table: Remove outdated warning in gnttab_grow_table() xen/grant-table: Remove outdated warning in gnttab_grow_table() - - - --- 2020-02-25 Julien Grall Superseded
[2/2] domain: use PGC_extra domheap page for shared_info remove one more shared xenheap page: shared_info - - - --- 2020-02-25 Paul Durrant Superseded
[1/2] domain: introduce alloc/free_shared_info() helpers... remove one more shared xenheap page: shared_info - 1 - --- 2020-02-25 Paul Durrant Superseded
block: refactor duplicated macros block: refactor duplicated macros 3 - - --- 2020-02-23 Matteo Croce Superseded
[v9,5/5] xen/tools: VM forking toolstack side VM forking - - - --- 2020-02-21 Tamas K Lengyel Superseded
[v9,4/5] x86/mem_sharing: reset a fork VM forking - - - --- 2020-02-21 Tamas K Lengyel Superseded
[v9,3/5] xen/mem_sharing: VM forking VM forking - - - --- 2020-02-21 Tamas K Lengyel Superseded
[v9,2/5] xen: add parent_domid field to createdomain domctl VM forking - - - --- 2020-02-21 Tamas K Lengyel Superseded
[v9,1/5] xen/x86: Make hap_get_allocation accessible VM forking 1 1 - --- 2020-02-21 Tamas K Lengyel Superseded
x86/mm: switch to new APIs in arch_init_memory x86/mm: switch to new APIs in arch_init_memory - - - --- 2020-02-21 Xia, Hongyan Superseded
x86/mm: fix dump_pagetables with Xen PV x86/mm: fix dump_pagetables with Xen PV - - 1 --- 2020-02-21 Jürgen Groß Accepted
[V4] x86/altp2m: Hypercall to set altp2m view visibility [V4] x86/altp2m: Hypercall to set altp2m view visibility - - - --- 2020-02-21 Alexandru Stefan ISAILA Superseded
[v4] ns16550: Add ACPI support for ARM only [v4] ns16550: Add ACPI support for ARM only 1 - - --- 2020-02-21 Wei Xu Superseded
[v2] rwlock: allow recursive read locking when already locked in write mode [v2] rwlock: allow recursive read locking when already locked in write mode - 1 - --- 2020-02-20 Roger Pau Monné Superseded
[XEN,v2] libxl: wait for console path before firing console_available [XEN,v2] libxl: wait for console path before firing console_available - 1 - --- 2020-02-20 Paweł Marczewski Superseded
rwlock: allow recursive read locking when already locked in write mode rwlock: allow recursive read locking when already locked in write mode - - - --- 2020-02-20 Roger Pau Monné Superseded
[v5,7/7] x86/tlb: use Xen L0 assisted TLB flush when available x86: improve assisted tlb flush and use it in guest mode - 1 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,6/7] xen/guest: prepare hypervisor ops to use alternative calls x86: improve assisted tlb flush and use it in guest mode - 3 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,5/7] x86/tlb: allow disabling the TLB clock x86: improve assisted tlb flush and use it in guest mode 1 1 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,4/7] x86/tlb: introduce a flush guests TLB flag x86: improve assisted tlb flush and use it in guest mode 1 1 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,3/7] x86/hap: improve hypervisor assisted guest TLB flush x86: improve assisted tlb flush and use it in guest mode - 1 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,2/7] x86/paging: add TLB flush hooks x86: improve assisted tlb flush and use it in guest mode 1 1 - --- 2020-02-19 Roger Pau Monné Superseded
[v5,1/7] x86/hvm: allow ASID flush when v != current x86: improve assisted tlb flush and use it in guest mode 1 1 - --- 2020-02-19 Roger Pau Monné Superseded
[V2] xen: Enable interrupts when calling _cond_resched() [V2] xen: Enable interrupts when calling _cond_resched() - 1 - --- 2020-02-19 Thomas Gleixner Accepted
[XEN] libxl: wait for console path before firing console_available [XEN] libxl: wait for console path before firing console_available - - - --- 2020-02-19 Paweł Marczewski Superseded
[v4,3/3] x86/hyperv: L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-19 Wei Liu Superseded
[v4,2/3] x86/hyperv: skeleton for L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-19 Wei Liu Superseded
[v4,1/3] x86/hypervisor: pass flags to hypervisor_flush_tlb Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-19 Wei Liu Superseded
xen: Enable interrupts when calling _cond_resched() xen: Enable interrupts when calling _cond_resched() - - - --- 2020-02-19 Thomas Gleixner Superseded
[v6,6/6] xl: allow domid to be preserved on save/restore or migrate xl/libxl: domid allocation/preservation changes 1 - - --- 2020-02-19 Paul Durrant Superseded
[v6,5/6] xl.conf: introduce 'domid_policy' xl/libxl: domid allocation/preservation changes 1 - - --- 2020-02-19 Paul Durrant Superseded
[v6,4/6] libxl: allow creation of domains with a specified or random domid xl/libxl: domid allocation/preservation changes 1 - - --- 2020-02-19 Paul Durrant Superseded
[v6,3/6] public/xen.h: add a definition for a 'valid domid' mask xl/libxl: domid allocation/preservation changes - 1 - --- 2020-02-19 Paul Durrant Superseded
[v6,2/6] libxl: modify libxl__logv() to only log valid domid values xl/libxl: domid allocation/preservation changes 1 - - --- 2020-02-19 Paul Durrant Superseded
[v6,1/6] libxl: add infrastructure to track and query 'recent' domids xl/libxl: domid allocation/preservation changes - - - --- 2020-02-19 Paul Durrant Superseded
[V3] x86/altp2m: Hypercall to set altp2m view visibility [V3] x86/altp2m: Hypercall to set altp2m view visibility - - - --- 2020-02-19 Alexandru Stefan ISAILA Superseded
[v5,8/8] xen: add runtime parameter access support to hypfs Add hypervisor sysfs-like support - - - --- 2020-02-19 Jürgen Groß Superseded
[v5,7/8] xen: add /buildinfo/config entry to hypervisor filesystem Add hypervisor sysfs-like support - - - --- 2020-02-19 Jürgen Groß Superseded
[v5,6/8] xen: provide version information in hypfs Add hypervisor sysfs-like support - 1 - --- 2020-02-19 Jürgen Groß Superseded
[v5,5/8] tools: add xenfs tool Add hypervisor sysfs-like support 1 - - --- 2020-02-19 Jürgen Groß Superseded
[v5,4/8] libs: add libxenhypfs Add hypervisor sysfs-like support 1 - - --- 2020-02-19 Jürgen Groß Superseded
[v5,3/8] xen: add basic hypervisor filesystem support Add hypervisor sysfs-like support - - - --- 2020-02-19 Jürgen Groß Superseded
[v5,2/8] docs: add feature document for Xen hypervisor sysfs-like support Add hypervisor sysfs-like support - - - --- 2020-02-19 Jürgen Groß Superseded
[v5,1/8] xen: add a generic way to include binary files as variables Add hypervisor sysfs-like support - 2 - --- 2020-02-19 Jürgen Groß Superseded
x86/ioperm: add new paravirt function update_io_bitmap x86/ioperm: add new paravirt function update_io_bitmap - 1 1 --- 2020-02-18 Jürgen Groß Accepted
[v2,4/4] xen/rcu: add assertions to debug build xen/rcu: let rcu work better with core scheduling - - - --- 2020-02-18 Jürgen Groß Superseded
[v2,3/4] xen: add process_pending_softirqs_norcu() for keyhandlers xen/rcu: let rcu work better with core scheduling - - - --- 2020-02-18 Jürgen Groß Superseded
[v2,2/4] xen/rcu: don't use stop_machine_run() for rcu_barrier() xen/rcu: let rcu work better with core scheduling - - - --- 2020-02-18 Jürgen Groß Superseded
[v2,1/4] xen/rcu: use rcu softirq for forcing quiescent state xen/rcu: let rcu work better with core scheduling 1 - - --- 2020-02-18 Jürgen Groß Superseded
[v3,3/3] x86/hyperv: L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - - - --- 2020-02-17 Wei Liu Superseded
[v3,2/3] x86/hyperv: skeleton for L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-17 Wei Liu Superseded
[v3,1/3] x86/hypervisor: pass flags to hypervisor_flush_tlb Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-17 Wei Liu Superseded
[v5,4/4] nvmx: always trap accesses to x2APIC MSRs nvmx: implement support for MSR bitmaps - 1 - --- 2020-02-17 Roger Pau Monné Superseded
[v5,3/4] bitmap: import bitmap_{set/clear} from Linux 5.5 nvmx: implement support for MSR bitmaps 1 - - --- 2020-02-17 Roger Pau Monné Superseded
[v5,2/4] arm: rename BIT_WORD to BITOP_WORD nvmx: implement support for MSR bitmaps - - - --- 2020-02-17 Roger Pau Monné Superseded
[v5,1/4] nvmx: implement support for MSR bitmaps nvmx: implement support for MSR bitmaps - 1 - --- 2020-02-17 Roger Pau Monné Superseded
[2/2] xen/rcu: don't use stop_machine_run() for rcu_barrier() xen/rcu: let rcu work better with core scheduling - - - --- 2020-02-17 Jürgen Groß Superseded
[1/2] xen/rcu: use rcu softirq for forcing quiescent state xen/rcu: let rcu work better with core scheduling - - - --- 2020-02-17 Jürgen Groß Superseded
[RFC] docs: move xen-command-line.pandoc under admin-guide [RFC] docs: move xen-command-line.pandoc under admin-guide - - - --- 2020-02-14 Wei Liu Accepted
[v2,3/3] x86/hyperv: L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - - - --- 2020-02-14 Wei Liu Superseded
[v2,2/3] x86/hyperv: skeleton for L0 assisted TLB flush Xen on Hyper-V: Implement L0 assisted TLB flush - 1 - --- 2020-02-14 Wei Liu Superseded
[v2,1/3] x86/hypervisor: pass flags to hypervisor_flush_tlb Xen on Hyper-V: Implement L0 assisted TLB flush - 2 - --- 2020-02-14 Wei Liu Superseded
[OSSTEST] build: fix configuration of libvirt [OSSTEST] build: fix configuration of libvirt - - - --- 2020-02-13 Jim Fehlig Superseded
[RFC,v3,12/12] PM / hibernate: update the resume offset on SNAPSHOT_SET_SWAP_AREA Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,11/12] xen: Update sched clock offset to avoid system instability in hibernation Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,10/12] xen: Introduce wrapper for save/restore sched clock offset Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,09/12] x86/xen: save and restore steal clock Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,08/12] xen/time: introduce xen_{save, restore}_steal_clock Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,07/12] genirq: Shutdown irq chips in suspend/resume during hibernation Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,06/12] xen-blkfront: add callbacks for PM suspend and hibernation Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,05/12] xen-netfront: add callbacks for PM suspend and hibernation support Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,03/12] x86/xen: Introduce new function to map HYPERVISOR_shared_info on Resume Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,02/12] xenbus: add freeze/thaw/restore callbacks support Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[RFC,v3,01/12] xen/manage: keep track of the on-going suspend mode Enable PM hibernation on guest VMs - - - --- 2020-02-12 Anchal Agarwal Superseded
[3/3] x86: add accessors for scratch cpu mask x86: fixes/improvements for scratch cpumask - - - --- 2020-02-12 Roger Pau Monné Superseded
[2/3] x86/smp: use a dedicated scratch cpumask in send_IPI_mask x86: fixes/improvements for scratch cpumask - - - --- 2020-02-12 Roger Pau Monné Superseded
[1/3] x86/smp: unify header includes in smp.h x86: fixes/improvements for scratch cpumask 1 1 - --- 2020-02-12 Roger Pau Monné Superseded
« 1 2 ... 136 137 138162 163 »