aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-08arm64: Fix labels in el2_setup macrosMarc Zyngier1-12/+12
2021-02-08arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose2-2/+2
2021-02-05mm/arm64: Correct obsolete comment in do_page_fault()Miaohe Lin1-1/+1
2021-02-04arm64: improve whitespaceZhiyuan Dai5-6/+6
2021-02-03arm64: assembler: add cond_yield macroArd Biesheuvel1-0/+16
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly3-2/+13
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetJoey Gouly4-3/+12
2021-02-03dt-bindings: arm: add Cortex-A78 bindingSeiya Wang1-0/+1
2021-02-03arm64: perf: add support for Cortex-A78Seiya Wang1-0/+7
2021-02-02arm64/ptdump:display the Linear Mapping start markerHailong Liu1-0/+1
2021-02-02arm64: ptrace: Fix missing return in hw breakpoint codeKeno Fischer1-0/+1
2021-02-02arm64: perf: Constify static attribute_group structsRikard Falkeborn1-3/+3
2021-02-02drivers/perf: Prevent forced unbinding of ARM_DMC620_PMU driversQi Liu1-0/+1
2021-02-01arm64: hibernate: add __force attribute to gfp_t castingPavel Tatashin1-2/+2
2021-01-28perf/arm-cmn: Move IRQs when migrating contextRobin Murphy1-1/+3
2021-01-28perf/arm-cmn: Fix PMU instance namingRobin Murphy2-10/+5
2021-01-28KVM: arm64: Move __hyp_set_vectors out of .hyp.textQuentin Perret1-0/+2
2021-01-28mm/nommu: Fix return type of filemap_map_pages()Geert Uytterhoeven1-1/+2
2021-01-27arm64: kexec: arm64_relocate_new_kernel don't use x0 as tempPavel Tatashin1-8/+8
2021-01-27arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizationsPavel Tatashin1-28/+8
2021-01-27arm64: kexec: call kexec_image_info only oncePavel Tatashin1-4/+1
2021-01-27arm64: kexec: move relocation function setupPavel Tatashin2-27/+20
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse3-21/+63
2021-01-27arm64: mm: Always update TCR_EL1 from __cpu_set_tcr_t0sz()James Morse1-4/+3
2021-01-27arm64: trans_pgd: pass NULL instead of init_mm to *_populate functionsPavel Tatashin1-7/+7
2021-01-27arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin3-22/+38
2021-01-27arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin3-11/+50
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin5-227/+277
2021-01-27arm64: hibernate: variable pudp is used instead of pd4dpPavel Tatashin1-3/+3
2021-01-27arm64: kexec: make dtb_mem always enabledPavel Tatashin2-7/+3
2021-01-27arm64: Include linux/io.h in mm/mmap.cWill Deacon1-0/+1
2021-01-26arm64: cacheflush: Remove stale commentShaokun Zhang1-5/+0
2021-01-26arm64: mm: Remove unused header fileShaokun Zhang1-12/+2
2021-01-21arm64/sparsemem: reduce SECTION_SIZE_BITSSudarshan Rajagopalan1-2/+21
2021-01-21arm64: Add support for SMCCC TRNG entropy sourceAndre Przywara1-11/+61
2021-01-21firmware: smccc: Introduce SMCCC TRNG frameworkAndre Przywara3-0/+28
2021-01-21random: avoid arch_get_random_seed_long() when collecting IRQ randomnessArd Biesheuvel1-14/+1
2021-01-21mm: Mark anonymous struct field of 'struct vm_fault' as 'const'Will Deacon1-1/+1
2021-01-21mm: Use static initialisers for immutable fields of 'struct vm_fault'Will Deacon2-8/+9
2021-01-21mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()Will Deacon1-19/+18
2021-01-21mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon3-24/+14
2021-01-21mm: Move immutable fields of 'struct vm_fault' into anonymous structWill Deacon1-5/+8
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn6-12/+12
2021-01-20perf: hisi: Constify static struct attribute_groupRikard Falkeborn3-3/+3
2021-01-20perf/imx_ddr: Constify static struct attribute_groupRikard Falkeborn1-5/+5
2021-01-20perf: qcom: Constify static struct attribute_groupRikard Falkeborn2-6/+6
2021-01-20drivers/perf: Add support for ARMv8.3-SPEWei Li2-3/+23
2021-01-20arm64: mm: Implement arch_wants_old_prefaulted_pte()Will Deacon1-1/+11
2021-01-20mm: Allow architectures to request 'old' entries when prefaultingWill Deacon3-6/+33
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov5-192/+213