Age | Commit message (Expand) | Author |
2023-12-05 | arm64: Get rid of ARM64_HAS_NO_HW_PREFETCH | Marc Zyngier |
2023-10-16 | arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXT | Mark Rutland |
2023-09-08 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2023-09-07 | arm64: csum: Fix OoB access in IP checksum code for negative lengths | Will Deacon |
2023-08-18 | arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW | Xu Kuohai |
2023-05-25 | arm64: xor-neon: mark xor_arm64_neon_*() static | Arnd Bergmann |
2023-03-27 | arm: uaccess: Remove memcpy_page_flushcache() | Ira Weiny |
2022-12-06 | Merge branch 'for-next/sysregs' into for-next/core | Will Deacon |
2022-12-01 | arm64/sysreg: Remove duplicate definitions from asm/sysreg.h | Will Deacon |
2022-11-15 | arm64: insn: always inline hint generation | Mark Rutland |
2022-11-15 | arm64: insn: simplify insn group identification | Mark Rutland |
2022-11-15 | arm64: insn: always inline predicates | Mark Rutland |
2022-11-15 | arm64: insn: remove aarch64_insn_gen_prefetch() | Mark Rutland |
2022-08-03 | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-07-11 | arm64: Add LDR (literal) instruction | Xu Kuohai |
2022-07-05 | arm64/mte: Standardise GMID field name definitions | Mark Brown |
2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-05-16 | arm64: mte: Clean up user tag accessors | Robin Murphy |
2022-04-20 | arm64: Use WFxT for __delay() when possible | Marc Zyngier |
2022-04-01 | arm64, insn: Add ldr/str with immediate offset | Xu Kuohai |
2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-03-14 | Merge branch 'for-next/strings' into for-next/core | Will Deacon |
2022-03-14 | Merge branch 'for-next/linkage' into for-next/core | Will Deacon |
2022-03-14 | Merge branch 'for-next/insn' into for-next/core | Will Deacon |
2022-03-07 | Revert "arm64: Mitigate MTE issues with str{n}cmp()" | Joey Gouly |
2022-03-07 | arm64: lib: Import latest version of Arm Optimized Routines' strncmp | Joey Gouly |
2022-03-07 | arm64: lib: Import latest version of Arm Optimized Routines' strcmp | Joey Gouly |
2022-02-22 | arm64: insn: add encoders for atomic operations | Hou Tao |
2022-02-22 | arm64: clean up symbol aliasing | Mark Rutland |
2022-02-15 | arm64: mte: Define the number of bytes for storing the tags in a page | Catalin Marinas |
2022-02-15 | arm64: insn: Generate 64 bit mask immediates correctly | James Morse |
2022-02-11 | lib/xor: make xor prototypes more friendly to compiler vectorization | Ard Biesheuvel |
2022-01-31 | arm64: lib: accelerate crc32_be | Kevin Bracey |
2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac... | Catalin Marinas |
2021-12-14 | arm64: Use BTI C directly and unconditionally | Mark Brown |
2021-12-14 | arm64/xor: use EOR3 instructions when available | Ard Biesheuvel |
2021-12-06 | arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1 | Reiji Watanabe |
2021-12-06 | arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1 | Reiji Watanabe |
2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-10-21 | arm64: extable: consolidate definitions | Mark Rutland |
2021-10-21 | arm64: lib: __arch_copy_to_user(): fold fixups into body | Mark Rutland |
2021-10-21 | arm64: lib: __arch_copy_from_user(): fold fixups into body | Mark Rutland |
2021-10-21 | arm64: lib: __arch_clear_user(): fold fixups into body | Mark Rutland |
2021-09-22 | isystem: delete global -isystem compile option | Alexey Dobriyan |
2021-09-21 | arm64: Mitigate MTE issues with str{n}cmp() | Robin Murphy |
2021-09-08 | arch: remove compat_alloc_user_space | Arnd Bergmann |
2021-07-30 | arm64: use __func__ to get function name in pr_err | Jason Wang |
2021-07-15 | arm64: Avoid premature usercopy failure | Robin Murphy |
2021-07-12 | arm64: fix strlen() with CONFIG_KASAN_HW_TAGS | Mark Rutland |