aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/docs' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/build' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/boot' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon
2021-06-23arm64: tlb: fix the TTL value of tlb_get_levelZhenyu Ye
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual
2021-06-21arm64: insn: avoid circular include dependencyMark Rutland
2021-06-17arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng
2021-06-15arm64: mm: fix the count comments in compute_indicesDong Aisheng
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual
2021-06-15arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual
2021-06-15arm64/mm: Use CONT_PMD_SHIFT for ARM64_MEMSTART_SHIFTAnshuman Khandual
2021-06-15arm64/mm: Drop SWAPPER_INIT_MAP_SIZEAnshuman Khandual
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon
2021-06-11KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 supportWill Deacon
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland
2021-06-08arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland
2021-06-07arm64: entry: split SDEI entryMark Rutland
2021-06-07arm64: entry: split bad stack entryMark Rutland
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland
2021-06-07arm64: entry: handle all vectors with CMark Rutland
2021-06-07arm64: entry: template the entry asm functionsMark Rutland
2021-06-07arm64: entry: improve bad_mode()Mark Rutland
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland