summaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-7/+0
|\
| * efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-7/+0
* | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-031-0/+2
|\ \
| * | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-0/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-011-3/+1
|\ \ \
| * | | ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang2022-06-271-3/+1
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-311-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 9216/1: Fix MAX_DMA_ADDRESS overflowFlorian Fainelli2022-07-271-1/+1
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-143-13/+27
|\| | | | |/ / |/| |
| * | ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-061-0/+26
| * | ARM: 9211/1: domain: drop modify_domain()Linus Walleij2022-07-061-13/+0
| * | ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei2022-07-061-0/+1
| |/
* / arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-061-0/+2
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-032-25/+4
|\
| * ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann2022-05-071-23/+4
| * ARM: pxa: remove unused mach/bitfield.hArnd Bergmann2022-05-071-2/+0
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-261-2/+0
|\ \
| * | swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-111-2/+0
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-0/+1
|\ \
| * | arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-0/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-05-243-24/+22
|\ \
| * | ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin2022-05-202-13/+5
| * | ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel2022-05-201-9/+9
| * | ARM: 9194/1: assembler: simplify ldr_this_cpu for !SMP buildsArd Biesheuvel2022-05-201-4/+10
| |/
* | Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-241-6/+1
|\ \
| * | irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland2022-05-151-6/+1
| |/
* / arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-101-0/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-021-4/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-311-4/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-242-22/+2
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-251-21/+1
| |\ \
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-19/+1
| | * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| * | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-2420-285/+319
|\ \ \
| * | | ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel2022-03-111-10/+0
| * | | ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel2022-03-071-0/+18
| * | | ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel2022-02-091-9/+3
| * | | ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel2022-02-091-18/+0
| * | | ARM: unwind: track location of LR value in stack frameArd Biesheuvel2022-02-091-0/+3
| * | | ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel2022-02-091-0/+2
| * | | ARM: make get_current() and __my_cpu_offset() __always_inlineArd Biesheuvel2022-01-312-2/+2
| * | | ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-253-5/+22
| * | | ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel2022-01-252-8/+18
| * | | ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel2022-01-243-10/+10
| * | | ARM: 9176/1: avoid literal references in inline assemblyArd Biesheuvel2022-01-063-9/+19
| * | | ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel2021-12-064-72/+78
| * | | ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel2021-12-061-6/+7
| * | | ARM: percpu: add SMP_ON_UP supportArd Biesheuvel2021-12-063-6/+102
| * | | ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel2021-12-061-4/+41