summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-282-2/+3
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-242-1/+3
| * sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider2023-03-241-1/+0
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-2/+4
|\ \
| * | cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | arm/cpu: Add unreachable() to arch_cpu_idle_dead()Josh Poimboeuf2023-03-061-0/+2
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-277-20/+19
|\ \
| * | arm: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-057-12/+9
| * | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-17/+1
|\ \ \
| * | | arm: simplify two-level sysctl registration for ctl_isa_varsLuis Chamberlain2023-04-131-17/+1
| | |/ | |/|
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-272-7/+3
|\ \ \
| * | | ARM: dyndbg: allow including dyndbg.h in decompressorArnd Bergmann2023-03-101-0/+1
| * | | module: replace module_layout with module_memorySong Liu2023-03-091-7/+2
| |/ /
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-035-2/+15
| |\ \ \ | | | |/ | | |/|
| * | | ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman2023-03-232-2/+2
| | |/ | |/|
* | | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-272-4/+5
|\ \ \
| * | | ARM: dts: stm32: add USB OTG UTMI clock on stm32mp151Fabrice Gasnier2023-04-201-2/+2
| * | | ARM64: dts: imx7ulp: update usb compatiblePeng Fan2023-03-291-2/+3
| | |/ | |/|
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-274-24/+22
|\ \ \
| * | | PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-044-24/+22
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-272-2/+0
|\ \ \
| * | | ARM: cpuidle: Drop of_device.h includeRob Herring2023-04-131-1/+0
| * | | ARM: sunxi: Drop of_device.h includeRob Herring2023-04-131-1/+0
| |/ /
* | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-264-4/+191
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-204-13/+5
| |\ \ \
| * | | | arm: mvebu: dt: Add PHY LED support for 370-rd WAN portAndrew Lunn2023-04-191-0/+12
| * | | | ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each portChristian Marangi2023-04-191-0/+120
| * | | | ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodesChristian Marangi2023-04-191-4/+0
| * | | | Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski2023-04-052-0/+59
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: dts: stm32: add pin map for CAN controller on stm32f4Dario Binacchi2023-03-281-0/+30
| | * | | ARM: dts: stm32: add CAN support on stm32f429Dario Binacchi2023-03-281-0/+29
* | | | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-258-29/+12
|\ \ \ \ \
| * | | | | gpiolib: split linux/gpio/driver.h out of linux/gpio.hArnd Bergmann2023-03-063-0/+3
| * | | | | gpiolib: remove legacy gpio_export()Arnd Bergmann2023-03-061-4/+5
| * | | | | gpiolib: remove empty asm/gpio.h filesArnd Bergmann2023-03-062-22/+0
| * | | | | ARM: s3c64xx: Use the right includeLinus Walleij2023-03-061-1/+1
| * | | | | ARM: orion/gpio: Use the right includeLinus Walleij2023-03-061-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-252-1/+248
|\ \ \ \ \
| * | | | | Revert "ARM: mach-virt: Select PMUv3 driver by default"Will Deacon2023-03-281-1/+0
| * | | | | ARM: mach-virt: Select PMUv3 driver by defaultMarc Zyngier2023-03-271-0/+1
| * | | | | ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier2023-03-271-0/+247
| * | | | | ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementationsMarc Zyngier2023-03-271-1/+1
| |/ / / /
* | | | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \ \ \
| * | | | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/ / / /
* | | | | Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-25250-4129/+7464
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mvebu-dt-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Arnd Bergmann2023-04-1813-14/+30
| |\ \ \ \ \