Show patches with: Submitter = Will Deacon       |    Archived = No       |   218 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[01/10] arm64: cpufeature: allow for version discrepancy in PMU implementations Add support for the ARMv8.2 Statistical Profiling Extension --- 2017-01-27 Will Deacon Accepted
[01/10] arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function --- 2015-09-17 Will Deacon Superseded
[01/11] KVM: ARM/arm64: fix non-const declaration of function returning const --- 2014-08-26 Will Deacon Superseded
[02/10] arm64: cpufeature: Don't enforce system-wide SPE capability Add support for the ARMv8.2 Statistical Profiling Extension --- 2017-01-27 Will Deacon Accepted
[02/10] arm64: proc: de-scope TLBI operation during cold boot --- 2015-09-17 Will Deacon Superseded
[02/11] KVM: ARM/arm64: fix broken __percpu annotation --- 2014-08-26 Will Deacon Superseded
[03/10] arm64: flush: use local TLB and I-cache invalidation --- 2015-09-17 Will Deacon Superseded
[03/11] KVM: ARM/arm64: avoid returning negative error code as bool --- 2014-08-26 Will Deacon Superseded
[04/10] arm64: head.S: Enable EL1 (host) access to SPE when entered at EL2 Add support for the ARMv8.2 Statistical Profiling Extension --- 2017-01-27 Will Deacon Accepted
[04/10] arm64: mm: rewrite ASID allocator and MM context-switching code --- 2015-09-17 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/10] arm64: tlbflush: remove redundant ASID casts to (unsigned long) --- 2015-09-17 Will Deacon Superseded
[05/11] KVM: vgic: return int instead of bool when checking I/O ranges --- 2014-08-26 Will Deacon Superseded
[06/10] arm64: tlbflush: avoid flushing when fullmm == 1 --- 2015-09-17 Will Deacon Accepted
[06/11] KVM: vgic: declare probe function pointer as const --- 2014-08-26 Will Deacon Superseded
[07/10] arm64: switch_mm: simplify mm and CPU checks --- 2015-09-17 Will Deacon Accepted
[07/11] irqchip: gic: make gic_default_routable_irq_domain_ops static --- 2014-08-26 Will Deacon Accepted
[08/10] arm64: mm: kill mm_cpumask usage --- 2015-09-17 Will Deacon New
[08/11] irqchip: gic-v3: declare rdist as __percpu pointer to __iomem pointer --- 2014-08-26 Will Deacon Accepted
[09/10] arm64: tlb: remove redundant barrier from __flush_tlb_pgtable --- 2015-09-17 Will Deacon Superseded
[09/11] arm64: ptrace: fix compat hardware watchpoint reporting --- 2014-08-26 Will Deacon Accepted
[10/10] arm64: mm: remove dsb from update_mmu_cache --- 2015-09-17 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/2] arm64: compat: wire up memfd_create and getrandom syscalls for aarch32 --- 2014-08-11 Will Deacon Accepted
[1/2] arm64: cpufeature: declare enable_cpu_capabilities as static --- 2015-10-27 Will Deacon Accepted
[1/2] arm64: entry: avoid writing lr explicitly for constructing return paths --- 2014-11-07 Will Deacon Accepted
[1/2] arm64: fpsimd: Fix FPSIMD corruption in rt_sigreturn with CONFIG_PREEMPT --- 2015-09-15 Will Deacon New
[1/2] arm64: kernel: Add SMC Session ID to results --- 2016-08-22 Will Deacon New
[1/2] arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers --- 2015-11-26 Will Deacon Accepted
[1/2] arm64: Refactor vDSO time functions --- 2016-07-08 Will Deacon New
[1/2] arm64: spinlock: fix spin_is_locked --- 2016-06-03 Will Deacon New
[1/2] arm64: swp emulation: bound LL/SC retries before rescheduling --- 2016-10-19 Will Deacon Accepted
[1/2] iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMA --- 2016-04-20 Will Deacon Accepted
[1/2] irqchip/gic-v3: Convert arm64 GIC accessors to {read, write}_sysreg_s --- 2016-10-28 Will Deacon Accepted
[1/3] arm64: vdso: put vdso datapage in a separate vma --- 2014-07-09 Will Deacon Accepted
[1/4] arm64: prefetch: don't provide spin_lock_prefetch with LSE --- 2016-02-02 Will Deacon Accepted
[1/5] iommu/arm-smmu: fix calculation of TCR.T0SZ --- 2014-06-30 Will Deacon Accepted
[1/5] iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains Implement SMMU passthrough using the default domain --- 2017-01-19 Will Deacon Accepted
[1/6] arm64: sysreg: replace open-coded mrs_s/msr_s with {read, write}_sysreg_s --- 2016-09-09 Will Deacon New
[1/6] iommu/arm-smmu: Use drvdata instead of maintaining smmu_devices list --- 2015-10-15 Will Deacon Accepted
[1/7] iommu/arm-smmu: allow translation stage to be forced on the cmdline --- 2014-09-04 Will Deacon Accepted
[2/2] arm64: cachetype: fix definitions of ICACHEF_* flags --- 2015-10-27 Will Deacon Accepted
[2/2] arm64: compat: fix vfp save/restore across signal handlers in big-endian --- 2015-09-15 Will Deacon Accepted
[2/2] arm64: entry: use ldp/stp instead of push/pop when saving/restoring regs --- 2014-11-07 Will Deacon Accepted
[2/2] arm64: percpu: rewrite ll/sc loops in assembly --- 2016-10-19 Will Deacon Accepted
[2/2] arm64: spinlock: only wait for a single unlock in spin_unlock_wait --- 2016-06-03 Will Deacon New
[2/2] asm-generic: add memfd_create system call to unistd.h --- 2014-08-11 Will Deacon Accepted
[2/2] irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154 --- 2016-10-28 Will Deacon New
[2/3] arm64: vdso: move to _install_special_mapping and remove arch_vma_name --- 2014-07-09 Will Deacon Accepted
[2/4] arm64: debug: remove redundant spsr manipulation --- 2016-07-19 Will Deacon New
[2/4] arm64: prefetch: add alternative pattern for CPUs without a prefetcher --- 2016-02-02 Will Deacon Accepted
[2/5] iommu/arm-smmu: add support for PCI master devices --- 2014-06-30 Will Deacon Accepted
[2/5] iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains Implement SMMU passthrough using the default domain --- 2017-01-19 Will Deacon Accepted
[2/6] arm64: barriers: introduce nops and __nops macros for NOP sequences --- 2016-09-09 Will Deacon New
[2/6] iommu/arm-smmu: Remove unneeded '0x' annotation --- 2015-10-15 Will Deacon New
[2/7] iommu/arm-smmu: add support for multi-master iommu groups --- 2014-09-15 Will Deacon New
[2/7] iommu/arm-smmu: add support for multi-master iommu groups --- 2014-09-04 Will Deacon Accepted
[3/3] arm64: vdso: move data page before code pages --- 2014-07-09 Will Deacon Accepted
[3/4] arm64: kprobes: WARN if attempting to step with PSTATE.D=1 --- 2016-07-19 Will Deacon Accepted
[3/4] arm64: lib: improve copy_page to deal with 128 bytes at a time --- 2016-02-02 Will Deacon New
[3/5] iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability --- 2014-06-30 Will Deacon Accepted
[3/5] iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains Implement SMMU passthrough using the default domain --- 2017-01-19 Will Deacon New
[3/6] arm64: lse: convert lse alternatives NOP padding to use __nops --- 2016-09-09 Will Deacon New
[3/6] iommu/arm-smmu: ThunderX mis-extends 64bit registers --- 2015-10-15 Will Deacon New
[3/7] iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu --- 2014-09-04 Will Deacon Accepted
[4/4] arm64: debug: remove unused local_dbg_{enable, disable} macros --- 2016-07-19 Will Deacon Accepted
[4/4] arm64: lib: patch in prfm for copy_page if requested --- 2016-02-02 Will Deacon New
[4/4] iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass --- 2016-08-18 Will Deacon New
[4/5] arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA Implement SMMU passthrough using the default domain --- 2017-01-19 Will Deacon Accepted
[4/5] iommu/arm-smmu: remove support for chained SMMUs --- 2014-06-30 Will Deacon Accepted
[4/6] iommu/arm-smmu: fix error checking for ASID and VMID allocation --- 2015-10-15 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/5] iommu: Allow default domain type to be set on the kernel command line Implement SMMU passthrough using the default domain --- 2017-01-19 Will Deacon New
[5/5] iommu/arm-smmu: prefer stage-1 mappings where we have a choice --- 2014-06-30 Will Deacon Accepted
[5/6] iommu/arm-smmu: remove redundant calculation of gr0 base address --- 2015-10-15 Will Deacon Accepted
[5/6] irqchip/gic-v3: Convert arm64 GIC accessors to {read, write}_sysreg_s --- 2016-09-09 Will Deacon Superseded
[5/7] iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS --- 2014-09-04 Will Deacon Accepted
[6/6] iommu/arm-smmu: Add support for MSI on SMMUv3 --- 2015-10-15 Will Deacon New
[6/6] irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154 --- 2016-09-09 Will Deacon Superseded
[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: atomics: implement native {relaxed, acquire, release} atomics --- 2015-10-08 Will Deacon Accepted
arm64: barrier: implement wfe-base smp_cond_load_acquire --- 2016-06-17 Will Deacon Superseded
arm64: barriers: fix smp_load_acquire to work with const arguments --- 2015-11-18 Will Deacon Accepted
arm64: cpufeature: allow for version discrepancy in PMU implementations --- 2016-08-15 Will Deacon Superseded
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers --- 2015-09-14 Will Deacon Accepted
arm64: debug: don't re-enable debug exceptions on return from el1_dbg --- 2014-09-22 Will Deacon Accepted
arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestep --- 2016-09-01 Will Deacon Accepted
arm64: errata: add module build workaround for erratum #843419 --- 2015-09-16 Will Deacon Accepted
arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabled --- 2016-08-22 Will Deacon Accepted
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 --- 2015-10-08 Will Deacon Accepted
arm64: fix relocation of movz instruction with negative immediate --- 2016-01-04 Will Deacon New
arm64: fpsimd: avoid restoring fpcr if the contents haven't changed --- 2014-06-26 Will Deacon New
arm64: head.S: initialise mdcr_el2 in el2_setup --- 2015-09-14 Will Deacon Accepted
arm64: hw_breakpoint: use target state to determine ABI behaviour --- 2015-09-15 Will Deacon Superseded
arm64: Implement ptep_set_access_flags() for hardware AF/DBM --- 2016-06-07 Will Deacon New
arm64: kasan: fix issues reported by sparse --- 2015-10-13 Will Deacon Accepted
arm64: kconfig: add submenu for 8.2 architectural features --- 2016-02-26 Will Deacon Accepted
arm64: KVM: Add braces to multi-line if statement in virtual PMU code --- 2016-04-01 Will Deacon Superseded
« 1 2 3 »