summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Ensure the cleared tags are visible before setting the PTECatalin Marinas2022-05-171-0/+3
* arm64: kexec: load from kimage prior to clobberingMark Rutland2022-05-171-7/+15
* arm64: paravirt: Use RCU read locks to guard stolen_timePrakruthi Deepak Heragu2022-05-171-8/+21
* arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K2022-05-121-0/+2
* arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko2022-05-121-2/+1
* arm64: vdso: fix makefile dependency on vdso.soJoey Gouly2022-05-103-6/+4
* elf: Fix the arm64 MTE ELF segment name and valueCatalin Marinas2022-04-281-1/+1
* arm64: Add part number for Arm Cortex-A78AEChanho Park2022-04-081-0/+1
* arm64: patch_text: Fixup last cpu should be masterGuo Ren2022-04-081-2/+2
* arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly2022-04-061-3/+3
* arm64: fix typos in commentsJulia Lawall2022-04-043-3/+3
* arch/arm64: Fix topology initialization for core schedulingPhil Auld2022-04-041-1/+1
* arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()Catalin Marinas2022-04-041-4/+20
* Revert "arm64: Change elfcore for_each_mte_vma() to use VMA iterator"Will Deacon2022-04-041-17/+6
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-292-10/+8
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+3
| * ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman2022-03-101-4/+3
* | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-1/+2
|\ \
| * | Kbuild: move to -std=gnu11Arnd Bergmann2022-03-131-1/+1
| * | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-0/+1
* | | kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov2022-03-251-1/+2
* | | kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov2022-03-251-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-242-1/+10
|\ \ \
| * \ \ Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier2022-02-081-0/+3
| |\ \ \
| | * | | KVM: arm64: Make VMID bits accessible outside of allocatorShameer Kolothum2022-02-081-0/+3
| | |/ /
| * / / arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()Mark Brown2022-02-081-1/+7
| |/ /
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-1/+1
|\ \ \
| * | | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-231-3/+0
|\ \ \
| * | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-9/+19
|\ \ \ \
| * \ \ \ Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-156-63/+567
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-214-3/+47
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | arm64: Support PREEMPT_DYNAMICMark Rutland2022-02-191-1/+9
| * | | | | arm64: entry: Centralize preemption decisionMark Rutland2022-02-191-9/+11
| | |_|_|/ | |/| | |
* | | | | Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-03-211-3/+3
|\ \ \ \ \
| * | | | | cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello2022-03-031-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-03-2116-107/+394
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-146-63/+567
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon2022-03-142-73/+113
| |\ \ \ \
| | * | | | arm64: cpufeature: Add missing .field_width for GIC system registersMark Brown2022-03-071-0/+1
| | * | | | arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf2022-03-071-4/+6
| | * | | | arm64: cpufeature: Always specify and use a field width for capabilitiesMark Brown2022-02-251-66/+101
| | | |/ / | | |/| |
| * | | | Merge branch 'for-next/perf' into for-next/coreWill Deacon2022-03-141-0/+10
| |\ \ \ \
| | * | | | arm64: perf: Expose some Armv9 common events under sysfsShaokun Zhang2022-03-081-0/+10
| | |/ / /
| * | | | Merge branch 'for-next/pauth' into for-next/coreWill Deacon2022-03-142-11/+64
| |\ \ \ \
| | * | | | arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-252-4/+53
| | * | | | arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5Vladimir Murzin2022-02-251-8/+12
| | * | | | arm64: cpufeature: Account min_field_value when cheking secondaries for PAuthVladimir Murzin2022-02-251-1/+1
| | |/ / /