summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2022-03-14Merge branch 'for-next/perf' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/pauth' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/misc' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/errata' into for-next/coreWill Deacon
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman
2022-03-09arm64/mte: Remove asymmetric mode from the prctl() interfaceMark Brown
2022-03-09arm64: Add cavium_erratum_23154_cpus missing sentinelMarc Zyngier
2022-03-08arm64: perf: Expose some Armv9 common events under sysfsShaokun Zhang
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel
2022-03-07irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IARLinu Cherian
2022-03-07arm64: cpufeature: Add missing .field_width for GIC system registersMark Brown
2022-03-07arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf
2022-03-07arm64: prevent instrumentation of bp hardening callbacksMark Rutland
2022-03-07arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP rangesHuang Shijie
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse
2022-03-03cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello
2022-02-25arm64/mte: Add userspace interface for enabling asymmetric modeMark Brown
2022-02-25arm64/mte: Add hwcap for asymmetric modeMark Brown
2022-02-25arm64/mte: Add a little bit of documentation for mte_update_sctlr_user()Mark Brown
2022-02-25arm64: cpufeature: Always specify and use a field width for capabilitiesMark Brown
2022-02-25arm64: cpufeature: Remove cpu_has_fwb() checkVladimir Murzin
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin
2022-02-25arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5Vladimir Murzin
2022-02-25arm64: cpufeature: Account min_field_value when cheking secondaries for PAuthVladimir Murzin
2022-02-25arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam Howlett
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-02-24arm64: Mitigate spectre style branch history side channelsJames Morse
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-19arm64: Support PREEMPT_DYNAMICMark Rutland
2022-02-19arm64: entry: Centralize preemption decisionMark Rutland
2022-02-16arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse
2022-02-16arm64: Add percpu vectors for EL1James Morse
2022-02-16arm64: entry: Add macro for reading symbol addresses from the trampolineJames Morse
2022-02-16arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse
2022-02-15arm64: mte: Dump the MTE tags in the core fileCatalin Marinas
2022-02-15arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigationsJames Morse
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2022-02-15arm64: entry: Make the kpti trampoline's kpti sequence optionalJames Morse
2022-02-15arm64: entry: Move trampoline macros out of ifdef'd sectionJames Morse
2022-02-15arm64: entry: Don't assume tramp_vectors is the start of the vectorsJames Morse
2022-02-15arm64: entry: Allow tramp_alias to access symbols after the 4K boundaryJames Morse
2022-02-15arm64: entry: Move the trampoline data page before the text pageJames Morse