summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-2/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+2
|\
| * mm/arm: remove pmd_thp_or_huge()Peter Xu2024-04-251-2/+2
| |
| \
*-. \ Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)2024-05-162-7/+29
|\ \ \ | |_|/ |/| |
| | * ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij2024-04-181-1/+19
| |/ |/|
| * ARM: 9390/2: lib: Annotate loop delay instructions for CFILinus Walleij2024-04-291-6/+10
|/
* ARM: 9321/1: memset: cast the constant byte to unsigned charKursad Oney2023-10-051-0/+1
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+3
|\
| * arm: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-0/+3
* | locking/atomic: arm: fix sync opsMark Rutland2023-06-054-3/+23
|/
* ARM: 9290/1: uaccess: Fix KASAN false-positivesAndrew Jeffery2023-03-061-2/+2
* ARM: 9279/1: support function error injectionWang Kefeng2022-12-072-0/+12
* ARM: findbit: add unwinder informationRussell King (Oracle)2022-11-141-1/+7
* ARM: findbit: operate by wordsRussell King (Oracle)2022-11-141-34/+44
* ARM: findbit: convert to macrosRussell King (Oracle)2022-11-141-116/+42
* ARM: findbit: provide more efficient ARMv7 implementationRussell King (Oracle)2022-11-141-1/+5
* ARM: findbit: document ARMv5 bit offset calculationRussell King (Oracle)2022-11-141-4/+4
* ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-082-4/+4
* ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Li Huafei2022-10-041-0/+2
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+1
* | ARM: findbit: fix overflowing offsetRussell King (Oracle)2022-07-291-8/+8
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-10/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-10/+0
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-239-123/+105
|\ \
| * | ARM: memset: clean up unwind annotationsArd Biesheuvel2021-12-031-4/+3
| * | ARM: memmove: use frame pointer as unwind anchorArd Biesheuvel2021-12-031-40/+20
| * | ARM: memcpy: use frame pointer as unwind anchorArd Biesheuvel2021-12-034-68/+38
| * | ARM: call_with_stack: add unwind supportArd Biesheuvel2021-12-031-8/+25
| * | ARM: implement IRQ stacksArd Biesheuvel2021-12-032-0/+16
| * | ARM: backtrace-clang: avoid crash on bogus frame pointerArd Biesheuvel2021-12-031-3/+3
| |/
* / crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel2022-02-111-9/+3
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-092-4/+2
|\
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-202-4/+2
* | printk: Userspace format indexing supportChris Down2021-07-192-2/+2
|/
* ARM: 9022/1: Change arch/arm/lib/mem*.S to use WEAK instead of .weakFangrui Song2020-11-123-6/+3
* ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij2020-10-273-1/+10
* arm: propagate the calling convention changes down to csum_partial_copy_from_...Al Viro2020-08-203-21/+7
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-8/+8
* arm/asm: add loglvl to c_backtrace()Dmitry Safonov2020-06-092-6/+17
* arm: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+6
* ARM: 8958/1: rename missed uaccess .fixup sectionKees Cook2020-02-211-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-09-222-1/+224
|\
| * ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for ClangNathan Huckleberry2019-08-292-1/+224
* | ARM: 8897/1: check stmfd instruction using right shiftLvqiang Huang2019-08-231-1/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-194-98/+0
|\
| * Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-154-109/+0
| |\
| | * ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King2019-06-114-109/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1943-176/+43
|/ /