Current Team Memberships

Show patches with: Archived = No       |   435 patches
« 1 2 ... 2 3 4 5 »
Patch Series S/W/F Date Submitter Delegate State
[3/9] arm64: KVM: add trap handlers for AArch64 debug registers --- 2014-05-07 Marc Zyngier New
[2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h --- 2014-05-07 Marc Zyngier Superseded
arm64: fixmap: fix missing sub-page offset for earlyprintk --- 2014-04-28 Marc Zyngier Accepted
[v4,10/10] ARM: HYP/non-sec/PSCI: emit DT nodes --- 2014-04-26 Marc Zyngier Superseded
[v4,09/10] ARM: convert arch_fixup_memory_node to a generic FDT fixup function --- 2014-04-26 Marc Zyngier New
[v4,08/10] ARM: HYP/non-sec: add the option for a second-stage monitor --- 2014-04-26 Marc Zyngier Superseded
[v4,07/10] ARM: HYP/non-sec: add generic ARMv7 PSCI code --- 2014-04-26 Marc Zyngier New
[v4,06/10] ARM: HYP/non-sec: allow relocation to secure RAM --- 2014-04-26 Marc Zyngier Superseded
[v4,05/10] ARM: HYP/non-sec: add separate section for secure code --- 2014-04-26 Marc Zyngier Superseded
[v4,04/10] ARM: add missing HYP mode constant --- 2014-04-26 Marc Zyngier Superseded
[v4,03/10] ARM: non-sec: reset CNTVOFF to zero --- 2014-04-26 Marc Zyngier Superseded
[v4,02/10] ARM: HYP/non-sec: add a barrier after setting SCR.NS==1 --- 2014-04-26 Marc Zyngier Superseded
[v4,01/10] ARM: HYP/non-sec: move switch to non-sec to the last boot phase --- 2014-04-26 Marc Zyngier New
[7/7] arm64: rtc: plug the PC CMOS RTC using MMIO accessors --- 2014-04-25 Marc Zyngier New
[6/7] ARM: rtc: update CMOS RTC to support MMIO and private lock --- 2014-04-25 Marc Zyngier New
[5/7] rtc-cmos: implement driver private locking --- 2014-04-25 Marc Zyngier New
[4/7] rtc-cmos: allow strictly MMIO based configurations --- 2014-04-25 Marc Zyngier New
[3/7] rtc-cmos: allow MMIO to be used when initialized from FDT --- 2014-04-25 Marc Zyngier New
[2/7] rtc-cmos: abstract locking primitives --- 2014-04-25 Marc Zyngier New
[1/7] rtc-cmos: abstract IO accessors --- 2014-04-25 Marc Zyngier New
[v3,19/19] arm64: KVM: vgic: add GICv3 world switch --- 2014-04-16 Marc Zyngier New
[v3,18/19] KVM: ARM: vgic: add the GICv3 backend --- 2014-04-16 Marc Zyngier New
[v3,17/19] arm64: KVM: move hcr_el2 setting into vgic-v2-switch.S --- 2014-04-16 Marc Zyngier New
[v3,16/19] arm64: KVM: split GICv2 world switch from hyp code --- 2014-04-16 Marc Zyngier New
[v3,15/19] arm64: KVM: remove __kvm_hyp_code_{start, end} from hyp.S --- 2014-04-16 Marc Zyngier Superseded
[v3,14/19] KVM: ARM: vgic: split GICv2 backend from the main vgic code --- 2014-04-16 Marc Zyngier New
[v3,13/19] KVM: ARM: introduce vgic_params structure --- 2014-04-16 Marc Zyngier New
[v3,12/19] KVM: ARM: vgic: introduce vgic_enable --- 2014-04-16 Marc Zyngier New
[v3,11/19] KVM: ARM: vgic: abstract VMCR access --- 2014-04-16 Marc Zyngier New
[v3,10/19] KVM: ARM: vgic: move underflow handling to vgic_ops --- 2014-04-16 Marc Zyngier New
[v3,09/19] KVM: ARM: vgic: abstract MISR decoding --- 2014-04-16 Marc Zyngier New
[v3,08/19] KVM: ARM: vgic: abstract EISR bitmap access --- 2014-04-16 Marc Zyngier New
[v3,07/19] KVM: ARM: vgic: abstract access to the ELRSR bitmap --- 2014-04-16 Marc Zyngier New
[v3,06/19] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives --- 2014-04-16 Marc Zyngier New
[v3,05/19] KVM: arm/arm64: vgic: move GICv2 registers to their own structure --- 2014-04-16 Marc Zyngier Superseded
[v3,04/19] arm64: boot protocol documentation update for GICv3 --- 2014-04-16 Marc Zyngier New
[v3,03/19] arm64: GICv3 device tree binding documentation --- 2014-04-16 Marc Zyngier Superseded
[v3,02/19] arm64: initial support for GICv3 --- 2014-04-16 Marc Zyngier New
[v3,01/19] ARM: GIC: move some bits of GICv2 to a library-type file --- 2014-04-16 Marc Zyngier New
net: sun4i-emac: add promiscuous support --- 2014-04-11 Marc Zyngier New
[PULL] fix for ARM SMMU driver --- 2014-04-09 Marc Zyngier New
[v2,02/19] arm64: initial support for GICv3 --- 2014-03-25 Marc Zyngier New
[v2] KVM: ARM: vgic: plug irq injection race --- 2014-03-20 Marc Zyngier New
[v2,19/19] arm64: KVM: vgic: add GICv3 world switch --- 2014-03-20 Marc Zyngier New
[v2,18/19] KVM: ARM: vgic: add the GICv3 backend --- 2014-03-20 Marc Zyngier New
[v2,17/19] arm64: KVM: move hcr_el2 setting into vgic-v2-switch.S --- 2014-03-20 Marc Zyngier New
[v2,16/19] arm64: KVM: split GICv2 world switch from hyp code --- 2014-03-20 Marc Zyngier New
[v2,15/19] arm64: KVM: remove __kvm_hyp_code_{start, end} from hyp.S --- 2014-03-20 Marc Zyngier Superseded
[v2,14/19] KVM: ARM: vgic: split GICv2 backend from the main vgic code --- 2014-03-20 Marc Zyngier New
[v2,13/19] KVM: ARM: introduce vgic_params structure --- 2014-03-20 Marc Zyngier New
[v2,12/19] KVM: ARM: vgic: introduce vgic_enable --- 2014-03-20 Marc Zyngier New
[v2,11/19] KVM: ARM: vgic: abstract VMCR access --- 2014-03-20 Marc Zyngier New
[v2,10/19] KVM: ARM: vgic: move underflow handling to vgic_ops --- 2014-03-20 Marc Zyngier New
[v2,09/19] KVM: ARM: vgic: abstract MISR decoding --- 2014-03-20 Marc Zyngier New
[v2,08/19] KVM: ARM: vgic: abstract EISR bitmap access --- 2014-03-20 Marc Zyngier New
[v2,07/19] KVM: ARM: vgic: abstract access to the ELRSR bitmap --- 2014-03-20 Marc Zyngier New
[v2,06/19] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives --- 2014-03-20 Marc Zyngier New
[v2,05/19] KVM: arm/arm64: vgic: move GICv2 registers to their own structure --- 2014-03-20 Marc Zyngier New
[v2,04/19] arm64: boot protocol documentation update for GICv3 --- 2014-03-20 Marc Zyngier New
[v2,03/19] arm64: GICv3 device tree binding documentation --- 2014-03-20 Marc Zyngier Superseded
[v2,02/19] arm64: initial support for GICv3 --- 2014-03-20 Marc Zyngier New
[v2,01/19] ARM: GIC: move some bits of GICv2 to a library-type file --- 2014-03-20 Marc Zyngier New
arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT --- 2014-02-26 Marc Zyngier Accepted
[v2] arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT --- 2014-02-21 Marc Zyngier Superseded
arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT --- 2014-02-20 Marc Zyngier New
[v4,12/12] ARM: KVM: fix warning in mmu.c --- 2014-02-18 Marc Zyngier Accepted
[v4,11/12] ARM: KVM: trap VM system registers until MMU and caches are ON --- 2014-02-18 Marc Zyngier Accepted
[v4,10/12] ARM: KVM: add world-switch for AMAIR{0,1} --- 2014-02-18 Marc Zyngier Accepted
[v4,09/12] ARM: KVM: introduce per-vcpu HYP Configuration Register --- 2014-02-18 Marc Zyngier Accepted
[v4,08/12] ARM: KVM: fix ordering of 64bit coprocessor accesses --- 2014-02-18 Marc Zyngier Accepted
[v4,07/12] ARM: KVM: fix handling of trapped 64bit coprocessor accesses --- 2014-02-18 Marc Zyngier Accepted
[v4,06/12] ARM: KVM: force cache clean on page fault when caches are off --- 2014-02-18 Marc Zyngier New
[v4,05/12] arm64: KVM: flush VM pages before letting the guest enable caches --- 2014-02-18 Marc Zyngier Accepted
[v4,04/12] ARM: KVM: introduce kvm_p*d_addr_end --- 2014-02-18 Marc Zyngier Accepted
[v4,03/12] arm64: KVM: trap VM system registers until MMU and caches are ON --- 2014-02-18 Marc Zyngier Accepted
[v4,02/12] arm64: KVM: allows discrimination of AArch32 sysreg access --- 2014-02-18 Marc Zyngier Accepted
[v4,01/12] arm64: KVM: force cache clean on page fault when caches are off --- 2014-02-18 Marc Zyngier New
[v3,13/13] sunxi: HYP/non-sec: configure CNTFRQ on all CPUs --- 2014-02-15 Marc Zyngier Superseded
[v3,12/13] sunxi: HYP/non-sec: add sun7i PSCI backend --- 2014-02-15 Marc Zyngier New
[v3,11/13] sunxi: fix SRAM_B/SRAM_D memory map --- 2014-02-15 Marc Zyngier New
[v3,10/13] ARM: HYP/non-sec/PSCI: emit DT nodes --- 2014-02-15 Marc Zyngier New
[v3,09/13] ARM: convert arch_fixup_memory_node to a generic FDT fixup function --- 2014-02-15 Marc Zyngier New
[v3,08/13] ARM: HYP/non-sec: add the option for a second-stage monitor --- 2014-02-15 Marc Zyngier Superseded
[v3,07/13] ARM: HYP/non-sec: add generic ARMv7 PSCI code --- 2014-02-15 Marc Zyngier New
[v3,06/13] ARM: HYP/non-sec: allow relocation to secure RAM --- 2014-02-15 Marc Zyngier New
[v3,05/13] ARM: HYP/non-sec: add separate section for secure code --- 2014-02-15 Marc Zyngier Superseded
[v3,04/13] ARM: add missing HYP mode constant --- 2014-02-15 Marc Zyngier Superseded
[v3,03/13] ARM: non-sec: reset CNTVOFF to zero --- 2014-02-15 Marc Zyngier Superseded
[v3,02/13] ARM: HYP/non-sec: add a barrier after setting SCR.NS==1 --- 2014-02-15 Marc Zyngier Superseded
[v3,01/13] ARM: HYP/non-sec: move switch to non-sec to the last boot phase --- 2014-02-15 Marc Zyngier New
KVM: ARM: vgic: plug irq injection race --- 2014-02-14 Marc Zyngier New
ARM: KVM: fix warning in mmu.c --- 2014-02-05 Marc Zyngier New
[v3,11/11] ARM: KVM: trap VM system registers until MMU and caches are ON --- 2014-02-05 Marc Zyngier Superseded
[v3,10/11] ARM: KVM: add world-switch for AMAIR{0,1} --- 2014-02-05 Marc Zyngier Superseded
[v3,09/11] ARM: KVM: introduce per-vcpu HYP Configuration Register --- 2014-02-05 Marc Zyngier Superseded
[v3,08/11] ARM: KVM: fix ordering of 64bit coprocessor accesses --- 2014-02-05 Marc Zyngier Superseded
[v3,07/11] ARM: KVM: fix handling of trapped 64bit coprocessor accesses --- 2014-02-05 Marc Zyngier Superseded
[v3,06/11] ARM: KVM: force cache clean on page fault when caches are off --- 2014-02-05 Marc Zyngier Accepted
[v3,05/11] ARM: LPAE: provide an IPA capable pmd_addr_end --- 2014-02-05 Marc Zyngier New
[v3,04/11] arm64: KVM: flush VM pages before letting the guest enable caches --- 2014-02-05 Marc Zyngier Superseded
« 1 2 ... 2 3 4 5 »

Bundling

Create bundle: