summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+0
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár1-2/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel4-72/+78
2021-12-06ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel1-6/+7
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel3-6/+102
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel1-4/+41
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel1-0/+3
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin1-1/+2
2021-12-06ARM: remove old-style irq entryArnd Bergmann3-19/+0
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-1/+0
2021-12-03ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann1-84/+0
2021-12-03ARM: riscpc: drop support for IOMD_IRQREQC/IOMD_IRQREQD IRQ groupsArd Biesheuvel1-47/+0
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel2-0/+12
2021-12-03ARM: implement IRQ stacksArd Biesheuvel1-0/+4
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel1-0/+10
2021-12-03ARM: export dump_mem() to other objectsArd Biesheuvel1-0/+2
2021-12-03ARM: assembler: introduce bl_r macroArd Biesheuvel1-0/+15
2021-12-03ARM: remove some dead codeArd Biesheuvel2-29/+0
2021-11-30arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár1-0/+5
2021-11-25arm: remove zte zx platform left-overLukas Bulwahn1-7/+0
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-1/+0
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba1-0/+1
2021-11-21ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UARTLukas Bulwahn1-9/+9
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-1/+0
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+0
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-13/+140
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)10-13/+140
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+9
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-11-01Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+22
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2021-10-30ARM: 9151/1: Thumb2: avoid __builtin_thread_pointer() on ClangArd Biesheuvel1-1/+6
2021-10-30ARM: 9150/1: Fix PID_IN_CONTEXTIDR regression when THREAD_INFO_IN_TASK=yArd Biesheuvel1-0/+11
2021-10-25ARM: 9147/1: add printf format attribute to early_print()Nicolas Iooss1-1/+1
2021-10-25ARM: 9145/1: patch: fix BE32 compilationArnd Bergmann1-2/+7
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+9
2021-10-19ARM: 9132/1: Fix __get_user_check failure with ARM KASAN imagesLexi Shao1-1/+3
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)1-0/+1
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier1-2/+2
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier1-0/+1
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier1-4/+4
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier1-5/+5
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier1-6/+0
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier1-0/+12
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel3-1/+28
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel4-0/+78
2021-09-27ARM: smp: Free up the TLS register while running in the kernelArd Biesheuvel1-3/+7