summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier1-1/+11
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier1-2/+7
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier2-0/+40
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2-1/+44
2021-06-11KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 supportWill Deacon1-1/+10
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon3-15/+110
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon3-81/+92
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2-2/+3
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 Rutland2-4/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland3-45/+43
2021-06-07arm64: entry: split bad stack entryMark Rutland3-5/+16
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 Rutland4-138/+93
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 Rutland5-108/+110
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland2-0/+38
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 Rutland4-16/+42
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-02arm64: update string routine copyrights and URLsMark Rutland5-11/+11
2021-06-01arm64: Rewrite __arch_clear_user()Robin Murphy1-20/+27
2021-06-01arm64: Better optimised memchr()Robin Murphy1-12/+53
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy3-233/+230
2021-06-01arm64: Add assembly annotations for weak-PI-alias madnessRobin Murphy1-0/+8
2021-06-01arm64: Import latest version of Cortex Strings' strncmpSam Tebbs1-222/+184
2021-06-01arm64: Import updated version of Cortex Strings' strlenSam Tebbs1-85/+173
2021-06-01arm64: Import latest version of Cortex Strings' strcmpSam Tebbs1-168/+121
2021-06-01arm64: Import latest version of Cortex Strings' memcmpSam Tebbs1-227/+119
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon3-9/+9
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 Rutland4-8/+4
2021-05-26arm64: smp: remove pointless secondary_data maintenanceMark Rutland1-2/+0
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland2-15/+15
2021-05-26arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas4-0/+32
2021-05-26arm64: Change the cpuinfo_arm64 member type for some sysregs to u64Catalin Marinas2-6/+6
2021-05-26arm64: stacktrace: Relax frame record alignment requirement to 8 bytesPeter Collingbourne2-2/+2
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne6-34/+37
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba25-98/+98
2021-05-25arm64: Fix cache maintenance function commentsFuad Tabba1-17/+30