summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorLines
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
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel-10/+10
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+0
2022-01-19ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficientlyArd Biesheuvel-0/+3
2022-01-19ARM: 9179/1: uaccess: avoid alignment faults in copy_[from|to]_kernel_nofaultArd Biesheuvel-2/+8
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2022-01-15include: move find.h from asm_generic to linuxYury Norov-1/+0
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+0
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-14/+54
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+1
2022-01-10Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-9/+9
2022-01-06ARM: 9176/1: avoid literal references in inline assemblyArd Biesheuvel-9/+19
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-1/+1
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2021-12-17ARM: 9166/1: Support KFENCE for ARMWang Kefeng-0/+53
2021-12-17ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng-0/+1
2021-12-17ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel-14/+0
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar-1/+0
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár-2/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior-1/+1
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel-72/+78
2021-12-06ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel-6/+7
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel-6/+102
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel-4/+41
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel-0/+3
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin-1/+2
2021-12-06ARM: remove old-style irq entryArnd Bergmann-19/+0
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman-1/+0