aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28arm64: dts: uniphier: Rename gpio-hog nodesKunihiko Hayashi4-5/+5
2022-09-28arm64: dts: uniphier: Rename usb-glue node for USB3 to usb-controllerKunihiko Hayashi2-3/+3
2022-09-28arm64: dts: uniphier: Rename usb-phy node for USB2 to usb-controllerKunihiko Hayashi1-1/+1
2022-09-28arm64: dts: uniphier: Rename pvtctl node to thermal-sensorKunihiko Hayashi2-2/+2
2022-09-28ARM: dts: uniphier: Remove compatible "snps,dw-pcie-ep" from pcie-ep nodeKunihiko Hayashi1-2/+1
2022-09-28ARM: dts: uniphier: Move interrupt-parent property to each child node in uniphier-support-cardKunihiko Hayashi1-1/+2
2022-09-28ARM: dts: uniphier: Add ahci controller nodes for PXs2Kunihiko Hayashi2-0/+44
2022-09-28ARM: dts: uniphier: Add ahci controller nodes for Pro4Kunihiko Hayashi3-0/+113
2022-09-28ARM: dts: uniphier: Use GIC interrupt definitionsKunihiko Hayashi9-121/+163
2022-09-28ARM: dts: uniphier: Rename gpio-hog nodeKunihiko Hayashi4-4/+4
2022-09-28ARM: dts: uniphier: Rename usb-glue node for USB3 to usb-controllerKunihiko Hayashi3-6/+6
2022-09-28ARM: dts: uniphier: Rename usb-phy node for USB2 to usb-controllerKunihiko Hayashi1-1/+1
2022-09-28ARM: dts: uniphier: Rename pvtctl node to thermal-sensorKunihiko Hayashi1-1/+1
2022-09-28ARM: remove check for CONFIG_DEBUG_LL_SER3Paul Bolle1-4/+0
2022-09-28Merge tag 'v6.1-rockchip-defconfig64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/defconfigArnd Bergmann1-0/+1
2022-09-28Merge tag 'aspeed-6.1-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/defconfigArnd Bergmann2-4/+26
2022-09-28ARM: aspeed: Kconfig: Fix indentationJuerg Haefliger1-7/+7
2022-09-28ARM: Drop CMDLINE_* dependency on ATAGSGeert Uytterhoeven1-1/+0
2022-09-28ARM: Drop CMDLINE_FORCE dependency on !ARCH_MULTIPLATFORMGeert Uytterhoeven1-1/+0
2022-09-28ARM: s3c: remove orphan declarations from arch/arm/mach-s3c/devs.hGaosheng Cui1-2/+0
2022-09-28ARM: dts: exynos: correct s5k6a3 reset polarity on Midas familyDmitry Torokhov1-1/+1
2022-09-28Merge tag 'aspeed-6.1-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/dtArnd Bergmann9-112/+961
2022-09-28Merge tag 'v6.1-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtArnd Bergmann12-122/+418
2022-09-28m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld4-18/+21
2022-09-28m68k: Process bootinfo records before saving themJason A. Donenfeld1-2/+3
2022-09-28KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu1-68/+20
2022-09-28KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu1-36/+5
2022-09-28KVM: x86/pmu: Avoid using PEBS perf_events for normal countersLike Xu2-2/+4
2022-09-28KVM: x86/pmu: Refactor PERF_GLOBAL_CTRL update helper for reuse by PEBSLike Xu1-7/+5
2022-09-28KVM: x86/pmu: Don't generate PEBS records for emulated instructionsLike Xu1-3/+13
2022-09-28KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_maskLike Xu1-6/+9
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada4-1/+4
2022-09-29nios2: move core-y in arch/nios2/Makefile to arch/nios2/KbuildMasahiro Yamada2-4/+2
2022-09-28x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov1-10/+15
2022-09-28mfd: stmpe: Switch to using gpiod APIDmitry Torokhov3-3/+3
2022-09-28mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverLinus Walleij1-9/+0
2022-09-28hyperv: simplify and rename generate_guest_idLi kunyu2-2/+2
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni3-12/+46
2022-09-28powerpc: Reverse stack frame marker on little endianMichael Ellerman1-0/+5
2022-09-28powerpc: Make stack frame marker upper caseMichael Ellerman1-1/+1
2022-09-28powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei1-1/+7
2022-09-28ocxl: Remove the unneeded result variableye xingchen1-3/+1
2022-09-28powerpc/pseries/vas: Remove the unneeded result variableye xingchen1-5/+1
2022-09-28powerpc/smp: poll cpu_callin_map more aggressively in __cpu_up()Nathan Lynch1-16/+22
2022-09-28powerpc/rtas: block error injection when locked downNathan Lynch1-1/+24
2022-09-28powerpc/pseries: block untrusted device tree changes when locked downNathan Lynch1-0/+5
2022-09-28powerpc/udbg: Remove extern function prototypesPali Rohár1-27/+27
2022-09-28powerpc/boot: Explicitly disable usage of SPE instructionsPali Rohár1-0/+1
2022-09-28powerpc: Include e500v1_power_isa.dtsi for remaining e500v1 platformsPali Rohár7-0/+14
2022-09-28powerpc: Fix SPE Power ISA properties for e500v1 platformsPali Rohár5-4/+55