Show patches with: Submitter = Will Deacon       |    Archived = No       |   218 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v7,8/9] ARM: vdso initialization, mapping, and synchronization --- 2014-07-02 Will Deacon Superseded
[01/11] KVM: ARM/arm64: fix non-const declaration of function returning const --- 2014-08-26 Will Deacon Superseded
[02/11] KVM: ARM/arm64: fix broken __percpu annotation --- 2014-08-26 Will Deacon Superseded
[03/11] KVM: ARM/arm64: avoid returning negative error code as bool --- 2014-08-26 Will Deacon Superseded
[04/11] KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_reg --- 2014-08-26 Will Deacon Superseded
[05/11] KVM: vgic: return int instead of bool when checking I/O ranges --- 2014-08-26 Will Deacon Superseded
[06/11] KVM: vgic: declare probe function pointer as const --- 2014-08-26 Will Deacon Superseded
[RFC,v3,6/7] arm: call iommu_init before of_platform_populate --- 2014-09-12 Will Deacon Superseded
ARM: mm: clear SCTLR.HA instead of setting it for LPAE --- 2014-09-22 Will Deacon Superseded
KVM: arm64: add workaround for Cortex-A57 erratum #852523 --- 2015-09-14 Will Deacon Superseded
KVM: arm64: remove all traces of the ThumbEE registers --- 2015-09-15 Will Deacon Superseded
arm64: hw_breakpoint: use target state to determine ABI behaviour --- 2015-09-15 Will Deacon Superseded
[01/10] arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function --- 2015-09-17 Will Deacon Superseded
[02/10] arm64: proc: de-scope TLBI operation during cold boot --- 2015-09-17 Will Deacon Superseded
[03/10] arm64: flush: use local TLB and I-cache invalidation --- 2015-09-17 Will Deacon Superseded
[04/10] arm64: mm: rewrite ASID allocator and MM context-switching code --- 2015-09-17 Will Deacon Superseded
[05/10] arm64: tlbflush: remove redundant ASID casts to (unsigned long) --- 2015-09-17 Will Deacon Superseded
[09/10] arm64: tlb: remove redundant barrier from __flush_tlb_pgtable --- 2015-09-17 Will Deacon Superseded
arm64: KVM: Add braces to multi-line if statement in virtual PMU code --- 2016-04-01 Will Deacon Superseded
iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA --- 2016-04-01 Will Deacon Superseded
arm64: barrier: implement wfe-base smp_cond_load_acquire --- 2016-06-17 Will Deacon Superseded
arm64: cpufeature: allow for version discrepancy in PMU implementations --- 2016-08-15 Will Deacon Superseded
[5/6] irqchip/gic-v3: Convert arm64 GIC accessors to {read, write}_sysreg_s --- 2016-09-09 Will Deacon Superseded
[6/6] irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154 --- 2016-09-09 Will Deacon Superseded
[RFC,03/10] arm64: KVM: Save/restore the host SPE state when entering/leaving a VM --- 2017-01-03 Will Deacon Superseded
[RFC,v2,02/10] arm64: cpufeature: Don't enforce system-wide SPE capability --- 2017-01-13 Will Deacon Superseded
[v7,2/4] PCI: ARM: add support for generic PCI host controller --- 2014-05-23 Will Deacon Accepted
[v7,3/4] MAINTAINERS: add entry for generic PCI host controller driver --- 2014-05-23 Will Deacon Accepted
ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM --- 2014-05-27 Will Deacon Accepted
arm64: mm: fix pmd_write CoW brokenness --- 2014-05-28 Will Deacon Accepted
[v2] ARM: mcs lock: implement wfe-based polling for MCS locking --- 2014-06-01 Will Deacon Accepted
arm64: ptrace: change fs when passing kernel pointer to regset code --- 2014-06-02 Will Deacon Accepted
arm64: uid16: fix __kernel_old_{gid,uid}_t definitions --- 2014-06-02 Will Deacon Accepted
ARM: ptrace: reload syscall number after secure_computing() check --- 2014-06-24 Will Deacon Accepted
[1/5] iommu/arm-smmu: fix calculation of TCR.T0SZ --- 2014-06-30 Will Deacon Accepted
[2/5] iommu/arm-smmu: add support for PCI master devices --- 2014-06-30 Will Deacon Accepted
[3/5] iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability --- 2014-06-30 Will Deacon Accepted
[4/5] iommu/arm-smmu: remove support for chained SMMUs --- 2014-06-30 Will Deacon Accepted
[5/5] iommu/arm-smmu: prefer stage-1 mappings where we have a choice --- 2014-06-30 Will Deacon Accepted
[1/3] arm64: vdso: put vdso datapage in a separate vma --- 2014-07-09 Will Deacon Accepted
[2/3] arm64: vdso: move to _install_special_mapping and remove arch_vma_name --- 2014-07-09 Will Deacon Accepted
[3/3] arm64: vdso: move data page before code pages --- 2014-07-09 Will Deacon Accepted
[PATCHv3] arm64: fpsimd: avoid restoring fpcr if the contents haven't changed --- 2014-07-10 Will Deacon Accepted
[1/2] arm64: compat: wire up memfd_create and getrandom syscalls for aarch32 --- 2014-08-11 Will Deacon Accepted
[2/2] asm-generic: add memfd_create system call to unistd.h --- 2014-08-11 Will Deacon Accepted
[07/11] irqchip: gic: make gic_default_routable_irq_domain_ops static --- 2014-08-26 Will Deacon Accepted
[08/11] irqchip: gic-v3: declare rdist as __percpu pointer to __iomem pointer --- 2014-08-26 Will Deacon Accepted
[09/11] arm64: ptrace: fix compat hardware watchpoint reporting --- 2014-08-26 Will Deacon Accepted
[10/11] arm64: ptrace: fix compat reg getter/setter return values --- 2014-08-26 Will Deacon Accepted
[11/11] arm64: perf: don't rely on layout of pt_regs when grabbing sp or pc --- 2014-08-26 Will Deacon Accepted
[1/7] iommu/arm-smmu: allow translation stage to be forced on the cmdline --- 2014-09-04 Will Deacon Accepted
[2/7] iommu/arm-smmu: add support for multi-master iommu groups --- 2014-09-04 Will Deacon Accepted
[3/7] iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu --- 2014-09-04 Will Deacon Accepted
[4/7] iommu/arm-smmu: use page shift instead of page size to avoid division --- 2014-09-04 Will Deacon Accepted
[5/7] iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS --- 2014-09-04 Will Deacon Accepted
[6/7] iommu/arm-smmu: fix architecture version detection --- 2014-09-04 Will Deacon Accepted
[7/7] iommu/arm-smmu: support MMU-401 --- 2014-09-04 Will Deacon Accepted
arm64: debug: don't re-enable debug exceptions on return from el1_dbg --- 2014-09-22 Will Deacon Accepted
[v2] ARM: mm: clear SCTLR.HA instead of setting it for LPAE --- 2014-09-24 Will Deacon Accepted
ARM: decompressor: ensure I-side picks up relocated code --- 2014-10-30 Will Deacon Accepted
ARM: mm: try to re-use old ASID assignments following a rollover --- 2014-10-30 Will Deacon Accepted
[1/2] arm64: entry: avoid writing lr explicitly for constructing return paths --- 2014-11-07 Will Deacon Accepted
[2/2] arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs --- 2014-11-07 Will Deacon Accepted
[RFC,v4,2/8] dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops --- 2014-11-14 Will Deacon Accepted
[RFC,v4,3/8] iommu: add new iommu_ops callback for adding an OF device --- 2014-11-14 Will Deacon Accepted
[RFC,v4,4/8] iommu: provide helper function to configure an IOMMU for an of master --- 2014-11-14 Will Deacon Accepted
[RFC,v4,5/8] dma-mapping: detect and configure IOMMU in of_dma_configure --- 2014-11-14 Will Deacon Accepted
[RFC,v4,7/8] arm: call iommu_init before of_platform_populate --- 2014-11-14 Will Deacon Accepted
[RFC,v4,8/8] arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops --- 2014-11-14 Will Deacon Accepted
arm64: head.S: initialise mdcr_el2 in el2_setup --- 2015-09-14 Will Deacon Accepted
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers --- 2015-09-14 Will Deacon Accepted
[2/2] arm64: compat: fix vfp save/restore across signal handlers in big-endian --- 2015-09-15 Will Deacon Accepted
arm64: errata: add module build workaround for erratum #843419 --- 2015-09-16 Will Deacon Accepted
[06/10] arm64: tlbflush: avoid flushing when fullmm == 1 --- 2015-09-17 Will Deacon Accepted
[07/10] arm64: switch_mm: simplify mm and CPU checks --- 2015-09-17 Will Deacon Accepted
[10/10] arm64: mm: remove dsb from update_mmu_cache --- 2015-09-17 Will Deacon Accepted
iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUs --- 2015-09-18 Will Deacon Accepted
iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPA --- 2015-09-18 Will Deacon Accepted
[v2,01/10] arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function --- 2015-10-06 Will Deacon Accepted
[v2,02/10] arm64: proc: de-scope TLBI operation during cold boot --- 2015-10-06 Will Deacon Accepted
[v2,03/10] arm64: flush: use local TLB and I-cache invalidation --- 2015-10-06 Will Deacon Accepted
[v2,04/10] arm64: mm: rewrite ASID allocator and MM context-switching code --- 2015-10-06 Will Deacon Accepted
[v2,05/10] arm64: tlbflush: remove redundant ASID casts to (unsigned long) --- 2015-10-06 Will Deacon Accepted
[v2,09/10] arm64: tlb: remove redundant barrier from __flush_tlb_pgtable --- 2015-10-06 Will Deacon Accepted
[v2] arm64: hw_breakpoint: use target state to determine ABI behaviour --- 2015-10-07 Will Deacon Accepted
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 --- 2015-10-08 Will Deacon Accepted
arm64: atomics: implement native {relaxed, acquire, release} atomics --- 2015-10-08 Will Deacon Accepted
arm64: kasan: fix issues reported by sparse --- 2015-10-13 Will Deacon Accepted
[1/6] iommu/arm-smmu: Use drvdata instead of maintaining smmu_devices list --- 2015-10-15 Will Deacon Accepted
[4/6] iommu/arm-smmu: fix error checking for ASID and VMID allocation --- 2015-10-15 Will Deacon Accepted
[5/6] iommu/arm-smmu: remove redundant calculation of gr0 base address --- 2015-10-15 Will Deacon Accepted
[1/2] arm64: cpufeature: declare enable_cpu_capabilities as static --- 2015-10-27 Will Deacon Accepted
[2/2] arm64: cachetype: fix definitions of ICACHEF_* flags --- 2015-10-27 Will Deacon Accepted
arm64: pgtable: implement pte_accessible() --- 2015-11-17 Will Deacon Accepted
iommu/arm-smmu: Convert DMA buffer allocations to the managed API --- 2015-11-17 Will Deacon Accepted
arm64: barriers: fix smp_load_acquire to work with const arguments --- 2015-11-18 Will Deacon Accepted
iommu/arm-smmu: Use incoming shareability attributes in bypass mode --- 2015-11-18 Will Deacon Accepted
[1/2] arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers --- 2015-11-26 Will Deacon Accepted
arm64: spinlock: serialise spin_unlock_wait against concurrent lockers --- 2015-11-27 Will Deacon Accepted
[RFC] arm64: Documentation: add list of software workarounds for errata --- 2015-12-07 Will Deacon Accepted
« 1 2 3 »