summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier1-0/+10
2023-04-21sh: sq: Use the bitmap API when applicableChristophe JAILLET1-4/+3
2023-04-21m68k: kexec: Include <linux/reboot.h>Simon Horman1-0/+1
2023-04-21SVM-SEV: convert the rest of fget() uses to fdget() in thereAl Viro1-12/+14
2023-04-21convert sgx_set_attribute() to fdget()/fdput()Al Viro1-6/+5
2023-04-21x86: rewrite '__copy_user_nocache' functionLinus Torvalds3-214/+243
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski63-193/+259
2023-04-21Merge branch 'pci/resource'Bjorn Helgaas15-75/+67
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+8
2023-04-20Merge branch 'for-next/sysreg' into for-next/coreWill Deacon4-48/+223
2023-04-20Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon7-86/+126
2023-04-20Merge branch 'for-next/perf' into for-next/coreWill Deacon8-1763/+450
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon2-45/+47
2023-04-20Merge branch 'for-next/mm' into for-next/coreWill Deacon12-234/+301
2023-04-20Merge branch 'for-next/misc' into for-next/coreWill Deacon10-20/+31
2023-04-20Merge branch 'for-next/kdump' into for-next/coreWill Deacon5-105/+3
2023-04-20Merge branch 'for-next/ftrace' into for-next/coreWill Deacon8-25/+157
2023-04-20Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon1-213/+59
2023-04-20powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen2-1/+1
2023-04-20crypto: p10-aes-gcm - Remove POWER10_CPU dependencyDanny Tsen1-1/+1
2023-04-20crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel7-68/+57
2023-04-20crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel2-42/+41
2023-04-20crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel2-207/+207
2023-04-20crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel1-6/+12
2023-04-20crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel1-2/+2
2023-04-20crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel1-32/+64
2023-04-20crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel1-1/+2
2023-04-20crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel1-14/+18
2023-04-20crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel1-17/+21
2023-04-20crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel3-32/+34
2023-04-20crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel3-40/+40
2023-04-20crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel2-30/+8
2023-04-20crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel1-3/+3
2023-04-20arm64: kexec: include reboot.hSimon Horman1-0/+1
2023-04-20arm64: delete dead code in this_cpu_set_vectors()Dan Carpenter1-3/+0
2023-04-20ARM: dts: stm32: add USB OTG UTMI clock on stm32mp151Fabrice Gasnier1-2/+2
2023-04-20x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds3-7/+5
2023-04-19KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter1-0/+2
2023-04-19Merge tag 'loongarch-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-48/+113
2023-04-19sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz1-1/+1
2023-04-19Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+22
2023-04-19arm: mvebu: dt: Add PHY LED support for 370-rd WAN portAndrew Lunn1-0/+12
2023-04-19ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each portChristian Marangi1-0/+120
2023-04-19ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodesChristian Marangi1-4/+0
2023-04-19sh: pci: Remove unused variable in SH-7786 PCI Express codeJohn Paul Adrian Glaubitz1-1/+0
2023-04-19LoongArch: Replace hard-coded values in comments with VALENEnze Li1-2/+2
2023-04-19LoongArch: Clean up plat_swiotlb_setup() related codeTiezhu Yang2-3/+2
2023-04-19LoongArch: Check unwind_error() in arch_stack_walk()Tiezhu Yang3-2/+5
2023-04-19LoongArch: Adjust user_regset_copyin parameter to the correct offsetQing Zhang1-5/+5
2023-04-19LoongArch: Adjust user_watch_state for explicit alignmentQing Zhang2-5/+13