Show patches with: Archived = No       |   15104 patches
« 1 2 ... 147 148 149151 152 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/5] drivers/video: Drop framebuffer size constraints Fixes for large framebuffer, placed above 4GB 1 - - --- 2019-05-06 Marek Marczykowski-Górecki Superseded
[2/5] drivers/video: drop unused limits Fixes for large framebuffer, placed above 4GB 1 - - --- 2019-05-06 Marek Marczykowski-Górecki Superseded
[1/5] xen/bitmap: fix bitmap_fill with zero-sized bitmap Fixes for large framebuffer, placed above 4GB - 2 - --- 2019-05-06 Marek Marczykowski-Górecki Superseded
mm: option to _always_ scrub freed domheap pages mm: option to _always_ scrub freed domheap pages 1 - - --- 2019-05-06 Eslam Elnikety Superseded
[RFC,V2,45/45] xen/sched: add scheduling granularity enum xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,44/45] xen/sched: carve out freeing sched_item memory into dedicated function xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,43/45] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,42/45] xen/sched: add fall back to idle vcpu when scheduling item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,41/45] xen/sched: add a percpu resource index xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,40/45] xen/sched: add a scheduler_percpu_init() function xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,39/45] xen/sched: support allocating multiple vcpus into one sched item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,38/45] xen/sched: modify cpupool_domain_cpumask() to be an item mask xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,37/45] x86: optimize loading of GDT at context switch xen: add core scheduling support - 1 - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,36/45] x86: make loading of GDT at context switch more modular xen: add core scheduling support 1 - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,35/45] xen/sched: add support for multiple vcpus per sched item where missing xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,34/45] xen/sched: introduce item_runnable_state() xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,33/45] xen/sched: add code to sync scheduling of all vcpus of a sched item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,32/45] xen/sched: move struct task_slice into struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,31/45] xen/sched: Change vcpu_migrate_*() to operate on schedule item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,30/45] xen/sched: rework and rename vcpu_force_reschedule() xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,29/45] xen/sched: add runstate counters to struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,28/45] xen: switch from for_each_vcpu() to for_each_sched_item() xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,27/45] xen/sched: switch sched_move_irqs() to take sched_item as parameter xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,26/45] xen/sched: switch schedule() from vcpus to sched_items xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,25/45] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,24/45] xen: let vcpu_create() select processor xen: add core scheduling support 1 - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,23/45] xen: add sched_item_pause_nosync() and sched_item_unpause() xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,22/45] xen/sched: make arinc653 scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,21/45] xen/sched: make credit2 scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,20/45] xen/sched: make credit scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,19/45] xen/sched: make rt scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,18/45] xen/sched: make null scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,17/45] xen/sched: add is_running indicator to struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,16/45] xen/sched: switch struct task_slice from vcpu to sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,15/45] xen/sched: rename scheduler related perf counters xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,14/45] xen/sched: add id to struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,13/45] xen/sched: add domain pointer to struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,12/45] xen/sched: add scheduler helpers hiding vcpu xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,11/45] xen/sched: move some per-vcpu items to struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,10/45] xen/sched: switch vcpu_schedule_lock to item_schedule_lock xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,09/45] xen/sched: move per cpu scheduler private data into struct sched_resource xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,08/45] xen/sched: switch schedule_data.curr to point at sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,07/45] xen/sched: let pick_cpu return a scheduler resource xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,06/45] xen/sched: introduce struct sched_resource xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,05/45] xen/sched: build a linked list of struct sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,04/45] xen/sched: move per-vcpu scheduler private data pointer to sched_item xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,03/45] xen/sched: alloc struct sched_item for each vcpu xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,02/45] xen/sched: use new sched_item instead of vcpu in scheduler interfaces xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[RFC,V2,01/45] xen/sched: add inline wrappers for calling per-scheduler functions xen: add core scheduling support - - - --- 2019-05-06 Jürgen Groß Superseded
[3/3] xen/arm: fix mask calculation in init_pdx [1/3] xen/arm: fix nr_pdxs calculation - - - --- 2019-05-03 Stefano Stabellini Superseded
[2/3] xen: actually skip the first MAX_ORDER bits in pfn_pdx_hole_setup [1/3] xen/arm: fix nr_pdxs calculation - - - --- 2019-05-03 Stefano Stabellini Superseded
[1/3] xen/arm: fix nr_pdxs calculation [1/3] xen/arm: fix nr_pdxs calculation - - - --- 2019-05-03 Stefano Stabellini Superseded
xen/arm: Black list everything with a PPI xen/arm: Black list everything with a PPI - - - --- 2019-05-03 Amit Tomer Superseded
xen/arm: Black list everything with a PPI xen/arm: Black list everything with a PPI - - - --- 2019-05-03 Amit Tomer Superseded
sched/credit: avoid priority boost for capped domains when unpark sched/credit: avoid priority boost for capped domains when unpark 1 2 - --- 2019-05-03 Eslam Elnikety Superseded
xen-blkfront: switch kcalloc to kvcalloc for large array allocation xen-blkfront: switch kcalloc to kvcalloc for large array allocation - 1 - --- 2019-05-03 Roger Pau Monné Accepted
[v2] libxl: fix migration of PV and PVH domUs with and without qemu [v2] libxl: fix migration of PV and PVH domUs with and without qemu - - - --- 2019-05-03 Olaf Hering Superseded
[v4,4/4] x86/mem_sharing: compile mem_sharing subsystem only when kconfig is enabled [v4,1/4] x86/mem_sharing: reorder when pages are unlocked and released 1 - - --- 2019-05-02 Tamas K Lengyel Superseded
[v4,3/4] x86/mem_sharing: enable mem_share audit mode only in debug builds [v4,1/4] x86/mem_sharing: reorder when pages are unlocked and released - - - --- 2019-05-02 Tamas K Lengyel Superseded
[v4,2/4] x86/mem_sharing: copy a page_lock version to be internal to memshr [v4,1/4] x86/mem_sharing: reorder when pages are unlocked and released - - - --- 2019-05-02 Tamas K Lengyel Superseded
[v4,1/4] x86/mem_sharing: reorder when pages are unlocked and released [v4,1/4] x86/mem_sharing: reorder when pages are unlocked and released - - - --- 2019-05-02 Tamas K Lengyel Superseded
[v2] x86/vm_event: add gdtr_base to the vm_event structure [v2] x86/vm_event: add gdtr_base to the vm_event structure 1 - - --- 2019-05-02 Tamas K Lengyel Superseded
[OSSTEST,9/9] mg-repro-flight: Provide --rebuild to make variant build jobs too mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,8/9] mg-repro-setup: Move flight creation up before task creation mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,7/9] mg-repro-setup: Allow arguments to badusage mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,5/9] mg-repro-setup: Break out compute_adjusts mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,4/9] mg-repro-setup: Improve a doc message slightly mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,3/9] cs-adjust-flight: Use db_prepare and honour -D -D for sql dumps mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,2/9] cs-adjust-flight: Break out copy_jobs_* mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[OSSTEST,1/9] mg-execute-flight: Save an mro in tmp/ mg-repro-flight: Provide --rebuild to make variant build jobs too - - - --- 2019-05-02 Ian Jackson Superseded
[v2] x86: suppress XPTI-related TLB flushes when possible [v2] x86: suppress XPTI-related TLB flushes when possible - - - --- 2019-05-02 Jan Beulich Superseded
[RFC,2/2] xen/device-tree: Add ability to handle nodes with interrupts-extended prop Add ability to handle nodes with interrupts-extended property - - - --- 2019-05-02 Oleksandr Tyshchenko Superseded
[RFC,1/2] xen/device-tree: Add dt_count_phandle_with_args helper Add ability to handle nodes with interrupts-extended property - - - --- 2019-05-02 Oleksandr Tyshchenko Superseded
mm/pgtable: Drop pgtable_t variable from pte_fn_t functions mm/pgtable: Drop pgtable_t variable from pte_fn_t functions 1 - - --- 2019-05-02 Anshuman Khandual Accepted
x86/HVM: p2m_ram_ro is incompatible with device pass-through x86/HVM: p2m_ram_ro is incompatible with device pass-through - - - --- 2019-05-02 Jan Beulich Superseded
x86/vm_event: add gdtr_base to the vm_event structure x86/vm_event: add gdtr_base to the vm_event structure - - - --- 2019-05-01 Tamas K Lengyel Superseded
[RFC,1/7] x86/wakeup: Stop using %fs for lidt/lgdt Clean up x86_64 boot code 1 - - --- 2019-05-01 David Woodhouse Superseded
[RFC,7/7] x86/boot: Do not use trampoline for no-real-mode boot paths Clean up x86_64 boot code - - - --- 2019-05-01 David Woodhouse Superseded
[RFC,6/7] x86/boot: Copy 16-bit boot variables back up to Xen image Clean up x86_64 boot code - - - --- 2019-05-01 David Woodhouse Superseded
[RFC,5/7] x86/boot: Rename trampoline_{start, end} to boot_trampoline_{start, end} Clean up x86_64 boot code - - - --- 2019-05-01 David Woodhouse Superseded
[RFC,4/7] x86/boot: Split bootsym() into four types of relocations Clean up x86_64 boot code - - - --- 2019-05-01 David Woodhouse Superseded
[RFC,3/7] x86/boot: Only jump into low trampoline code for real-mode boot Clean up x86_64 boot code - - - --- 2019-05-01 David Woodhouse Superseded
[RFC,2/7] x86/boot: Remove gratuitous call back into low-memory code Clean up x86_64 boot code 1 - - --- 2019-05-01 David Woodhouse Superseded
[v2,10/10] xen/arm: add reserved-memory regions to the dom0 memory node [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,09/10] xen/arm: map reserved-memory regions as normal memory in dom0 [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,08/10] xen/arm: keep track of reserved-memory regions [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,07/10] xen/arm: make process_memory_node a device_tree_node_func [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,06/10] xen/arm: extend device_tree_for_each_node [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,05/10] libxl/xl: add memory policy option to iomem [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,04/10] libxc: introduce xc_domain_mem_map_policy [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,03/10] xen: extend XEN_DOMCTL_memory_mapping to handle memory policy [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,02/10] xen: rename un/map_mmio_regions to un/map_regions [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[v2,01/10] xen: add a p2mt parameter to map_mmio_regions [v2,01/10] xen: add a p2mt parameter to map_mmio_regions - - - --- 2019-04-30 Stefano Stabellini Superseded
[9/9] x86/IO-APIC: drop an unused variable from setup_IO_APIC_irqs() x86: IRQ management adjustments 1 - - --- 2019-04-29 Jan Beulich Superseded
[8/9] x86/IRQ: make fixup_irqs() skip unconnected internally used interrupts x86: IRQ management adjustments - 1 - --- 2019-04-29 Jan Beulich Superseded
[7/9] x86/IRQ: drop redundant cpumask_empty() from move_masked_irq() x86: IRQ management adjustments - 1 - --- 2019-04-29 Jan Beulich Superseded
[6/9] x86/IRQ: reduce unused space in struct arch_irq_desc x86: IRQ management adjustments 1 - - --- 2019-04-29 Jan Beulich Superseded
[5/9] x86/IRQ: fix locking around vector management x86: IRQ management adjustments - 1 - --- 2019-04-29 Jan Beulich Superseded
[4/9] x86/IRQ: desc->affinity should strictly represent the requested value x86: IRQ management adjustments - 1 - --- 2019-04-29 Jan Beulich Superseded
[3/9] x86/IRQ: improve dump_irqs() x86: IRQ management adjustments - 1 - --- 2019-04-29 Jan Beulich Superseded
« 1 2 ... 147 148 149151 152 »