aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier1-1/+11
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng1-1/+1
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng1-1/+0
2021-06-15arm64: mm: fix the count comments in compute_indicesDong Aisheng1-1/+1
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-1/+1
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss1-0/+2
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss1-0/+2
2021-06-13ARM: 9095/1: ARM64: Remove arm_pm_restart()Guenter Roeck1-6/+1
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2-1/+44
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon1-13/+101
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon2-60/+67
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland3-0/+3
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland6-8/+15
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu1-4/+1
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown1-0/+26
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland3-58/+71
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland1-0/+5
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland1-2/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland2-45/+40
2021-06-07arm64: entry: split bad stack entryMark Rutland2-5/+12
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland1-10/+1
2021-06-07arm64: entry: handle all vectors with CMark Rutland3-125/+74
2021-06-07arm64: entry: template the entry asm functionsMark Rutland1-86/+27
2021-06-07arm64: entry: improve bad_mode()Mark Rutland1-15/+16
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland2-25/+27
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland1-4/+8
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland1-21/+21
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland1-42/+36
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2-97/+104
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland1-0/+36
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland2-11/+10
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland2-17/+20
2021-06-07arm64: entry: convert SError handlers to CMark Rutland3-16/+38
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2-2/+2
2021-06-07arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland1-1/+0
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-03arm64: perf: Add more support on caps under sysfsShaokun Zhang1-0/+33
2021-06-01arm64: acpi: Map EFI_MEMORY_WT memory as Normal-NCWill Deacon1-5/+17
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-06-01arm64: perf: Convert snprintf to sysfs_emitTian Tao1-1/+1
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon2-5/+5
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry2-1459/+1
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry3-99/+99
2021-05-27arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry3-147/+152
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland4-16/+18
2021-05-26arm64: smp: unify task and sp setupMark Rutland1-18/+15
2021-05-26arm64: smp: remove stack from secondary_dataMark Rutland3-6/+4
2021-05-26arm64: smp: remove pointless secondary_data maintenanceMark Rutland1-2/+0
2021-05-26arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas2-0/+24