aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+0
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...Gravatar David Hildenbrand 1-3/+0
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+19
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-3/+3
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 16-107/+394
2022-03-18arm64: errata: avoid duplicate field initializerGravatar Arnd Bergmann 1-1/+0
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesGravatar Ingo Molnar 6-63/+567
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreGravatar Will Deacon 6-63/+567
2022-03-14Merge branch 'for-next/fpsimd' into for-next/coreGravatar Will Deacon 2-73/+113
2022-03-14Merge branch 'for-next/perf' into for-next/coreGravatar Will Deacon 1-0/+10
2022-03-14Merge branch 'for-next/pauth' into for-next/coreGravatar Will Deacon 2-11/+64
2022-03-14Merge branch 'for-next/mte' into for-next/coreGravatar Will Deacon 6-9/+42
2022-03-14Merge branch 'for-next/mm' into for-next/coreGravatar Will Deacon 1-0/+6
2022-03-14Merge branch 'for-next/misc' into for-next/coreGravatar Will Deacon 6-15/+10
2022-03-14Merge branch 'for-next/errata' into for-next/coreGravatar Will Deacon 1-3/+18
2022-03-09arm64/mte: Remove asymmetric mode from the prctl() interfaceGravatar Mark Brown 2-5/+10
2022-03-09arm64: Add cavium_erratum_23154_cpus missing sentinelGravatar Marc Zyngier 1-0/+1
2022-03-08arm64: perf: Expose some Armv9 common events under sysfsGravatar Shaokun Zhang 1-0/+10
2022-03-08arm64: drop unused includes of <linux/personality.h>Gravatar Sagar Patel 3-3/+0
2022-03-07irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IARGravatar Linu Cherian 1-3/+17
2022-03-07arm64: cpufeature: Add missing .field_width for GIC system registersGravatar Mark Brown 1-0/+1
2022-03-07arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableGravatar David Engraf 1-4/+6
2022-03-07arm64: prevent instrumentation of bp hardening callbacksGravatar Mark Rutland 1-3/+6
2022-03-07arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP rangesGravatar Huang Shijie 1-0/+6
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...Gravatar James Morse 1-0/+26
2022-03-03cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionGravatar Mario Limonciello 1-3/+3
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeGravatar Mark Brown 2-2/+15
2022-02-25arm64/mte: Add hwcap for asymmetric modeGravatar Mark Brown 2-0/+2
2022-02-25arm64/mte: Add a little bit of documentation for mte_update_sctlr_user()Gravatar Mark Brown 1-0/+14
2022-02-25arm64: cpufeature: Always specify and use a field width for capabilitiesGravatar Mark Brown 1-66/+101
2022-02-25arm64: cpufeature: Remove cpu_has_fwb() checkGravatar Vladimir Murzin 1-9/+0
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmGravatar Vladimir Murzin 2-4/+53
2022-02-25arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5Gravatar Vladimir Murzin 1-8/+12
2022-02-25arm64: cpufeature: Account min_field_value when cheking secondaries for PAuthGravatar Vladimir Murzin 1-1/+1
2022-02-25arm64: Change elfcore for_each_mte_vma() to use VMA iteratorGravatar Liam Howlett 1-6/+17
2022-02-24arm64: Use the clearbhb instruction in mitigationsGravatar James Morse 4-0/+39
2022-02-24arm64: Mitigate spectre style branch history side channelsGravatar James Morse 3-0/+288
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryGravatar Peter Collingbourne 3-7/+6
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsGravatar Ingo Molnar 4-3/+47
2022-02-19arm64: Support PREEMPT_DYNAMICGravatar Mark Rutland 1-1/+9
2022-02-19arm64: entry: Centralize preemption decisionGravatar Mark Rutland 1-9/+11
2022-02-16arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2Gravatar James Morse 1-2/+34
2022-02-16arm64: Add percpu vectors for EL1Gravatar James Morse 2-6/+17
2022-02-16arm64: entry: Add macro for reading symbol addresses from the trampolineGravatar James Morse 1-21/+16
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesGravatar James Morse 2-9/+60
2022-02-15arm64: mte: Dump the MTE tags in the core fileGravatar Catalin Marinas 2-0/+124
2022-02-15arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsGravatar James Morse 1-1/+34
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesGravatar James Morse 2-2/+2
2022-02-15arm64: entry: Make the kpti trampoline's kpti sequence optionalGravatar James Morse 1-6/+12
2022-02-15arm64: entry: Move trampoline macros out of ifdef'd sectionGravatar James Morse 1-6/+5