aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-518/+148
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-13/+26
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-2/+3
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds71-830/+1424
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+13
2021-11-01Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+23
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+3
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-26/+31
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-1/+2
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon3-36/+10
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon5-1/+201
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon11-212/+386
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon3-39/+0
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon9-17/+92
2021-10-29Merge branch 'for-next/mm' into for-next/coreWill Deacon5-15/+27
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon4-3/+10
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon19-340/+357
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon19-158/+280
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+5
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2-22/+31
2021-10-28arm64: Select POSIX_CPU_TIMERS_TASK_WORKNicolas Saenz Julienne1-0/+1
2021-10-26Merge tag 'arm-soc-fixes-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-8/+13
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+5
2021-10-26Merge tag 'qcom-arm64-fixes-for-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixesArnd Bergmann1-1/+2
2021-10-26arm64/sve: Fix warnings when SVE is disabledMark Brown1-6/+6
2021-10-26arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown1-0/+5
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+0
2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland2-22/+31
2021-10-25Revert "arm64: dts: qcom: sm8250: remove bus clock from the mdss node for sm8250 target"Amit Pundir1-1/+2
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland1-0/+1
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer1-0/+5
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose3-0/+62
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose4-1/+68
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose3-0/+67
2021-10-21arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland1-1/+0
2021-10-21arm64: extable: add load_unaligned_zeropad() handlerMark Rutland3-17/+48
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland6-48/+58
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland5-23/+66
2021-10-21arm64: extable: use `ex` for `exception_table_entry`Mark Rutland1-5/+5
2021-10-21arm64: extable: make fixup_exception() return boolMark Rutland3-11/+11
2021-10-21arm64: extable: consolidate definitionsMark Rutland5-35/+58
2021-10-21arm64: gpr-num: support W registersMark Rutland1-1/+5
2021-10-21arm64: factor out GPR numbering helpersMark Rutland2-17/+30
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland2-6/+11
2021-10-21arm64: lib: __arch_copy_to_user(): fold fixups into bodyMark Rutland1-5/+3
2021-10-21arm64: lib: __arch_copy_from_user(): fold fixups into bodyMark Rutland1-5/+3