summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn1-6/+0
2021-07-17arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/Geert Uytterhoeven1-1/+1
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2021-07-01mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-3/+0
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij1-1/+2
2021-06-08clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann1-2/+0
2021-05-05mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual1-4/+1
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual1-4/+1
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-0/+1
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-04-18Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+7
2021-03-25ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledArd Biesheuvel1-1/+7
2021-03-23ARM: socfpga: introduce common ARCH_INTEL_SOCFPGAKrzysztof Kozlowski1-1/+1
2021-03-08ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier1-0/+1
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+5
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2021-02-01ARM: 9050/1: Kconfig: Select ARCH_HAVE_NMI_SAFE_CMPXCHG where possibleDaniel Thompson1-0/+1
2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven1-3/+4
2021-01-22arch: arm: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2021-01-20ARM: remove u300 platformArnd Bergmann1-2/+0
2021-01-20ARM: remove tango platformArnd Bergmann1-2/+0
2021-01-20ARM: remove zte zx platformArnd Bergmann1-2/+0
2021-01-20ARM: remove sirf prima2/atlas platformsArnd Bergmann1-2/+0
2021-01-15ARM: drop efm32 platformUwe Kleine-König1-9/+1
2021-01-08ARM: Remove PicoXcell platform supportRob Herring1-2/+0
2020-12-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds1-1/+11
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-33/+4
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+2
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-3/+1
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-6/+2
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-1/+1
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt1-1/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-0/+1
2020-11-07ARM: highmem: Switch to generic kmap atomicThomas Gleixner1-0/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-12/+0
2020-10-30ARM: rpc: use legacy_timer_tickArnd Bergmann1-0/+1
2020-10-30ARM: remove ebsa110 platformArnd Bergmann1-21/+3
2020-10-28ARM: p2v: reduce p2v alignment requirement to 2 MiBArd Biesheuvel1-1/+1
2020-10-27ARM: 9017/2: Enable KASan for ARMLinus Walleij1-0/+1
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij1-0/+9
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+4
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-10-14Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...Nick Desaulniers1-1/+1
2020-10-14Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+1