aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-26arm64: Change the cpuinfo_arm64 member type for some sysregs to u64Catalin Marinas1-1/+1
2021-05-26arm64/sve: Skip flushing Z registers with 128 bit vectorsMark Brown2-4/+14
2021-05-26arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()Mark Brown1-5/+4
2021-05-26arm64/sve: Split _sve_flush macro into separate Z and predicate flushesMark Brown1-1/+2
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 Collingbourne3-9/+11
2021-05-26arm64: smccc: Add support for SMCCCv1.2 extended input/output registersSudeep Holla2-0/+66
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba13-31/+31
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba1-1/+1
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba1-2/+3
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba6-23/+45
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba1-4/+1
2021-05-25arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba1-2/+2
2021-05-25arm64: Downgrade flush_icache_range to invalidateFuad Tabba1-3/+7
2021-05-25arm64: Apply errata to swsusp_arch_suspend_exitFuad Tabba1-1/+2
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman4-16/+32
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds9-58/+27
2021-05-06arm64: kernel: Update the stale commentShaokun Zhang1-1/+1
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2-30/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-38/+81
2021-04-30arm64: cpufeatures: use min and maxkernel test robot1-2/+3
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland2-7/+9
2021-04-30arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-181/+15
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds7-13/+16
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-68/+41
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds22-161/+561
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+21
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+9
2021-04-26Merge branch 'pm-cpufreq'Rafael J. Wysocki1-68/+41
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)1-6/+3
2021-04-23arm64: alternative: simplify passing alt_regionMark Rutland1-2/+1
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers1-8/+0
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-54/+156
2021-04-16kasan: remove redundant config optionWalter Wu1-1/+1
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas7-50/+192
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas3-2/+101
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas14-90/+226
2021-04-15arm64/sve: Add compile time checks for SVE hooks in generic functionsMark Brown1-2/+3
2021-04-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-6/+10
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+1
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne5-19/+23
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne6-6/+149
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne2-39/+34
2021-04-13Merge remote-tracking branch 'arm64/for-next/neon-softirqs-disabled' into kvm...Marc Zyngier2-2/+4
2021-04-13Merge remote-tracking branch 'arm64/for-next/vhe-only' into kvmarm-master/nextMarc Zyngier4-14/+71
2021-04-13Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier1-4/+1
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier1-2/+1
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier3-31/+77