Show patches with: Submitter = Will Deacon       |    State = Action Required       |   1414 patches
« 1 2 3 414 15 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GIT,PULL] arm64: fixes for -rc6 [GIT,PULL] arm64: fixes for -rc6 - - - --- 2019-06-20 Will Deacon New
arm64: errata: Add workaround for Cortex-A76 erratum #1463225 arm64: errata: Add workaround for Cortex-A76 erratum #1463225 - - - --- 2019-05-22 Will Deacon New
[10/10] arm64: debug: Clean up brk_handler() Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[09/10] arm64: probes: Move magic BRK values into brk-imm.h Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[08/10] arm64: debug: Remove redundant user_mode(regs) checks from debug handlers Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[07/10] arm64: kprobes: Avoid calling kprobes debug handlers explicitly Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[06/10] arm64: debug: Separate debug hooks based on target exception level Rework debug exception handling code - - - --- 2019-03-01 Will Deacon New
[05/10] arm64: debug: Remove meaningless comment Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[04/10] arm64: debug: Rename addr parameter for non-watchpoint exception hooks Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[03/10] arm64: debug: Remove unused return value from do_debug_exception() Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[02/10] arm64: debug: Ensure debug handlers check triggering exception level Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
[01/10] arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals Rework debug exception handling code - 1 - --- 2019-03-01 Will Deacon New
arm64: kpti: Avoid rewriting early page tables when KASLR is enabled arm64: kpti: Avoid rewriting early page tables when KASLR is enabled - - - --- 2019-01-08 Will Deacon New
[3/3] arm64: compat: Hook up io_pgetevents() for 32-bit tasks Fix private compat syscall emulation - - - --- 2019-01-03 Will Deacon New
[2/3] arm64: compat: Don't pull syscall number from regs in arm_compat_syscall Fix private compat syscall emulation - 1 - --- 2019-01-03 Will Deacon New
[1/3] arm64: compat: Avoid sending SIGILL for unallocated syscall numbers Fix private compat syscall emulation - - - --- 2019-01-03 Will Deacon New
arm64: kvm: Avoid setting the upper 32 bits of VTCR_EL2 to 1 arm64: kvm: Avoid setting the upper 32 bits of VTCR_EL2 to 1 - - - --- 2018-12-13 Will Deacon New
arm64: hibernate: Avoid sending cross-calling with interrupts disabled arm64: hibernate: Avoid sending cross-calling with interrupts disabled - - 2 --- 2018-12-07 Will Deacon New
[v2,2/2] arm64: preempt: Provide our own implementation of asm/preempt.h arm64: Only call into preempt_schedule() if need_resched() - 1 - --- 2018-11-30 Will Deacon New
[v2,1/2] preempt: Move PREEMPT_NEED_RESCHED definition into arch code arm64: Only call into preempt_schedule() if need_resched() - - - --- 2018-11-30 Will Deacon New
[2/2] arm64: preempt: Provide our own implementation of asm/preempt.h arm64: Only call into preempt_schedule() if need_resched() - - - --- 2018-11-27 Will Deacon New
[1/2] preempt: Move PREEMPT_NEED_RESCHED definition into arch code arm64: Only call into preempt_schedule() if need_resched() - - - --- 2018-11-27 Will Deacon New
[4/4] arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraint Rewrite of percpu atomics and introduction of LSE 1 - - --- 2018-11-27 Will Deacon New
[3/4] arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomics Rewrite of percpu atomics and introduction of LSE - - - --- 2018-11-27 Will Deacon New
[2/4] arm64: Avoid masking "old" for LSE cmpxchg() implementation Rewrite of percpu atomics and introduction of LSE - - - --- 2018-11-27 Will Deacon New
[1/4] arm64: Avoid redundant type conversions in xchg() and cmpxchg() Rewrite of percpu atomics and introduction of LSE - - - --- 2018-11-27 Will Deacon New
[3/3] arm64: entry: Remove confusing comment arm64: Add support for speculation barrier instruction (SB) - - - --- 2018-11-27 Will Deacon New
[2/3] arm64: entry: Place an SB sequence following an ERET instruction arm64: Add support for speculation barrier instruction (SB) - - - --- 2018-11-27 Will Deacon New
[1/3] arm64: Add support for SB barrier and patch in over DSB; ISB sequences arm64: Add support for speculation barrier instruction (SB) - - - --- 2018-11-27 Will Deacon New
arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTE arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTE 1 - - --- 2018-11-26 Will Deacon New
arm64: io: Ensure calls to delay routines are ordered against prior readX() arm64: io: Ensure calls to delay routines are ordered against prior readX() - - - --- 2018-11-26 Will Deacon New
[GIT,PULL] Couple more arm64 fixes for 4.19 [GIT,PULL] Couple more arm64 fixes for 4.19 - - - --- 2018-10-12 Will Deacon New
[6/6] arm64: perf: Hook up new events PMUv3 event handling improvements - - - --- 2018-10-10 Will Deacon New
[5/6] arm64: perf: Move event definitions into perf_event.h PMUv3 event handling improvements - - - --- 2018-10-10 Will Deacon New
[4/6] arm64: perf: Remove duplicate generic cache events PMUv3 event handling improvements - - - --- 2018-10-10 Will Deacon New
[3/6] arm64: perf: Add support for Armv8.1 PMCEID register format PMUv3 event handling improvements - - - --- 2018-10-10 Will Deacon New
[2/6] arm64: perf: Terminate PMU assignment statements with semicolons PMUv3 event handling improvements - - - --- 2018-10-10 Will Deacon New
[1/6] arm64: perf: Reject stand-alone CHAIN events for PMUv3 PMUv3 event handling improvements - 1 - --- 2018-10-10 Will Deacon New
[GIT,PULL] Late arm64 fixes for 4.19 [GIT,PULL] Late arm64 fixes for 4.19 - - - --- 2018-10-01 Will Deacon New
[GIT,PULL] iommu/arm-smmu: Updates for 4.20 [GIT,PULL] iommu/arm-smmu: Updates for 4.20 - - - --- 2018-10-01 Will Deacon New
[2/2] arm64: docs: Document SSBS HWCAP Fixup and extend hwcaps documentation - - - --- 2018-10-01 Will Deacon New
[1/2] arm64: docs: Fix typos in ELF hwcaps Fixup and extend hwcaps documentation 1 - - --- 2018-10-01 Will Deacon New
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE - 1 - --- 2018-09-19 Will Deacon New
[GIT,PULL] arm64: fixes for -rc4 [GIT,PULL] arm64: fixes for -rc4 - - - --- 2018-09-14 Will Deacon New
[GIT,PULL] arm64: fix for -rc3 [GIT,PULL] arm64: fix for -rc3 - - - --- 2018-09-07 Will Deacon New
[RESEND,2/2] arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks - 1 - --- 2018-09-05 Will Deacon New
[RESEND,1/2] signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks - - - --- 2018-09-05 Will Deacon New
arm64: dump: Use consistent capitalisation for page-table dumps arm64: dump: Use consistent capitalisation for page-table dumps - - - --- 2018-09-05 Will Deacon New
[GIT,PULL] arm64: fixes for -rc2 [GIT,PULL] arm64: fixes for -rc2 - - - --- 2018-08-31 Will Deacon New
[7/7] arm64: cpu: Move errata and feature enable callbacks closer to callers Add support for PSTATE.SSBS to mitigate Spectre-v4 - - - --- 2018-08-30 Will Deacon New
[6/7] KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe Add support for PSTATE.SSBS to mitigate Spectre-v4 1 - - --- 2018-08-30 Will Deacon New
[5/7] arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 Add support for PSTATE.SSBS to mitigate Spectre-v4 - - - --- 2018-08-30 Will Deacon New
[4/7] arm64: entry: Allow handling of undefined instructions from EL1 Add support for PSTATE.SSBS to mitigate Spectre-v4 - - - --- 2018-08-30 Will Deacon New
[3/7] arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASS Add support for PSTATE.SSBS to mitigate Spectre-v4 - - - --- 2018-08-30 Will Deacon New
[2/7] arm64: cpufeature: Detect SSBS and advertise to userspace Add support for PSTATE.SSBS to mitigate Spectre-v4 - 1 - --- 2018-08-30 Will Deacon New
[1/7] arm64: Fix silly typo in comment Add support for PSTATE.SSBS to mitigate Spectre-v4 - - - --- 2018-08-30 Will Deacon New
[12/12] arm64: tlb: Rewrite stale comment in asm/tlbflush.h Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[11/12] arm64: tlb: Avoid synchronous TLBIs when freeing page tables Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[10/12] arm64: tlb: Adjust stride and type of TLBI according to mmu_gather Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[09/12] asm-generic/tlb: Track which levels of the page tables have been cleared Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 1 - - --- 2018-08-30 Will Deacon New
[08/12] asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[07/12] asm-generic/tlb: Guard with #ifdef CONFIG_MMU Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[06/12] arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[05/12] arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[04/12] arm64: tlb: Justify non-leaf invalidation in flush_tlb_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[03/12] arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[02/12] arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[01/12] arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-30 Will Deacon New
[RFC,11/11] arm64: tlb: Avoid synchronous TLBIs when freeing page tables Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,10/11] arm64: tlb: Adjust stride and type of TLBI according to mmu_gather Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,09/11] asm-generic/tlb: Track which levels of the page tables have been cleared Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,08/11] asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,07/11] asm-generic/tlb: Guard with #ifdef CONFIG_MMU Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,06/11] arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,05/11] arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,04/11] arm64: tlb: Justify non-leaf invalidation in flush_tlb_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,03/11] arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,02/11] arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[RFC,01/11] arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range() Avoid synchronous TLB invalidation for intermediate page-table entries on arm64 - - - --- 2018-08-24 Will Deacon New
[GIT,PULL] arm64: merge window fixes for -rc1 [GIT,PULL] arm64: merge window fixes for -rc1 - - - --- 2018-08-17 Will Deacon New
[GIT,PULL] arm64: updates for 4.19 [GIT,PULL] arm64: updates for 4.19 - - - --- 2018-08-14 Will Deacon New
[GIT,PULL] arm64 regression fix for 4.18 [GIT,PULL] arm64 regression fix for 4.18 - - - --- 2018-08-02 Will Deacon New
[GIT,PULL] iommu/arm-smmu: Updates for 4.19 [GIT,PULL] iommu/arm-smmu: Updates for 4.19 - - - --- 2018-07-27 Will Deacon New
[GIT,PULL] arm64: fixes for -rc7 [GIT,PULL] arm64: fixes for -rc7 - - - --- 2018-07-27 Will Deacon New
[2/2] arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks - 1 - --- 2018-07-25 Will Deacon New
[1/2] signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack Don't use SIGMINSTKSZ when enforcing alternative signal stack size for compat tasks - - - --- 2018-07-25 Will Deacon New
[v2,3/3] rseq/selftests: Add support for arm64 - - - --- 2018-07-09 Will Deacon New
[v2,2/3] asm-generic: unistd.h: Wire up sys_rseq 1 - - --- 2018-07-09 Will Deacon New
[v2,1/3] arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ 1 - - --- 2018-07-09 Will Deacon New
Clarifying dma_wmb behavior in presence of non-coherent masters and outer caches - - - --- 2018-07-06 Will Deacon New
MAINTAINERS: arm64: Remove boot/dts/ directory from arm64 entry 1 - - --- 2018-07-06 Will Deacon New
[3/3] rseq/selftests: Add support for arm64 - - - --- 2018-07-02 Will Deacon New
[v2,3/4] arm64: IPI each CPU after invalidating the I-cache for kernel mappings 1 - - --- 2018-06-28 Will Deacon New
[3/3] arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPT - - - --- 2018-06-26 Will Deacon New
[2/3] arm64: locking: Replace ticket lock implementation with qspinlock - - - --- 2018-06-26 Will Deacon New
[1/3] arm64: barrier: Implement smp_cond_load_relaxed - - - --- 2018-06-26 Will Deacon New
[v2] arm: Hook up SYNC_CORE functionality for sys_membarrier() 1 - - --- 2018-06-26 Will Deacon New
[3/3] rseq/selftests: Add support for arm64 - - - --- 2018-06-25 Will Deacon New
[2/3] asm-generic: unistd.h: Wire up sys_rseq - - - --- 2018-06-25 Will Deacon New
[1/3] arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ 1 - - --- 2018-06-25 Will Deacon New
« 1 2 3 414 15 »