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
[Xen-devel,3/7] xen/arm: Rework psr_mode_is_32bit() xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[Xen-devel,4/7] xen/arm: traps: Avoid using BUG_ON() in _show_registers() xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[Xen-devel,5/7] xen/arm: traps: Avoid BUG_ON() in do_trap_brk() xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[Xen-devel,6/7] xen/arm: vsmc: The function identifier is always 32-bit xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[Xen-devel,7/7] xen/arm: types: Specify the zero padding in the definition of PRIregister xen/arm: Xen hardening for newer Armv8 --- 2019-07-23 Julien Grall New
[v3,01/15] 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-07-24 Julien Grall New
[v3,02/15] arm64/mm: Move active_asids and reserved_asids to asid_info kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,03/15] arm64/mm: Move bits to asid_info kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,04/15] 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-07-24 Julien Grall New
[v3,05/15] arm64/mm: Remove dependency on MM in new_context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,06/15] arm64/mm: Store the number of asid allocated per context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,07/15] arm64/mm: Introduce NUM_ASIDS kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,08/15] arm64/mm: Split asid_inits in 2 parts kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,09/15] arm64/mm: Split the function check_and_switch_context in 3 parts kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,10/15] arm64/mm: Introduce a callback to flush the local context kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,11/15] arm64: Move the ASID allocator code in a separate file kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,12/15] arm64/lib: Add an helper to free memory allocated by the ASID allocator kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,13/15] arm/kvm: Introduce a new VMID allocator kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,14/15] arch/arm64: Introduce a capability to tell whether 16-bit VMID is available kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[v3,15/15] kvm/arm: Align the VMID allocation with the arm64 ASID one kvm/arm: Align the VMID allocation with the arm64 ASID one --- 2019-07-24 Julien Grall New
[Xen-devel,v2,1/4] xen/console: Don't treat NUL character as the end of the buffer xen/console: Bug fixes and doc improvement --- 2019-08-05 Julien Grall New
[Xen-devel,v2,2/4] xen/console: Rework HYPERCALL_console_io interface xen/console: Bug fixes and doc improvement --- 2019-08-05 Julien Grall New
[Xen-devel,v2,3/4] xen/public: Document HYPERCALL_console_io() xen/console: Bug fixes and doc improvement --- 2019-08-05 Julien Grall New
[Xen-devel,v2,4/4] xen/console: Simplify domU console handling in guest_console_write xen/console: Bug fixes and doc improvement --- 2019-08-05 Julien Grall New
arm64/ptrace: Fix typoes in sve_set() comment arm64/ptrace: Fix typoes in sve_set() comment --- 2019-08-07 Julien Grall Accepted
[Xen-devel] xen/page_alloc: Keep away MFN 0 from the buddy allocator [Xen-devel] xen/page_alloc: Keep away MFN 0 from the buddy allocator --- 2019-08-09 Julien Grall New
[Xen-devel] xen/arm: setup: Add Xen as boot module before printing all boot modules [Xen-devel] xen/arm: setup: Add Xen as boot module before printing all boot modules --- 2019-08-12 Julien Grall New
[Xen-devel,v3,01/28] xen/arm: lpae: Allow more LPAE helpers to be used in assembly xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,02/28] 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-08-12 Julien Grall Superseded
[Xen-devel,v3,03/28] xen/arm64: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall Superseded
[Xen-devel,v3,04/28] xen/arm64: head: Rework and document launch() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,05/28] 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-08-12 Julien Grall New
[Xen-devel,v3,06/28] 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-08-12 Julien Grall New
[Xen-devel,v3,07/28] xen/arm64: head: Fix typo in the documentation on top of init_uart() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,08/28] 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-08-12 Julien Grall New
[Xen-devel,v3,09/28] 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-08-12 Julien Grall New
[Xen-devel,v3,10/28] 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-08-12 Julien Grall New
[Xen-devel,v3,11/28] xen/arm32: head: Rework UART initialization on boot CPU xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,12/28] xen/arm32: head: Introduce print_reg xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,13/28] 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-08-12 Julien Grall New
[Xen-devel,v3,14/28] xen/arm32: head: Rework and document check_cpu_mode() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,15/28] xen/arm32: head: Rework and document zero_bss() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,16/28] xen/arm32: head: Document create_pages_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,17/28] xen/arm32: head: Document enable_mmu() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,18/28] 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-08-12 Julien Grall New
[Xen-devel,v3,19/28] 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-08-12 Julien Grall New
[Xen-devel,v3,20/28] 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-08-12 Julien Grall Superseded
[Xen-devel,v3,21/28] xen/arm32: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall Superseded
[Xen-devel,v3,22/28] xen/arm32: head: Rework and document launch() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,23/28] 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-08-12 Julien Grall New
[Xen-devel,v3,24/28] 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-08-12 Julien Grall New
[Xen-devel,v3,25/28] xen/arm64: head: Introduce macros to create table and mapping entry xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall Superseded
[Xen-devel,v3,26/28] xen/arm64: head: Use a page mapping for the 1:1 mapping in create_page_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel,v3,27/28] xen/arm32: head: Introduce macros to create table and mapping entry xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall Superseded
[Xen-devel,v3,28/28] xen/arm32: head: Use a page mapping for the 1:1 mapping in create_page_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-08-12 Julien Grall New
[Xen-devel] xen/arm: p2m: Free the p2m entry after flushing the IOMMU TLBs [Xen-devel] xen/arm: p2m: Free the p2m entry after flushing the IOMMU TLBs --- 2019-08-12 Julien Grall New
[Xen-devel] xen/arm: domain_build: Print the correct domain in dtb_load() [Xen-devel] xen/arm: domain_build: Print the correct domain in dtb_load() --- 2019-08-13 Julien Grall New
[Xen-devel] xen/docs: arm: Update dom0less binding and example [Xen-devel] xen/docs: arm: Update dom0less binding and example --- 2019-08-13 Julien Grall New
[Xen-devel] xen/arm: traps: Remove all zero padding before PRIregister format [Xen-devel] xen/arm: traps: Remove all zero padding before PRIregister format --- 2019-08-14 Julien Grall New
[Xen-devel,v2] xen/arm: domain_build: Print the correct domain in dtb_load() [Xen-devel,v2] xen/arm: domain_build: Print the correct domain in dtb_load() --- 2019-08-15 Julien Grall New
[Xen-devel] xen/arm: domain_build: Print the correct domain in initrd_load() [Xen-devel] xen/arm: domain_build: Print the correct domain in initrd_load() --- 2019-08-15 Julien Grall New
[Xen-devel] xen/arm: domain_build: Print the correct domain in construct_domain() [Xen-devel] xen/arm: domain_build: Print the correct domain in construct_domain() --- 2019-08-15 Julien Grall New
[Xen-devel] xen/arm: domain_build: Remove redundant check in make_vpl011_uart_node() [Xen-devel] xen/arm: domain_build: Remove redundant check in make_vpl011_uart_node() --- 2019-08-15 Julien Grall New
[Xen-devel,v4,1/2] xen: Switch parameter in get_page_from_gfn to use typesafe gfn More typesafe conversion of common interface --- 2019-08-19 Julien Grall New
[Xen-devel,v4,2/2] xen/domain: Use typesafe gfn in map_vcpu_info More typesafe conversion of common interface --- 2019-08-19 Julien Grall New
[Xen-devel] xen/console: Fix build when CONFIG_DEBUG_TRACE=y [Xen-devel] xen/console: Fix build when CONFIG_DEBUG_TRACE=y --- 2019-08-19 Julien Grall New
[Xen-devel] xen/arm: iommu: Panic if not all IOMMUs are initialized [Xen-devel] xen/arm: iommu: Panic if not all IOMMUs are initialized --- 2019-08-20 Julien Grall New
[RT,1/3] hrtimer: Use READ_ONCE to access timer->base in hrimer_grab_expiry_lock() hrtimer: RT fixes for hrtimer_grab_expiry_lock() --- 2019-08-21 Julien Grall New
[RT,2/3] hrtimer: Don't grab the expiry lock for non-soft hrtimer hrtimer: RT fixes for hrtimer_grab_expiry_lock() --- 2019-08-21 Julien Grall New
[RT,3/3] hrtimer: Prevent using uninitialized spin_lock in hrtimer_grab_expiry_lock() Untitled series #22841 --- 2019-08-21 Julien Grall New
[Xen-devel] xen/arm: domain_build: Don't continue if unable to allocate all dom0 banks [Xen-devel] xen/arm: domain_build: Don't continue if unable to allocate all dom0 banks --- 2019-08-21 Julien Grall New
[Xen-devel] xen/arm: bootfd: Fix indentation in process_multiboot_node() [Xen-devel] xen/arm: bootfd: Fix indentation in process_multiboot_node() --- 2019-09-11 Julien Grall New
[Xen-devel] xen/arm: setup: Relocate the Device-Tree later on in the boot [Xen-devel] xen/arm: setup: Relocate the Device-Tree later on in the boot --- 2019-09-11 Julien Grall New
[Xen-devel,for-4.13] xen/arm: Add Skeleton for using configuring early printk using Kconfig [Xen-devel,for-4.13] xen/arm: Add Skeleton for using configuring early printk using Kconfig --- 2019-09-13 Julien Grall New
[Xen-devel] xen/arm32: setup: Give a xenheap page to the boot allocator [Xen-devel] xen/arm32: setup: Give a xenheap page to the boot allocator --- 2019-09-17 Julien Grall Superseded
[Xen-devel,[PATCH,for-4.13] ] xen/arm: mm: Allow generic xen page-tables helpers to be called early [Xen-devel,[PATCH,for-4.13] ] xen/arm: mm: Allow generic xen page-tables helpers to be called early --- 2019-09-17 Julien Grall New
[Xen-devel,v4,1/8] 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-09-17 Julien Grall New
[Xen-devel,v4,2/8] xen/arm64: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,v4,3/8] 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-09-17 Julien Grall New
[Xen-devel,v4,4/8] xen/arm32: head: Rework and document setup_fixmap() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,v4,5/8] xen/arm64: head: Introduce macros to create table and mapping entry xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,v4,6/8] xen/arm64: head: Use a page mapping for the 1:1 mapping in create_page_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,v4,7/8] xen/arm32: head: Introduce macros to create table and mapping entry xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,v4,8/8] xen/arm32: head: Use a page mapping for the 1:1 mapping in create_page_tables() xen/arm: Rework head.S to make it more compliant with the Arm Arm --- 2019-09-17 Julien Grall New
[Xen-devel,for-4.13] xen/arm: livepatch: Prevent CPUs to fetch stale instructions after livepatching [Xen-devel,for-4.13] xen/arm: livepatch: Prevent CPUs to fetch stale instructions after livepatching --- 2019-09-18 Julien Grall New
[Xen-devel,for-4.13,v2] xen/arm32: setup: Give a xenheap page to the boot allocator [Xen-devel,for-4.13,v2] xen/arm32: setup: Give a xenheap page to the boot allocator --- 2019-09-20 Julien Grall New
[RFC] lib/ubsan: Don't seralize UBSAN report [RFC] lib/ubsan: Don't seralize UBSAN report --- 2019-09-20 Julien Grall New
[Xen-devel,for-4.13] xen/arm: mm: Clear boot pagetables before bringing-up each secondary CPU [Xen-devel,for-4.13] xen/arm: mm: Clear boot pagetables before bringing-up each secondary CPU --- 2019-09-21 Julien Grall Superseded
[Xen-devel,RESEND,for-4.13] xen/arm: mm: Clear boot pagetables before bringing-up each secondary CPU [Xen-devel,RESEND,for-4.13] xen/arm: mm: Clear boot pagetables before bringing-up each secondary CPU --- 2019-09-21 Julien Grall New
[Xen-devel,for-4.13] xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT speculate [Xen-devel,for-4.13] xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT speculate --- 2019-09-24 Julien Grall Superseded
[Xen-devel,for-4.13,v2,1/2] xen/arm: Implement workaround for Cortex A-57 and Cortex A72 AT speculate Errata implementation and doc update --- 2019-09-24 Julien Grall New
[Xen-devel,for-4.13,v2,2/2] docs: Replace all instance of ARM by Arm Errata implementation and doc update --- 2019-09-24 Julien Grall New
[Xen-devel,for-4.13] xen: sched: Fix Arm build after commit f855dd9625 [Xen-devel,for-4.13] xen: sched: Fix Arm build after commit f855dd9625 --- 2019-09-24 Julien Grall Superseded
[Xen-devel,RESEND,for-4.13] xen: sched: Fix Arm build after commit f855dd9625 [Xen-devel,RESEND,for-4.13] xen: sched: Fix Arm build after commit f855dd9625 --- 2019-09-24 Julien Grall New
[Xen-devel,RFC,for-4.13,01/10] xen/arm64: entry: Introduce a macro to generate guest vector and use it xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall Superseded
[Xen-devel,RFC,for-4.13,02/10] xen/arm64: head: Check if an SError is pending when receiving a vSError xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall Superseded
[Xen-devel,RFC,for-4.13,03/10] xen/arm: traps: Rework entry/exit from the guest path xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall New
[Xen-devel,RFC,for-4.13,04/10] xen/arm: Ensure the SSBD workaround is re-enabled right after exiting a guest xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall New
[Xen-devel,RFC,for-4.13,05/10] xen/arm: alternative: Remove unused parameter for alternative_if_not_cap xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall Superseded
[Xen-devel,RFC,for-4.13,06/10] xen/arm: Move ARCH_PATCH_INSN_SIZE out of the header livepatch.h xen/arm: XSA-201 and XSA-263 fixes --- 2019-09-26 Julien Grall Superseded
« 1 2 ... 16 17 18 19 »

Bundling

Create bundle: