summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-12-17ARM: 9166/1: Support KFENCE for ARMWang Kefeng1-0/+1
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-0/+1
2021-12-06ARM: v7m: enable support for IRQ stacksArd Biesheuvel1-1/+0
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel1-4/+4
2021-12-06ARM: use TLS register for 'current' on !SMP as wellArd Biesheuvel1-1/+1
2021-12-06ARM: remove old-style irq entryArnd Bergmann1-12/+2
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann1-4/+1
2021-12-06ARM: footbridge: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann1-0/+1
2021-12-03ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann1-0/+1
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-0/+1
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel1-0/+2
2021-12-03ARM: implement IRQ stacksArd Biesheuvel1-0/+4
2021-12-03ARM: stackprotector: prefer compiler for TLS based per-task protectorArd Biesheuvel1-2/+6
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-11-21ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependenciesSam Protsenko1-1/+0
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel1-0/+1
2021-11-04Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-2/+1
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-5/+14
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)1-5/+14
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+1
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2021-10-26Merge tag 'samsung-drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-1/+0
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+0
2021-10-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2021-10-25ARM: 9146/1: RiscPC needs older gcc versionArnd Bergmann1-0/+1
2021-10-25ARM: 9144/1: forbid ftrace with clang and thumb2_kernelArnd Bergmann1-1/+1
2021-10-25ARM: 9143/1: add CONFIG_PHYS_OFFSET default valuesArnd Bergmann1-3/+5
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland1-1/+0
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland1-0/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+1
2021-10-20ep93xx: clock: convert in-place to COMMON_CLKNikita Shubin1-1/+1
2021-10-19ARM: 9122/1: select HAVE_FUTEX_CMPXCHGNick Desaulniers1-0/+1
2021-10-17rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependenciesWill McVicker1-1/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann1-2/+0
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel1-0/+1
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel1-0/+5
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel1-1/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+1
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+3
2021-09-02Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann1-1/+0
2021-08-18ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig1-2/+3
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-4/+1
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-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+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