summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-01signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2-5/+12
2018-10-01perf: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-09-25arm64/mm: move runtime pgds to rodataJun Yao2-21/+24
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao2-8/+53
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao6-33/+21
2018-09-25arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()Jun Yao2-9/+12
2018-09-24arm64: lse: remove -fcall-used-x0 flagTri Vo1-1/+1
2018-09-21arm64: Remove unused VGA console supportAndrew Murray1-4/+0
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse3-8/+1
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual2-0/+29
2018-09-21arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual2-10/+16
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual3-5/+7
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon3-20/+7
2018-09-18arm64: KVM: Enable Common Not Private translationsVladimir Murzin6-2/+17
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin9-6/+88
2018-09-17arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose2-13/+23
2018-09-14arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2018-09-14arm64: force_signal_inject: WARN if called from kernel contextWill Deacon1-1/+4
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon5-29/+28
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2-0/+22
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon8-2/+106
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2-5/+8
2018-09-14arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASSWill Deacon1-3/+0
2018-09-14arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon5-7/+33
2018-09-14arm64: Fix silly typo in commentWill Deacon1-1/+1
2018-09-11arm64: tlb: Rewrite stale comment in asm/tlbflush.hWill Deacon1-25/+55
2018-09-11arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon3-14/+1
2018-09-11arm64: tlb: Adjust stride and type of TLBI according to mmu_gatherWill Deacon1-9/+10
2018-09-11arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE codeWill Deacon1-9/+3
2018-09-11arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()Will Deacon2-7/+10
2018-09-11arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()Will Deacon1-0/+4
2018-09-11arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon1-2/+8
2018-09-11arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()Will Deacon1-0/+2
2018-09-11arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()Will Deacon1-1/+1
2018-09-10arm64: uaccess: implement unsafe accessorsJulien Thierry1-15/+46
2018-09-10arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon1-3/+3
2018-09-10arm64/lib: add accelerated crc32 routinesArd Biesheuvel3-0/+63
2018-09-10arm64: cpufeature: add feature for CRC32 instructionsArd Biesheuvel2-1/+11
2018-09-10lib/crc32: make core crc32() routines weak so they can be overriddenArd Biesheuvel1-4/+7
2018-09-07Merge branch 'tlb/asm-generic' into aarch64/for-next/coreWill Deacon5-262/+351
2018-09-07MAINTAINERS: Add entry for MMU GATHER AND TLB INVALIDATIONWill Deacon1-0/+13
2018-09-07mm/memory: Move mmu_gather and TLB invalidation code into its own filePeter Zijlstra4-252/+265
2018-09-04asm-generic/tlb: Track which levels of the page tables have been clearedWill Deacon2-9/+53
2018-09-04asm-generic/tlb: Track freeing of page-table directories in struct mmu_gatherPeter Zijlstra1-8/+23
2018-09-04asm-generic/tlb: Guard with #ifdef CONFIG_MMUWill Deacon1-0/+4
2018-09-02Linux 4.19-rc2v4.19-rc2Linus Torvalds1-1/+1
2018-09-02Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+80
2018-09-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds12-188/+213
2018-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-50/+167
2018-09-02Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-22/+4