summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2024-11-14Merge branch 'for-next/pkey-signal' into for-next/coreCatalin Marinas
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-14arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon
2024-11-12arm64/ptrace: Clarify documentation of VL configuration via ptraceMark Brown
2024-11-12arm64/mm: Change protval as 'pteval_t' in map_range()Anshuman Khandual
2024-11-08arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()Ard Biesheuvel
2024-11-08arm64/scs: Deal with 64-bit relative offsets in FDE framesArd Biesheuvel
2024-11-08arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE framesArd Biesheuvel
2024-11-08arm64: uprobes: Optimize cache flushes for xol slotLiao Chang
2024-11-07arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANGMasahiro Yamada
2024-11-05arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()Yicong Yang
2024-11-05arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNGYicong Yang
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang
2024-11-05arm64/ptdump: Test both PTE_TABLE_BIT and PTE_VALID for block mappingsAnshuman Khandual
2024-11-05arm64/mm: Sanity check PTE address before runtime P4D/PUD foldingArd Biesheuvel
2024-11-05arm64: setup: name 'tcr2' registerYicong Yang
2024-11-05arm64/sysreg: Update ID_AA64MMFR1_EL1 registerYicong Yang
2024-11-04arm64: signal: Remove unused macroKevin Brodsky
2024-11-04arm64: signal: Remove unnecessary check when saving POE stateKevin Brodsky
2024-11-04arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont()Anshuman Khandual
2024-11-04arm64/fpsimd: Fix a typoChristophe JAILLET
2024-11-01arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumersMarc Zyngier
2024-11-01arm64: Return early when break handler is found on linked-listLiao Chang
2024-11-01arm64/mm: Re-organize arch_make_huge_pte()Anshuman Khandual
2024-10-29arm64: signal: Improve POR_EL0 handling to avoid uaccess failuresKevin Brodsky
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)
2024-10-23arm64/mm: Drop _PROT_SECT_DEFAULTAnshuman Khandual
2024-10-23arm64: Add command-line override for ID_AA64MMFR0_EL1.ECVMarc Zyngier
2024-10-23arm64: Enable memory encrypt for RealmsSuzuki K Poulose
2024-10-23arm64: mm: Avoid TLBI when marking pages as validSteven Price
2024-10-23arm64: Enforce bounce buffers for realm DMASteven Price
2024-10-23efi: arm64: Map Device with Prot SharedSuzuki K Poulose
2024-10-23arm64: rsi: Map unprotected MMIO as decryptedSuzuki K Poulose
2024-10-23arm64: rsi: Add support for checking whether an MMIO is protectedSuzuki K Poulose
2024-10-23arm64: realm: Query IPA size from the RMMSteven Price
2024-10-23arm64: Detect if in a realm and set RIPAS RAMSuzuki K Poulose
2024-10-23arm64: rsi: Add RSI definitionsSuzuki K Poulose
2024-10-22arm64: preserve pt_regs::stackframe during exec*()Mark Rutland
2024-10-22arm64/crc32: Implement 4-way interleave using PMULLArd Biesheuvel
2024-10-22arm64/crc32: Reorganize bit/byte ordering macrosArd Biesheuvel
2024-10-22arm64/lib: Handle CRC-32 alternative in C codeArd Biesheuvel
2024-10-17arm64: Support AT_HWCAP3Mark Brown
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland
2024-10-17arm64: stacktrace: split unwind_consume_stack()Mark Rutland
2024-10-17arm64: stacktrace: report recovered PCsMark Rutland
2024-10-17arm64: stacktrace: report source of unwind dataMark Rutland
2024-10-17arm64: stacktrace: move dump_backtrace() to kunwind_stack_walk()Mark Rutland
2024-10-17arm64: use a common struct frame_recordMark Rutland
2024-10-17arm64: pt_regs: swap 'unused' and 'pmr' fieldsMark Rutland