aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next...Will Deacon64-539/+852
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDWill Deacon1-0/+1
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2-1/+11
2020-09-28arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker1-0/+1
2020-09-28arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker3-7/+112
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-1/+25
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry1-9/+5
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry1-28/+0
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland1-14/+85
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei1-0/+5
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang3-33/+75
2020-09-21arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2-1/+8
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown2-65/+65
2020-09-21arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall2-0/+19
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall3-0/+28
2020-09-21arm64/fpsimdmacros: Allow the macro "for" to be used in more casesJulien Grall1-3/+7
2020-09-21arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LENJulien Grall1-7/+12
2020-09-21arm64/signal: Update the comment in preserve_sve_contextJulien Grall1-1/+2
2020-09-21arm64/fpsimd: Update documentation of do_sve_accJulien Grall1-1/+1
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon4-4/+28
2020-09-18arm64: mm: Fix missing-prototypes in pageattr.cTian Tao1-0/+1
2020-09-18arm64/fpsimd: Fix missing-prototypes in fpsimd.cTian Tao1-0/+2
2020-09-18arm64: stacktrace: Convert to ARCH_STACKWALKMark Brown2-69/+11
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown4-14/+13
2020-09-18stacktrace: Remove reliable argument from arch_stack_walk() callbackMark Brown2-7/+7
2020-09-18arm64: Enable PCI write-combine resources under sysfsClint Sbisa1-0/+1
2020-09-14arm64: hibernate: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2-29/+8
2020-09-14arm64: kprobe: clarify the comment of steppable hint instructionsAmit Daniel Kachhap1-2/+4
2020-09-14arm64: kprobe: disable probe of fault prone ptrauth instructionAmit Daniel Kachhap1-6/+0
2020-09-14arm64: cpufeature: Modify address authentication cpufeature to exactAmit Daniel Kachhap1-9/+35
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap5-9/+53
2020-09-14arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap3-10/+10
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap3-2/+10
2020-09-11arm64/relocate_kernel: remove redundant codePingfan Liu2-12/+4
2020-09-11arm64: Remove the unused include statementsTian Tao1-2/+0
2020-09-11arm64/mm: Unify CONT_PMD_SHIFTGavin Shan2-8/+8
2020-09-11arm64/mm: Unify CONT_PTE_SHIFTGavin Shan3-9/+2
2020-09-11arm64/mm: Remove CONT_RANGE_OFFSETGavin Shan1-2/+0
2020-09-11arm64/cpuinfo: Define HWCAP name arrays per their actual bit definitionsAnshuman Khandual2-85/+101
2020-09-11arm64/mm: Enable THP migrationAnshuman Khandual2-0/+9
2020-09-11arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual2-3/+38
2020-09-07arm64: topology: Stop using MPIDR for topology informationValentin Schneider1-15/+17
2020-09-07arm64/mm/ptdump: Add address markers for BPF regionsAnshuman Khandual2-1/+3
2020-09-07arm64: perf: Remove unnecessary event_idx checkQi Liu1-18/+2
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel8-25/+11
2020-09-07arm64/numa: Fix a typo in comment of arm64_numa_initYanfei Xu1-1/+1
2020-09-07arm64: fix some spelling mistakes in the comments by codespellXiaoming Ni6-8/+8
2020-09-07arm64: perf: Add general hardware LLC events for PMUv3Leo Yan1-0/+3
2020-09-07arm64: traps: Add str of description to panic() in die()Yue Hu1-2/+2