aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: sparc/crc32c - stop using the shash alignmaskEric Biggers1-21/+24
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman29-267/+4039
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel13-945/+81
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+122
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-112/+108
2023-10-26RISC-V: cacheflush: Initialize CBO variables on ACPI systemsSunil V L1-6/+19
2023-10-26RISC-V: ACPI: RHCT: Add function to get CBO block sizesSunil V L1-0/+6
2023-10-26RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remappingSunil V L2-2/+86
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas47-271/+402
2023-10-26Merge branch 'for-next/feat_lse128' into for-next/coreCatalin Marinas5-0/+5
2023-10-26Merge branch 'for-next/feat_lrcpc3' into for-next/coreCatalin Marinas5-0/+5
2023-10-26Merge branch 'for-next/feat_sve_b16b16' into for-next/coreCatalin Marinas5-1/+11
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Catalin Marinas19-223/+206
2023-10-26arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newerNathan Chancellor1-0/+2
2023-10-26Merge tag 'qcom-arm64-defconfig-for-6.7-2' of https://git.kernel.org/pub/scm/...Arnd Bergmann1-0/+2
2023-10-26arm: debug: reuse the config DEBUG_OMAP2UART{1,2} for OMAP{3,4,5}Lukas Bulwahn1-8/+4
2023-10-26Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-2/+2
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel149-488/+892
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-8/+1
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den1-5/+3
2023-10-26riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMTChristoph Hellwig2-1/+2
2023-10-26riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENTChristoph Hellwig1-1/+0
2023-10-25powerpc: Remove initialisation of readposMatthew Wilcox (Oracle)1-1/+0
2023-10-25Merge tag 'v6.7-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann7-2/+669
2023-10-25Merge tag 'ti-k3-dt-for-v6.7-part2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann13-25/+2666
2023-10-25Merge tag 'arm-soc/for-6.7/devicetree' of https://github.com/Broadcom/stblinu...Arnd Bergmann24-34/+269
2023-10-25Merge tag 'samsung-dt-6.7-2' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-4/+4
2023-10-25sh: bios: Revive earlyprintk supportGeert Uytterhoeven1-0/+11
2023-10-25sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann3-19/+3
2023-10-25sh: Remove superhyway bus supportArnd Bergmann4-180/+0
2023-10-25sh: Remove unused SH4-202 supportArnd Bergmann4-322/+0
2023-10-25sh: Remove stale microdev boardArnd Bergmann10-754/+1
2023-10-25Revert "Merge branch 'mv88e6xxx-dsa-bindings'"Jakub Kicinski20-330/+345
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2-13/+25
2023-10-25s390: delete the unused store_prefix() functionIlya Leoshkevich1-8/+0
2023-10-25s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens1-0/+6
2023-10-25s390/cmma: fix detection of DAT pagesHeiko Carstens1-3/+3
2023-10-25s390/pai_crypto: remove per-cpu variable assignement in event initializationThomas Richter1-1/+0
2023-10-25s390/pai: initialize event count once at initializationThomas Richter2-2/+0
2023-10-25s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter2-2/+2
2023-10-25s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2-6/+19
2023-10-25ARM64: dts: marvell: Fix some common switch mistakesLinus Walleij7-167/+164
2023-10-25ARM: dts: nxp: Fix some common switch mistakesLinus Walleij5-70/+70
2023-10-25ARM: dts: marvell: Fix some common switch mistakesLinus Walleij8-108/+96
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V1-10/+22
2023-10-25powerpc/vmcore: Add MMU information to vmcoreinfoAditya Gupta1-0/+3
2023-10-25Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"Michael Ellerman1-2/+0
2023-10-25KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WIMarc Zyngier2-3/+17
2023-10-25KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregsMarc Zyngier1-4/+4
2023-10-25KVM: arm64: Refine _EL2 system register list that require trap reinjectionMiguel Luis1-6/+71