aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20ARM: 9194/1: assembler: simplify ldr_this_cpu for !SMP buildsArd Biesheuvel1-4/+10
2022-05-15irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland1-6/+1
2022-05-13arm: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-0/+1
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig1-2/+0
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+3
2022-05-07ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann1-23/+4
2022-05-07ARM: pxa: remove unused mach/bitfield.hArnd Bergmann1-2/+0
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-21/+1
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds20-285/+319
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-03-22sched/headers: ARM needs asm/paravirt_api_clock.h tooRandy Dunlap1-0/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+28
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+2
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap1-0/+6
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel1-10/+0
2022-03-09ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor1-0/+8
2022-03-09ARM: fix co-processor register typoRussell King (Oracle)1-1/+1
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-9/+68
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel1-0/+18
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)3-3/+29
2022-03-05ARM: use LOADADDR() to get load address of sectionsRussell King (Oracle)1-7/+12
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)1-0/+28
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-19/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-14/+28
2022-02-09ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel1-9/+3
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel1-18/+0
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel1-0/+3
2022-02-09ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel1-0/+2
2022-01-31ARM: make get_current() and __my_cpu_offset() __always_inlineArd Biesheuvel2-2/+2
2022-01-30asm/user.h: killed unused macrosAl Viro1-4/+0
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel3-5/+22
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel2-8/+18
2022-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-2/+11
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel3-10/+10
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-19ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficientlyArd Biesheuvel2-0/+3
2022-01-19ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofaultArd Biesheuvel1-2/+8
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+4
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-14/+54
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2022-01-06ARM: 9176/1: avoid literal references in inline assemblyArd Biesheuvel3-9/+19
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+1
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+0
2021-12-17ARM: 9166/1: Support KFENCE for ARMWang Kefeng1-0/+53
2021-12-17ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng1-0/+1