summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-01-171-0/+1
|\
| * ARM: 9328/1: mm: try VMA lock-based page fault handling firstWang Kefeng2023-12-051-0/+1
* | Merge tag 'soc-arm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2024-01-111-89/+1
|\ \
| * | ARM: mach-nspire: Rework support and directory structureAndrew Davis2023-12-221-2/+0
| * | ARM: mach-sunplus: Rework support and directory structureAndrew Davis2023-12-221-2/+0
| * | ARM: mach-airoha: Rework support and directory structureAndrew Davis2023-12-221-11/+0
| * | ARM: mach-moxart: Move MOXA ART support into Kconfig.platformsAndrew Davis2023-12-221-2/+0
| * | ARM: mach-uniphier: Move Socionext UniPhier support into Kconfig.platformsAndrew Davis2023-12-221-2/+0
| * | ARM: mach-rda: Move RDA Micro support into Kconfig.platformsAndrew Davis2023-12-221-2/+0
| * | ARM: mach-asm9260: Move ASM9260 support into Kconfig.platformsAndrew Davis2023-12-221-2/+0
| * | ARM: Kconfig: move platform selection into its own Kconfig fileAndrew Davis2023-12-221-66/+1
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
|/
* dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig2023-10-221-0/+1
* treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-1/+1
* arm/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-25/+4
* Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-291-0/+3
|\
| * kbuild: Support flat DTBs installRob Herring2023-06-211-0/+3
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-0/+1
|\ \
| * | arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-0/+1
| |/
* | Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-1/+1
|\ \
| * | arm: update in-source documentation referencesJonathan Corbet2023-06-121-1/+1
| |/
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+1
|\ \
| * | ARM: smp: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-0/+1
| |/
* / ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+1
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-14/+13
|\
| * 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-051-6/+3
* | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-1/+0
|\ \
| * | gpiolib: remove empty asm/gpio.h filesArnd Bergmann2023-03-061-1/+0
| |/
* | 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-arm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-251-2/+0
|\ \
| * | ARM: oxnas: remove OXNAS supportNeil Armstrong2023-04-041-2/+0
| |/
* / docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-02-211-7/+25
|\
| * ARM: 9289/1: Allow pre-ARMv5 builds with ld.lld 16.0.0 and newerNathan Chancellor2023-01-311-2/+4
| * ARM: 9281/1: improve Cortex A8/A9 errata help textSebastian Reichel2023-01-111-5/+21
* | ARM: remove CONFIG_UNUSED_BOARD_FILESArnd Bergmann2023-02-011-13/+0
* | ARM: s3c: remove all s3c24xx supportArnd Bergmann2023-01-161-1/+0
* | ARM: sa1100: remove unused board filesArnd Bergmann2023-01-121-6/+0
* | ARM: iop32x: remove the platformArnd Bergmann2023-01-101-3/+1
* | ARM: cns3xxx: remove entire platformArnd Bergmann2023-01-101-2/+0
|/
* Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-191-0/+2
|\
| * ARM: disallow pre-ARMv5 builds with ld.lldArnd Bergmann2022-12-191-0/+2
* | Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-151-21/+0
|\ \
| * | arm: Remove CONFIG_ARCH_NR_GPIOChristophe Leroy2022-10-171-21/+0
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-0/+3
|\ \ | |/ |/|
| * ARM: 9279/1: support function error injectionWang Kefeng2022-12-071-0/+1
| * ARM: 9259/1: stacktrace: Convert stacktrace to generic ARCH_STACKWALKLi Huafei2022-11-141-0/+1
| * ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim2022-11-071-0/+1