summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mm-nonmm-stableakpm2022-06-27116-660/+1335
|\
| * Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-2620-110/+78
| |\
| | * ARM: dts: aspeed: nuvia: rename vendor nuvia to qcomJae Hyun Yoo2022-06-242-3/+3
| | * Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2022-06-242-6/+7
| | |\
| | | * ARM: exynos: Fix refcount leak in exynos_map_pmuMiaoqian Lin2022-06-061-0/+1
| | | * arm64: dts: exynos: Correct UART clocks on Exynos7885David Virag2022-06-061-6/+6
| | * | Merge tag 'arm-soc/for-5.19/devicetree-fixes' of https://github.com/Broadcom/...Arnd Bergmann2022-06-241-3/+3
| | |\ \
| | | * | ARM: dts: bcm2711-rpi-400: Fix GPIO line namesStefan Wahren2022-06-171-3/+3
| | | |/
| | * | Merge tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2022-06-242-3/+1
| | |\ \
| | | * | arm64: dts: ti: k3-am64-main: Remove support for HS400 speed modeAswath Govindraju2022-06-171-2/+0
| | | * | arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory regionMatt Ranostay2022-06-171-1/+1
| | | |/
| | * | arm: mach-spear: Add missing of_node_put() in time.cLiang He2022-06-241-2/+6
| | * | ARM: cns3xxx: Fix refcount leak in cns3xxx_initMiaoqian Lin2022-06-241-0/+2
| | * | Merge tag 's32g2-fixes-5.19' of https://github.com/chesterlintw/linux-s32g in...Arnd Bergmann2022-06-141-1/+1
| | |\ \
| | | * | arm64: s32g2: Pass unit name to soc nodeFabio Estevam2022-06-071-1/+1
| | | |/
| | * | ARM: Fix refcount leak in axxia_boot_secondaryMiaoqian Lin2022-06-141-0/+1
| | * | ARM: dts: stm32: move SCMI related nodes in a dedicated file for stm32mp15Alexandre Torgue2022-06-146-89/+51
| | * | Merge tag 'imx-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-06-143-3/+3
| | |\ \
| | | * | ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarityMax Krummenacher2022-06-141-1/+1
| | | * | ARM: dts: imx6qdl: correct PU regulator ramp delayLucas Stach2022-06-141-1/+1
| | | * | ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY nodeAlexander Stein2022-06-101-1/+1
| | | |/
| * | | Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-264-3/+7
| |\ \ \
| | * | | parisc: Enable ARCH_HAS_STRICT_MODULE_RWXHelge Deller2022-06-261-0/+1
| | * | | parisc: Fix flush_anon_page on PA8800/PA8900John David Anglin2022-06-261-1/+4
| | * | | parisc: align '*' in comment in math-emu codeJiang Jian2022-06-261-1/+1
| | * | | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller2022-06-071-1/+1
| | | |/ | | |/|
| * | | Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-06-263-1/+3
| |\ \ \
| | * | | xtensa: change '.bss' to '.section .bss'Max Filippov2022-06-201-1/+1
| | * | | xtensa: xtfpga: Fix refcount leak bug in setupLiang He2022-06-181-0/+1
| | * | | xtensa: Fix refcount leak bug in time.cLiang He2022-06-181-0/+1
| | | |/ | | |/|
| * | | Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-06-2613-40/+83
| |\ \ \
| | * | | powerpc/powernv: wire up rng during setup_archJason A. Donenfeld2022-06-223-16/+40
| | * | | powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Christophe Leroy2022-06-191-1/+1
| | * | | powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan2022-06-181-1/+10
| | * | | powerpc: Enable execve syscall exit tracepointNaveen N. Rao2022-06-181-1/+1
| | * | | powerpc/pseries: wire up rng during setup_arch()Jason A. Donenfeld2022-06-183-8/+6
| | * | | powerpc/microwatt: wire up rng during setup_arch()Jason A. Donenfeld2022-06-183-7/+18
| | * | | powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman2022-06-181-6/+7
| | |/ /
| * | | Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-257-15/+13
| |\ \ \
| | * | | LoongArch: Make compute_return_era() return voidTiezhu Yang2022-06-252-4/+2
| | * | | LoongArch: Fix wrong fpu versionTiezhu Yang2022-06-251-1/+1
| | * | | LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()Huacai Chen2022-06-251-2/+3
| | * | | LoongArch: Fix sleeping in atomic context in setup_tlb_handler()Huacai Chen2022-06-251-1/+1
| | * | | LoongArch: Fix the _stext symbol addressHuacai Chen2022-06-252-2/+1
| | * | | LoongArch: Fix the !THP buildHuacai Chen2022-06-251-5/+5
| * | | | Merge tag 'riscv-for-linus-5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-241-7/+7
| |\ \ \ \
| | * | | | riscv: Fix ALT_THEAD_PMA's asm parametersNathan Chancellor2022-06-171-7/+7
| * | | | | Merge tag 's390-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-06-243-7/+45
| |\ \ \ \ \
| | * | | | | s390/pai: Fix multiple concurrent event installationThomas Richter2022-06-231-3/+12
| | * | | | | s390/pai: Prevent invalid event number for pai_crypto PMUThomas Richter2022-06-231-2/+3