summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-294-16/+97
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-254-16/+97
| |\
| | * bpf, arm64: Support signed div/mod instructionsXu Kuohai2023-08-182-4/+17
| | * bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai2023-08-181-1/+5
| | * bpf, arm64: Support unconditional bswapXu Kuohai2023-08-181-2/+3
| | * bpf, arm64: Support sign-extension mov instructionsXu Kuohai2023-08-182-1/+19
| | * bpf, arm64: Support sign-extension load instructionsXu Kuohai2023-08-182-8/+43
| | * arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2023-08-182-0/+10
* | | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-293-5/+3
|\ \ \
| * | | crypto: arm64/aes - remove Makefile hackMasahiro Yamada2023-08-113-5/+3
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-2826-112/+134
|\ \ \ \
| * \ \ \ Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-08-252-2/+5
| |\ \ \ \
| | * | | | arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual2023-08-181-0/+3
| | * | | | hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak2023-08-181-2/+2
| * | | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-08-256-34/+35
| |\ \ \ \ \
| | * | | | | arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua2023-08-042-27/+27
| | * | | | | arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing2023-07-271-1/+0
| | * | | | | arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual2023-07-271-2/+3
| | * | | | | arm64/mm: Add pte_rdonly() helperAnshuman Khandual2023-07-271-1/+2
| | * | | | | arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASKAnshuman Khandual2023-07-271-2/+2
| | * | | | | arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASKAnshuman Khandual2023-07-271-1/+1
| | |/ / / /
| * | | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-08-2511-19/+52
| |\ \ \ \ \
| | * | | | | arm64/sysreg: refactor deprecated strncpyJustin Stitt2023-08-161-3/+3
| | * | | | | arm64: sysreg: Generate C compiler warnings on {read,write}_sysreg_s argumentsJames Clark2023-08-161-0/+6
| | * | | | | arm64: sdei: abort running SDEI handlers during crashD Scott Phillips2023-08-044-6/+38
| | * | | | | arm64: Explicitly include correct DT includesRob Herring2023-07-312-4/+0
| | * | | | | arm64/Kconfig: Sort the RCpc feature under the ARMv8.3 features menuZeng Heng2023-07-271-3/+3
| | * | | | | arm64: vdso: remove two .altinstructions related symbolsJisheng Zhang2023-07-271-2/+0
| | * | | | | arm64/ptrace: Clean up error handling path in sve_set_common()Christophe JAILLET2023-07-271-1/+2
| | |/ / / /
| * | | | | Merge branch 'for-next/entry' into for-next/coreWill Deacon2023-08-252-33/+32
| |\ \ \ \ \
| | * | | | | arm64: syscall: unmask DAIF earlier for SVCsMark Rutland2023-08-112-33/+32
| | |/ / / /
| * | | | | arm64/fpsimd: Only provide the length to cpufeature for xCR registersMark Brown2023-08-101-18/+4
| * | | | | arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Joey Gouly2023-08-044-1/+5
| * | | | | arm64/cpufeature: Use ARM64_CPUID_FIELD() to match EVTMark Brown2023-07-271-5/+1
| |/ / / /
* | | | | Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-282-16/+18
|\ \ \ \ \
| * | | | | efi/arm64: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-08-212-16/+18
| | |/ / / | |/| | |
* | | | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-282-4/+6
|\ \ \ \ \
| * | | | | list: Introduce CONFIG_LIST_HARDENEDMarco Elver2023-08-152-1/+3
| * | | | | list_debug: Introduce inline wrappers for debug checksMarco Elver2023-08-151-3/+3
* | | | | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-282-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-272-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-184-9/+23
|\ \ \ \ \
| * | | | | arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown2023-08-171-1/+8
| * | | | | arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-174-8/+15
* | | | | | Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-1837-102/+56
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-08-177-24/+28
| |\ \ \ \ \ \
| | * | | | | | arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-namesKonrad Dybcio2023-07-311-2/+2
| | * | | | | | arm64: dts: qcom: sa8775p-ride: Update L4C parametersNaveen Kumar Goud Arepalli2023-07-131-2/+2
| | * | | | | | arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflictDmitry Baryshkov2023-07-091-1/+1
| | * | | | | | arm64: dts: qcom: sm8350: fix BAM DMA crash and rebootKrzysztof Kozlowski2023-07-091-0/+4