summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-01-20arm64: atomics: lse: Dereference matching sizeKees Cook2-2/+2
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas47-510/+573
2022-01-05arm64: Use correct method to calculate nomap region boundariesHuacai Chen1-2/+4
2022-01-05arm64: Drop outdated links in commentsKees Cook1-4/+0
2022-01-04arm64: perf: Don't register user access sysctl handler multiple timesWill Deacon1-2/+9
2021-12-22arm64: errata: Fix exec handling in erratum 1418040 workaroundD Scott Phillips1-23/+16
2021-12-22arm64: Unhash early pointer print plus improve commentGuilherme G. Piccoli1-1/+6
2021-12-22asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang1-0/+9
2021-12-17arm64: Ensure that the 'bti' macro is defined where linkage.h is includedCatalin Marinas1-0/+4
2021-12-15arm64: remove __dma_*_area() aliasesMark Rutland1-21/+3
2021-12-14arm64: Enable KCSANKefeng Wang3-0/+4
2021-12-14arm64/fp: Add comments documenting the usage of state restore functionsMark Brown1-2/+5
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown4-31/+34
2021-12-14arm64/sve: Make sysctl interface for SVE reusable by SMEMark Brown1-6/+9
2021-12-14Merge branch 'for-next/perf-cpu' into for-next/perfWill Deacon1-70/+45
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown3-25/+9
2021-12-14arm64: Unconditionally override SYM_FUNC macrosMark Brown1-5/+11
2021-12-14arm64: Add macro version of the BTI instructionMark Brown3-11/+16
2021-12-14Merge 'arm64/for-next/fixes' into for-next/btiCatalin Marinas2-1/+7
2021-12-14arm64: perf: Support new DT compatiblesRobin Murphy1-0/+12
2021-12-14arm64: perf: Simplify registration boilerplateRobin Murphy1-82/+31
2021-12-14arm64: perf: Support Denver and Carmel PMUsThierry Reding1-0/+14
2021-12-14arm64: atomics: lse: define RETURN ops in terms of FETCH opsMark Rutland1-34/+14
2021-12-14arm64: atomics: lse: improve constraints for simple opsMark Rutland1-12/+18
2021-12-14arm64: atomics: lse: define ANDs in terms of ANDNOTsMark Rutland1-30/+4
2021-12-14arm64: atomics lse: define SUBs in terms of ADDsMark Rutland1-122/+58
2021-12-14arm64: atomics: format whitespace consistentlyMark Rutland2-50/+50
2021-12-14arm64/xor: use EOR3 instructions when availableArd Biesheuvel3-1/+157
2021-12-14arm64: perf: Enable PMU counter userspace access for perf eventRob Herring1-7/+112
2021-12-14arm64: perf: Add userspace counter access disable switchRob Herring1-0/+17
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring2-6/+6
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly4-0/+5
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly5-1/+27
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly5-0/+6
2021-12-13arm64: mm: log potential KASAN shadow aliasMark Rutland1-0/+2
2021-12-13arm64: mm: use die_kernel_fault() in do_mem_abort()Mark Rutland1-5/+2
2021-12-10arm64: mm: Use asid feature macro for cheanupYunfeng Ye1-2/+2
2021-12-10arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye1-9/+9
2021-12-10arm64: Make some stacktrace functions privateMark Rutland2-11/+7
2021-12-10arm64: Make dump_backtrace() use arch_stack_walk()Madhavan T. Venkataraman1-38/+6
2021-12-10arm64: Make profile_pc() use arch_stack_walk()Madhavan T. Venkataraman1-12/+13
2021-12-10arm64: Make return_address() use arch_stack_walk()Madhavan T. Venkataraman1-6/+2
2021-12-10arm64: Make __get_wchan() use arch_stack_walk()Madhavan T. Venkataraman1-17/+25
2021-12-10arm64: Make perf_callchain_kernel() use arch_stack_walk()Madhavan T. Venkataraman1-12/+3
2021-12-10arm64: Mark __switch_to() as __schedMark Rutland1-1/+2
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland1-0/+4
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra5-13/+3
2021-12-10arm64: kexec: reduce calls to page_address()Rongwei Wang1-2/+4
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe2-4/+12
2021-12-06arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1Reiji Watanabe1-0/+10