summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorLines
2022-07-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-13/+27
2022-07-06ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel-0/+26
2022-07-06ARM: 9211/1: domain: drop modify_domain()Linus Walleij-13/+0
2022-07-06ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei-0/+1
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko-0/+2
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-25/+4
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds-2/+0
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2022-05-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-24/+22
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+1
2022-05-20ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin-13/+5
2022-05-20ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel-9/+9
2022-05-20ARM: 9194/1: assembler: simplify ldr_this_cpu for !SMP buildsArd Biesheuvel-4/+10
2022-05-15irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland-6/+1
2022-05-13arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld-0/+1
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig-2/+0
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport-0/+3
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann-23/+4
2022-05-07ARM: pxa: remove unused mach/bitfield.hArnd Bergmann-2/+0
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-22/+2
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-285/+319
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-0/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2022-03-22sched/headers: ARM needs asm/paravirt_api_clock.h tooRandy Dunlap-0/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-14/+28
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-0/+2
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap-0/+6
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel-10/+0
2022-03-09ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor-0/+8
2022-03-09ARM: fix co-processor register typoRussell King (Oracle)-1/+1
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-9/+68
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel-0/+18
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)-3/+29
2022-03-05ARM: use LOADADDR() to get load address of sectionsRussell King (Oracle)-7/+12
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)-0/+28
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann-21/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-19/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann-2/+0
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada-1/+1
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel-14/+28
2022-02-09ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel-9/+3
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel-18/+0
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel-0/+3
2022-02-09ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel-0/+2
2022-01-31ARM: make get_current() and __my_cpu_offset() __always_inlineArd Biesheuvel-2/+2
2022-01-30asm/user.h: killed unused macrosAl Viro-4/+0
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel-5/+22
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel-8/+18
2022-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+11