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-devel,v2,19/21] xen/arm: Remove unnecessary includes in asm/current.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,18/21] xen/arm: Remove unnecessary includes in asm-arm/acpi.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,16/21] xen/arm: Remove unnecessary includes in traps.c xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,15/21] xen/arm: Remove unnecessary includes in asm/mmio.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,14/21] xen/arm: Remove unnecessary includes in asm/vgic.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,13/21] xen/arm: Only include vreg.h when necessary xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,12/21] xen/arm: Only include stringify.h when necessary xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,11/21] xen/arm: Move out of processor.h traps related variable/function xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,10/21] xen/arm: Move SYSREG accessors in sysregs.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,09/21] xen/arm: Move HSR defines in a new header hsr.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,08/21] xen/arm: gic-v3: Re-order includes in alphabetical order xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,07/21] xen/arm: gic-3: Remove unused includes xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,06/21] xen/arm: Move VABORT_GEN_BY_GUEST to traps.h and turned into inline xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,05/21] xen/arm: Consolidate CPU identification in cpufeature.{c, h} xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,04/21] xen/arm: bugs: Move do_bug_frame to traps.h xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,03/21] xen/arm: Remove __init from prototype xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,02/21] xen/arm: regs: Convert guest_mode to a static inline helper xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,v2,01/21] xen/arm: traps: Constify show_*, do_unexpected_trap and do_bug_frame parameters xen/arm: Bunch of clean-ups --- 2018-10-31 Julien Grall Accepted
[Xen-devel,4/4] xen/arm: gic: Relax barrier when sending an SGI xen/arm: GIC fixes and improvement --- 2018-10-23 Julien Grall Accepted
[Xen-devel,3/4] xen/arm: gic: Remove duplicated comment in do_sgi xen/arm: GIC fixes and improvement --- 2018-10-23 Julien Grall Accepted
[Xen-devel,2/4] xen/arm: gic: Ensure ordering between read of INTACK and shared data xen/arm: GIC fixes and improvement --- 2018-10-23 Julien Grall Accepted
[Xen-devel,1/4] xen/arm: gic: Ensure we have an ISB between ack and do_IRQ() xen/arm: GIC fixes and improvement --- 2018-10-23 Julien Grall Accepted
[Xen-devel] xen/arm: Don't build GICv3 with the new vGIC [Xen-devel] xen/arm: Don't build GICv3 with the new vGIC --- 2018-10-19 Julien Grall Accepted
[Xen-devel,RFC,14/16] xen/arm: p2m: Extend p2m_get_entry to return the value of bit[0] (valid bit) xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,13/16] xen/arm: p2m: Allow to flush cache on any RAM region xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,12/16] xen/arm: Rework p2m_cache_flush to take a range [begin, end) xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,11/16] xen/arm: vsysreg: Add wrapper to handle sysreg access trapped by HCR_EL2.TVM xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,10/16] xen/arm: vcpreg: Add wrappers to handle co-proc access trapped by HCR_EL2.TVM xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,07/16] xen/arm: p2m: Introduce p2m_is_valid and use it xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,06/16] xen/arm: p2m: Introduce a helper to generate P2M table entry from a page xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,05/16] xen/arm: traps: Move the implementation of GUEST_BUG_ON in traps.h xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,04/16] xen/arm: guest_walk_tables: Switch the return to bool xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,03/16] xen/arm: Allow lpae_is_{table, mapping} helpers to work on invalid entry xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,02/16] xen/arm: Introduce helpers to get/set an MFN from/to an LPAE entry xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,RFC,01/16] xen/arm: Introduce helpers to clear/flags flags in HCR_EL2 xen/arm: Implement Set/Way operations --- 2018-10-08 Julien Grall Accepted
[Xen-devel,[PATCH,v3] 4/4] xen/arm: Replace call_smc with arm_smccc_smc [Xen-devel,[PATCH,v3] 4/4] xen/arm: Replace call_smc with arm_smccc_smc --- 2018-10-01 Julien Grall Accepted
[Xen-devel,[PATCH,v3] 3/4] xen/arm: smccc: Add wrapper to automatically select the calling convention [Xen-devel,[PATCH,v3] 3/4] xen/arm: smccc: Add wrapper to automatically select the calling conven... --- 2018-10-01 Julien Grall Accepted
[Xen-devel,[PATCH,v3] 2/4] xen/arm: cpufeature: Add helper to check constant caps [Xen-devel,[PATCH,v3] 2/4] xen/arm: cpufeature: Add helper to check constant caps --- 2018-10-01 Julien Grall Accepted
[Xen-devel,v2,2/6] xen/arm: smccc-1.1: Handle function result as parameters xen/arm: SMCCC fixup and improvement --- 2018-09-25 Julien Grall Accepted
[Xen-devel,v2,1/6] xen/arm: smccc-1.1: Make return values unsigned long xen/arm: SMCCC fixup and improvement --- 2018-09-25 Julien Grall Accepted
[Xen-devel,v2,7/7] xen/arm: setup: Move in init code only used at boot in setup.c xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,6/7] xen/libfdt: Put all libfdt in init xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,5/7] xen: Don't build libelf for Arm xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,4/7] xen/arm: Drop support for loading ELF Dom0 kernel xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,3/7] xen/arm: kernel: Move in init all the code/data of kernel.c xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,2/7] xen/arm: domain_build: Move in init all code/data of domain_build.c xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,v2,1/7] xen/arm: Remove the variable dom0_11_mapping and open-code the value xen/arm: Shrink down Xen on Arm --- 2018-07-02 Julien Grall Accepted
[Xen-devel,for-4.11] scripts/add_maintainers.pl: Don't call get_maintainers.pl with -f [Xen-devel,for-4.11] scripts/add_maintainers.pl: Don't call get_maintainers.pl with -f --- 2018-06-05 Julien Grall Accepted
[Xen-devel,for-4.11] libxl: arm: Fix build after c/s 74fd984ae [Xen-devel,for-4.11] libxl: arm: Fix build after c/s 74fd984ae --- 2018-04-10 Julien Grall Accepted
[Xen-devel,for-4.11,v7,16/16] xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,15/16] xen/x86: Switch mfn_to_page in x86_64/mm.c to use typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,14/16] xen/grant: Switch common/grant_table.c to use typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,13/16] xen/grant: Switch {create, replace}_grant_p2m_mapping to typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,12/16] xen/mm: Switch common/memory.c to use typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,11/16] xen/mm: Switch some of page_alloc.c to typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,10/16] xen/mm: Switch map_pages_to_xen to use MFN typesafe xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,09/16] xen/pdx: Introduce helper to convert MFN <-> PDX xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,08/16] xen/mm: Drop the parameter mfn from populate_pt_range xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,07/16] xen/x86: mm: Switch x86/mm.c to use typesafe for virt_to_mfn xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,06/16] xen/x86: Remove unused override of page_to_mfn/mfn_to_page xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,05/16] xen/arm: mm: Remove unused relinquish_shared_pages xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,04/16] xen/arm: mm: Remove unused M2P code xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,03/16] xen/arm: mm: Use gaddr_to_gfn rather than _gfn(paddr_to_pfn(...)) xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel,for-4.11,v7,02/16] xen/arm: setup: use maddr_to_mfn rather than _mfn(paddr_to_pfn(...)) xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-04-03 Julien Grall Accepted
[Xen-devel] xen/arm: gic: Read unconditionally the source from the LRs [Xen-devel] xen/arm: gic: Read unconditionally the source from the LRs --- 2018-03-21 Julien Grall Accepted
[Xen-devel] xen/arm: p2m: Prevent deadlock when using memaccess [Xen-devel] xen/arm: p2m: Prevent deadlock when using memaccess --- 2018-02-28 Julien Grall Accepted
[Xen-devel] xen/arm: Flush TLBs before turning on the MMU to avoid stale entries [Xen-devel] xen/arm: Flush TLBs before turning on the MMU to avoid stale entries --- 2018-02-27 Julien Grall Accepted
[Xen-devel,v5,18/18] xen/arm: vpsci: Rework the logic to start AArch32 vCPU in Thumb mode xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,17/18] xen/arm: vpsci: Introduce and use PSCI_INVALID_ADDRESS xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,16/18] xen/arm: vpsci: Update the return type for MIGRATE_INFO_TYPE xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,15/18] xen/arm: psci: Prefix with static any functions not exported xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,14/18] xen/arm: psci: Consolidate PSCI version print xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,13/18] xen/arm: vpsci: Remove parameter 'ver' from do_common_cpu xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,12/18] xen/arm64: Kill PSCI_GET_VERSION as a variant-2 workaround xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,11/18] xen/arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,10/18] xen/arm: smccc: Implement SMCCC v1.1 inline primitive xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,09/18] xen/arm: psci: Detect SMCCC version xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,08/18] xen/arm: smccc: Add macros SMCCC_VERSION, SMCCC_VERSION_{MINOR, MAJOR} xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,07/18] xen/arm64: Print a per-CPU message with the BP hardening method used xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,06/18] xen/arm64: Implement a fast path for handling SMCCC_ARCH_WORKAROUND_1 xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,05/18] xen/arm: Adapt smccc.h to be able to use it in assembly code xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,04/18] xen/arm: vsmc: Implement SMCCC_ARCH_WORKAROUND_1 BP hardening support xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,03/18] xen/arm: vsmc: Implement SMCCC 1.1 xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,02/18] xen/arm: vpsci: Add support for PSCI 1.1 xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v5,01/18] xen/arm: psci: Rework the PSCI definitions xen/arm: PSCI 1.1 and SMCCC-1.1 support and XSA-254 variant 2 update --- 2018-02-23 Julien Grall Accepted
[Xen-devel,v4,01/16] xen/tmem: Convert the file common/tmem_xen.c to use typesafe MFN xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN --- 2018-02-21 Julien Grall Accepted
[Xen-devel,v2] xen/arm: vgic: Make sure the number of SPIs is a multiple of 32 [Xen-devel,v2] xen/arm: vgic: Make sure the number of SPIs is a multiple of 32 --- 2018-02-16 Julien Grall Accepted
[Xen-devel,v2,2/2] xen/arm: Blacklist SMMU on Thunder-X Fixup for booting Xen on Thunder-X using Grub --- 2018-02-14 Julien Grall Accepted
[Xen-devel,v2,1/2] xen/arm: Extend the number of memory banks supported Fixup for booting Xen on Thunder-X using Grub --- 2018-02-14 Julien Grall Accepted
[Xen-devel] xen/arm: cpuerrata: Actually check errata on non-boot CPUs [Xen-devel] xen/arm: cpuerrata: Actually check errata on non-boot CPUs --- 2018-02-14 Julien Grall Accepted
[Xen-devel,v3,3/3] xen/arm: vpsci: Move PSCI function dispatching from vsmc.c to vpsci.c xen/arm: SMCCC fixes and PSCI clean-up --- 2018-02-06 Julien Grall Accepted
[Xen-devel,v3,2/3] xen/arm: vsmc: Don't implement function ID that doesn't exist xen/arm: SMCCC fixes and PSCI clean-up --- 2018-02-06 Julien Grall Accepted
[Xen-devel,v3,1/3] xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU xen/arm: SMCCC fixes and PSCI clean-up --- 2018-02-06 Julien Grall Accepted
[Xen-devel,v4,7/7] xen/arm32: entry: Document the purpose of r11 in the traps handler xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,6/7] xen/arm32: Invalidate icache on guest exist for Cortex-A15 xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,5/7] xen/arm32: Invalidate BTB on guest exit for Cortex A17 and 12 xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,4/7] xen/arm32: Add skeleton to harden branch predictor aliasing attacks xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,3/7] xen/arm32: entry: Add missing trap_reset entry xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,2/7] xen/arm32: Add missing MIDR values for Cortex-A17 and A12 xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
[Xen-devel,v4,1/7] xen/arm32: entry: Consolidate DEFINE_TRAP_ENTRY_* macros xen/arm32: Branch predictor hardening (XSA-254 variant 2) --- 2018-02-02 Julien Grall Accepted
« 1 2 3 47 8 »