Show patches with: Submitter = Julien Grall       |    Archived = No       |   724 patches
« 1 2 3 47 8 »
Patch Series S/W/F Date Submitter Delegate State
xen/arm: Implement 32-bit dump stack --- 2013-10-23 Julien Grall Accepted
[1/3] xen/arm: p2m: extend create_p2m_entries to support read-only mapping --- 2013-10-24 Julien Grall Superseded
[2/3] xen/arm: p2m: add guest_physmap_add_page_rw --- 2013-10-24 Julien Grall Superseded
[3/3] xen/arm: grant-table: Support read-only mapping --- 2013-10-24 Julien Grall Superseded
[V3] xen: Check if the range is valid in init_domheap_pages --- 2013-11-13 Julien Grall Accepted
xen/arm: midway: implement SMP --- 2013-11-18 Julien Grall Rejected
xen/block: Correctly define structures in public headers on ARM32 and ARM64 --- 2013-12-03 Julien Grall Superseded
[1/8] DO NOT APPLY: xen/arm: Correctly support foreign page removing on ARM --- 2013-12-05 Julien Grall Superseded
[2/8] xen/arm: move mfn_to_p2m_entry in arch/arm/p2m.c --- 2013-12-05 Julien Grall Superseded
[3/8] xen/arm: Implement p2m_type_t as an enum --- 2013-12-05 Julien Grall Superseded
[4/8] xen/arm: Store p2m type in each page of the guest --- 2013-12-05 Julien Grall Superseded
[5/8] xen/arm: p2m: Add p2m_get_entry --- 2013-12-05 Julien Grall Superseded
[6/8] xen/arm: Retrieve p2m type in get_page_from_gfn --- 2013-12-05 Julien Grall Superseded
[7/8] xen/arm: Set foreign page type to p2m_map_foreign --- 2013-12-05 Julien Grall Superseded
[8/8] xen/arm: grant-table: Support read-only mapping --- 2013-12-05 Julien Grall Superseded
xen/arm: arch_domain_create: don't return 0 when alloc_xenheap_pages has failed --- 2013-12-08 Julien Grall Accepted
[v2,01/10] xen/arm: Introduce steps in domain_relinquish_resource --- 2013-12-09 Julien Grall Superseded
[v2,02/10] xen/arm: move mfn_to_p2m_entry in arch/arm/p2m.c --- 2013-12-09 Julien Grall Superseded
[v2,03/10] xen/arm: Implement p2m_type_t as an enum --- 2013-12-09 Julien Grall Superseded
[v2,04/10] xen/arm: Store p2m type in each page of the guest --- 2013-12-09 Julien Grall Superseded
[v2,05/10] xen/arm: p2m: Extend p2m_lookup parameters to retrieve the p2m type --- 2013-12-09 Julien Grall Superseded
[v2,06/10] xen/arm: Retrieve p2m type in get_page_from_gfn --- 2013-12-09 Julien Grall Superseded
[v2,07/10] xen/arm: Introduce relinquish_p2m_mapping to remove refcount every mapped page --- 2013-12-09 Julien Grall Superseded
[v2,08/10] xen/arm: Implement xen_rem_foreign_from_p2m --- 2013-12-09 Julien Grall Superseded
[v2,09/10] xen/arm: Set foreign page type to p2m_map_foreign --- 2013-12-09 Julien Grall Superseded
[v2,10/10] xen/arm: grant-table: Support read-only mapping --- 2013-12-09 Julien Grall Superseded
libxc/arm: Correctly handle the difference between virtual and physical address --- 2013-12-10 Julien Grall New
libxc: elfloader: add support for ARM --- 2013-12-10 Julien Grall New
[v2] xen/arm: p2m: Don't create new table when the mapping is removed --- 2013-12-20 Julien Grall Accepted
[v2] xen/arm: p2m: Correctly flush TLB in create_p2m_entries --- 2014-01-09 Julien Grall Superseded
xen/arm: correct flush_tlb_mask behaviour --- 2014-01-09 Julien Grall Accepted
xen/arm: setup_dt_irq: don't enable the IRQ if the creation has failed --- 2014-01-10 Julien Grall Superseded
xen/arm: IRQ: Protect IRQ to be shared between domains and XEN --- 2014-01-10 Julien Grall Superseded
[v3] xen/arm: p2m: Correctly flush TLB in create_p2m_entries --- 2014-01-14 Julien Grall Accepted
xen/arm: Directly return NULL if Xen fails to allocate domain struct --- 2014-01-31 Julien Grall Accepted
xen/arm: Correctly implement domain_page_map_to_mfn --- 2014-02-05 Julien Grall Accepted
[RFC,for-4.5,01/12] xen/common: grant-table: only call IOMMU if paging mode translate is disabled --- 2014-02-07 Julien Grall Accepted
[RFC,for-4.5,02/12] xen/passthrough: vtd: Don't export iommu_domain_teardown --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,03/12] xen/passthrough: vtd: Don't export iommu_set_pgd --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,04/12] xen/dts: Add dt_property_read_bool --- 2014-02-07 Julien Grall Accepted
[RFC,for-4.5,05/12] xen/dts: Add dt_parse_phandle_with_args and dt_parse_phandle --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,06/12] xen/passthrough: rework dom0_pvh_reqs to use it also on ARM --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,07/12] xen/passthrough: iommu: Don't need to map dom0 page when the PT is shared --- 2014-02-07 Julien Grall Accepted
[RFC,for-4.5,08/12] xen/passthrough: iommu: Split generic IOMMU code --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,09/12] xen/passthrough: iommu: Introduce arch specific code --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,10/12] xen/passthrough: Introduce IOMMU ARM architure --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,11/12] MAINTAINERS: Add drivers/passthrough/arm --- 2014-02-07 Julien Grall RFC
[RFC,for-4.5,12/12] drivers/passthrough: arm: Add support for SMMU drivers --- 2014-02-07 Julien Grall RFC
[Xen-devel] xen: Don't use -nostdinc flags with CLANG --- 2014-02-10 Julien Grall Rejected
[Xen-devel,RFC,for-4.5,1/5] xen/arm32: head.S: Remove CA15 and CA7 specific includes --- 2014-02-11 Julien Grall Accepted
[Xen-devel,RFC,for-4.5,2/5] xen/arm32: Introduce lookup_processor_type --- 2014-02-11 Julien Grall RFC
[Xen-devel,RFC,for-4.5,3/5] xen/arm64: Implement lookup_processor_type as a dummy function --- 2014-02-11 Julien Grall RFC
[Xen-devel,RFC,for-4.5,4/5] xen/arm: Remove processor specific setup in vcpu_initialise --- 2014-02-11 Julien Grall RFC
[Xen-devel,RFC,for-4.5,5/5] xen/arm: Remove asm-arm/processor-ca{15, 7}.h headers --- 2014-02-11 Julien Grall Accepted
[Xen-devel,for-4.5] xen/serial: Don't leak memory mapping if the serial initialization has failed --- 2014-02-11 Julien Grall Superseded
[Xen-devel] xen/arm: Save/restore GICH_VMCR on domain context switch --- 2014-02-18 Julien Grall Accepted
[Xen-devel,v2] xen/arm: Correctly handle non-page aligned pointer in raw_copy_from_guest --- 2014-02-18 Julien Grall Accepted
[Xen-devel,v2,01/15] xen/common: grant-table: only call IOMMU if paging mode translate is disabled --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,02/15] xen/passthrough: vtd: Don't export iommu_domain_teardown --- 2014-02-23 Julien Grall Accepted
[Xen-devel,v2,03/15] xen/passthrough: vtd: Don't export iommu_set_pgd --- 2014-02-23 Julien Grall Accepted
[Xen-devel,v2,04/15] xen/dts: Add dt_property_read_bool --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,05/15] xen/dts: Add dt_parse_phandle_with_args and dt_parse_phandle --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,06/15] xen/passthrough: rework dom0_pvh_reqs to use it also on ARM --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,07/15] xen/passthrough: iommu: Don't need to map dom0 page when the PT is shared --- 2014-02-23 Julien Grall Accepted
[Xen-devel,v2,08/15] xen/passthrough: iommu: Split generic IOMMU code --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,09/15] xen/passthrough: iommu: Introduce arch specific code --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,10/15] xen/passthrough: iommu: Basic support of device tree assignment --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,11/15] xen/passthrough: Introduce IOMMU ARM architecture --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,12/15] MAINTAINERS: Add drivers/passthrough/arm --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,13/15] xen/arm: Don't give IOMMU devices to dom0 when iommu is disabled --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,14/15] xen/arm: Add the property "protected-devices" in the hypervisor node --- 2014-02-23 Julien Grall Superseded
[Xen-devel,v2,15/15] drivers/passthrough: arm: Add support for SMMU drivers --- 2014-02-23 Julien Grall Superseded
[Xen-devel] xen/xsm: Fix xsm_map_gfmn_foreign prototype when XSM is enabled --- 2014-02-24 Julien Grall Accepted
[Xen-devel,v2] tools/libxl: libxl_get_scheduler should return an int --- 2014-03-21 Julien Grall New
[Xen-devel,v4,1/4] xen/xsm: Don't use multiboot by default to initialize XSM --- 2014-03-21 Julien Grall Accepted
[Xen-devel,v3] xen/serial: Don't leak memory mapping if the serial initialization has failed --- 2014-03-28 Julien Grall Accepted
[Xen-devel,v4,21/21] xen/arm: Add the property "protected-devices" in the hypervisor node --- 2014-04-22 Julien Grall New
[Xen-devel,1/4] xen/arm: Add missing newline after commit 60f7376 --- 2014-04-24 Julien Grall Accepted
[Xen-devel] xen/arm: Implement domain_get_maximum_gpfn --- 2014-07-01 Julien Grall New
[Xen-devel,v2,01/21] xen/common: do not implicitly permit access to mapped I/O memory --- 2014-07-31 Julien Grall Accepted
[Xen-devel] xen/arm: mark do_unexpected_trap as noreturn --- 2014-08-05 Julien Grall Accepted
[Xen-devel,v3] xen: domain_update_node_affinity: Bail out early if no VCPUs are allocated --- 2014-08-07 Julien Grall Superseded
xen/hvc: Fix warning compilation when CONFIG_HVC_XEN_FRONTEND is not enabled --- 2014-09-11 Julien Grall New
[Xen-devel,for,4.5] xen/arm: Add support for GICv3 for domU --- 2014-10-30 Julien Grall Superseded
[Xen-devel,v2,for,4.5] xen/arm: Add support for GICv3 for domU --- 2014-11-01 Julien Grall Superseded
[Xen-devel,v3,for,4.5] xen/arm: Add support for GICv3 for domU --- 2014-11-05 Julien Grall Accepted
[Xen-devel,for-4.5] scripts/get_maintainer.pl: Correctly CC the maintainers --- 2014-11-18 Julien Grall Superseded
[Xen-devel,1/6] arm/setup: Add missing __init to add_boot_module --- 2015-01-16 Julien Grall New
[Xen-devel,2/6] xen/arm: domain_build: Move all DOM0 building code in init section --- 2015-01-16 Julien Grall New
[Xen-devel,3/6] xen/arm: kernel: Move kernel loading code in init section --- 2015-01-16 Julien Grall New
[Xen-devel,4/6] xen/arm: device: Move device_type in init section --- 2015-01-16 Julien Grall New
[Xen-devel,5/6] xen/arm: platforms: Move init_time and specific_mapping in init section --- 2015-01-16 Julien Grall New
[Xen-devel,6/6] xen/arm: SMP: Move out of the init section the code to bring up a CPU --- 2015-01-16 Julien Grall New
[Xen-devel,1/2] arm/xen: Correctly check if the event channel interrupt is present --- 2015-02-12 Julien Grall New
[Xen-devel,2/2] arm, arm64/xen: move Xen initialization earlier --- 2015-02-12 Julien Grall New
[Xen-devel,v2,1/3] arm/xen: Correctly check if the event channel interrupt is present --- 2015-02-18 Julien Grall New
[Xen-devel,v2,2/3] arm, arm64/xen: move Xen initialization earlier --- 2015-02-18 Julien Grall New
[Xen-devel,v2,3/3] xen/arm: allow console=hvc0 to be omitted for guests --- 2015-02-18 Julien Grall New
[Xen-devel,v4,1/2] xen/arm: vgic: Keep track of vIRQ used by a domain --- 2015-02-19 Julien Grall Accepted
[Xen-devel,v4,2/2] xen/arm: Automatically find a PPI for the DOM0 event channel interrupt --- 2015-02-19 Julien Grall New
« 1 2 3 47 8 »