Current Team Memberships

Show patches with: Archived = No       |   1849 patches
« 1 2 ... 16 17 18 19 »
Patch Series S/W/F Date Submitter Delegate State
[v5,2/3] arch/arm64: fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state --- 2019-05-21 Julien Grall Accepted
[v5,3/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state --- 2019-05-21 Julien Grall Accepted
arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs() arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs() --- 2019-05-30 Julien Grall Accepted
[Xen-devel,v2] xen/arm: irq: Don't use _IRQ_PENDING when handling host interrupt [Xen-devel,v2] xen/arm: irq: Don't use _IRQ_PENDING when handling host interrupt --- 2019-06-02 Julien Grall New
[Xen-devel,v3,01/14] xen/x86: Make mfn_to_gfn typesafe xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,02/14] xen/x86: Use mfn_to_gfn rather than mfn_to_gmfn xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,03/14] xen/grant-table: Make arch specific macros typesafe xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,04/14] xen: Convert hotplug page function to use typesafe MFN xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,05/14] xen: Convert is_xen_fixed_mfn to use typesafe MFN xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,06/14] xen: Convert is_xen_heap_mfn to use typesafe MFN xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,07/14] xen: Introduce HAS_M2P config and use to protect mfn_to_gmfn call xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,08/14] xen: Remove mfn_to_gmfn macro xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,09/14] xen/x86: mm: Re-implement set_gpfn_from_mfn() as a static inline function xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,10/14] xen/x86: pv: Convert update_intpte() to use typesafe MFN xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,11/14] xen/x86: p2m: Remove duplicate error message in p2m_pt_audit_p2m() xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,12/14] xen/x86: p2m: Rework printk format in audit_p2m() xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,13/14] xen/mm: Convert {s, g}et_gpfn_from_mfn() to use typesafe MFN xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel,v3,14/14] xen/mm: Provide dummy M2P-related helpers when !CONFIG_HAVE_M2P xen/arm: Properly disable M2P on Arm --- 2019-06-03 Julien Grall New
[Xen-devel] xen/public: arch-arm: Use xen_mk_ullong instead of suffixing value with ULL [Xen-devel] xen/public: arch-arm: Use xen_mk_ullong instead of suffixing value with ULL --- 2019-06-03 Julien Grall New
[Xen-devel,v2] xen/public: arch-arm: Restrict the visibility of struct vcpu_guest_core_regs [Xen-devel,v2] xen/public: arch-arm: Restrict the visibility of struct vcpu_guest_core_regs --- 2019-06-03 Julien Grall New
[Xen-devel,v3] xen/public: arch-arm: Restrict the visibility of struct vcpu_guest_core_regs [Xen-devel,v3] xen/public: arch-arm: Restrict the visibility of struct vcpu_guest_core_regs --- 2019-06-06 Julien Grall Superseded
[Xen-devel,01/17] xen/arm64: head Mark the end of subroutines with ENDPROC xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall New
[Xen-devel,02/17] xen/arm64: head: Don't clobber x30/lr in the macro PRINT xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall New
[Xen-devel,03/17] xen/arm64: head: Rework UART initialization on boot CPU xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,04/17] xen/arm64: head: Don't "reserve" x24 for the CPUID xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall New
[Xen-devel,05/17] xen/arm64: head: Introduce print_reg xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,06/17] xen/arm64: head: Introduce distinct paths for the boot CPU and secondary CPUs xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,07/17] xen/arm64: head: Rework and document check_cpu_mode() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,08/17] xen/arm64: head: Rework and document zero_bss() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,09/17] xen/arm64: head: Improve coding style and document cpu_init() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,10/17] xen/arm64: head: Improve coding style and document create_pages_tables() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,11/17] xen/arm64: head: Document enable_mmu() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,12/17] xen/arm64: head: Move assembly switch to the runtime PT in secondary CPUs path xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,13/17] xen/arm64: head: Don't setup the fixmap on secondary CPUs xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,14/17] xen/arm64: head: Remove ID map as soon as it is not used xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,15/17] xen/arm64: head: Rework and document setup_fixmap() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,16/17] xen/arm64: head: Rework and document launch() xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall Superseded
[Xen-devel,17/17] xen/arm64: Zero BSS after the MMU and D-cache is turned on xen/arm64: Rework head.S to make it more compliant with the Arm Arm --- 2019-06-10 Julien Grall New
[Xen-devel,MM-PART3,v3,1/9] xen/arm: Rework HSCTLR_BASE xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,2/9] xen/arm: mm: Introduce _PAGE_PRESENT and _PAGE_POPULATE xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,3/9] xen/arm: mm: Sanity check any update of Xen page tables xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,4/9] xen/arm: mm: Rework xen_pt_update_entry to avoid use xenmap_operation xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,5/9] xen/arm: mm: Remove enum xenmap_operation xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,6/9] xen/arm: mm: Use {, un}map_domain_page() to map/unmap Xen page-tables xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,7/9] xen/arm: mm: Rework Xen page-tables walk during update xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,8/9] xen/arm: mm: Don't open-code Xen PT update in {set, clear}_fixmap() xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[Xen-devel,MM-PART3,v3,9/9] xen/arm: mm: Remove set_pte_flags_on_range() xen/arm: Provide a generic function to update Xen PT --- 2019-06-14 Julien Grall New
[RFC,v2,01/14] arm64/mm: Introduce asid_info structure and move asid_generation/asid_map to it kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[RFC,v2,02/14] arm64/mm: Move active_asids and reserved_asids to asid_info kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[RFC,v2,03/14] arm64/mm: Move bits to asid_info kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[RFC,v2,04/14] arm64/mm: Move the variable lock and tlb_flush_pending to asid_info kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[RFC,v2,05/14] arm64/mm: Remove dependency on MM in new_context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,06/14] arm64/mm: Store the number of asid allocated per context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,07/14] arm64/mm: Introduce NUM_ASIDS kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,08/14] arm64/mm: Split asid_inits in 2 parts kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,09/14] arm64/mm: Split the function check_and_switch_context in 3 parts kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,10/14] arm64/mm: Introduce a callback to flush the local context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,11/14] arm64: Move the ASID allocator code in a separate file kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,12/14] arm64/lib: asid: Allow user to update the context under the lock kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[RFC,v2,13/14] arm/kvm: Introduce a new VMID allocator kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall Superseded
[RFC,v2,14/14] kvm/arm: Align the VMID allocation with the arm64 ASID one kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-06-20 Julien Grall New
[Xen-devel,PRE-4.12] xen/arm: time: cycles_t should be an uint64_t and not unsigned long [Xen-devel,PRE-4.12] xen/arm: time: cycles_t should be an uint64_t and not unsigned long --- 2019-06-20 Julien Grall New
[Xen-devel] xen/arm64: Correctly compute the virtual address in maddr_to_virt() [Xen-devel] xen/arm64: Correctly compute the virtual address in maddr_to_virt() --- 2019-07-18 Julien Grall New
[Xen-devel,v2,01/35] xen/arm64: macros: Introduce an assembly macro to alias x30 xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,02/35] xen/arm64: head: Mark the end of subroutines with ENDPROC xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,03/35] xen/arm64: head: Don't clobber x30/lr in the macro PRINT xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,04/35] xen/arm64: head: Rework UART initialization on boot CPU xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,05/35] xen/arm64: head: Introduce print_reg xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,06/35] xen/arm64: head: Introduce distinct paths for the boot CPU and secondary CPUs xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,07/35] xen/arm64: head: Rework and document check_cpu_mode() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,08/35] xen/arm64: head: Rework and document zero_bss() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,09/35] xen/arm64: head: Improve coding style and document cpu_init() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,10/35] xen/arm64: head: Improve coding style and document create_pages_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,11/35] xen/arm64: head: Document enable_mmu() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,12/35] xen/arm64: head: Move assembly switch to the runtime PT in secondary CPUs path xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,13/35] xen/arm64: head: Don't setup the fixmap on secondary CPUs xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,14/35] xen/arm64: head: Remove 1:1 mapping as soon as it is not used xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,15/35] xen/arm64: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,16/35] xen/arm64: head: Rework and document launch() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,17/35] xen/arm64: head: Setup TTBR_EL2 in enable_mmu() and add missing isb xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,18/35] xen/arm64: head: Introduce a macro to get a PC-relative address of a symbol xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,19/35] xen/arm32: head: Add a macro to move an immediate constant into a 32-bit register xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,20/35] xen/arm32: head: Mark the end of subroutines with ENDPROC xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,21/35] xen/arm32: head: Don't clobber r14/lr in the macro PRINT xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,22/35] xen/arm32: head: Rework UART initialization on boot CPU xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,23/35] xen/arm32: head: Introduce print_reg xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,24/35] xen/arm32: head: Introduce distinct paths for the boot CPU and secondary CPUs xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,25/35] xen/arm32: head: Rework and document check_cpu_mode() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,26/35] xen/arm32: head: Rework and document zero_bss() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,27/35] xen/arm32: head: Document create_pages_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,28/35] xen/arm32: head: Document enable_mmu() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,29/35] xen/arm32: head: Move assembly switch to the runtime PT in secondary CPUs path xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,30/35] xen/arm32: head: Don't setup the fixmap on secondary CPUs xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,31/35] xen/arm32: head: Remove 1:1 mapping as soon as it is not used xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,32/35] xen/arm32: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,33/35] xen/arm32: head: Rework and document launch() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,v2,34/35] xen/arm32: head: Setup HTTBR in enable_mmu() and add missing isb xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall New
[Xen-devel,v2,35/35] xen/arm: Zero BSS after the MMU and D-cache is turned on xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-07-22 Julien Grall Superseded
[Xen-devel,1/7] xen/public: arch-arm: Restrict the visibility of struct vcpu_guest_core_regs xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[Xen-devel,2/7] xen/arm: SCTLR_EL1 is a 64-bit register on Arm64 xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
« 1 2 ... 16 17 18 19 »

Bundling

Create bundle: