summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
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: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss
2021-06-13ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill 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-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown
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
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland
2021-06-07arm64: entry: convert SError handlers to CMark Rutland
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland
2021-06-07arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-03arm64: perf: Add more support on caps under sysfsShaokun Zhang
2021-06-01arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NCWill Deacon
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-06-01arm64: perf: Convert snprintf to sysfs_emitTian Tao
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry
2021-05-27arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland
2021-05-26arm64: smp: unify task and sp setupMark Rutland
2021-05-26arm64: smp: remove stack from secondary_dataMark Rutland
2021-05-26arm64: smp: remove pointless secondary_data maintenanceMark Rutland
2021-05-26arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas
2021-05-26arm64: Change the cpuinfo_arm64 member type for some sysregs to u64Catalin Marinas
2021-05-26arm64/sve: Skip flushing Z registers with 128 bit vectorsMark Brown
2021-05-26arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()Mark Brown
2021-05-26arm64/sve: Split _sve_flush macro into separate Z and predicate flushesMark Brown