-
- Downloads
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas: "These are primarily bug fixes with a performance improvement patch for the GHASH crypto algorithm (which went in during this merging window) and dts/defconfig/Kconfig updates. - ftrace_return_addr() macro fix for arm (introduced earlier via the arm64 tree) - stack alignment exception entry code fix - GHASH crypto algorithm fix and performance improvement - CMA buffer limited to 32-bit (until a better way to describe the system topology in DT) - UAPI sigcontext.h build fix - __kernel_old_{gid,uid}_t definitions fix (affecting 32-bit LTP) - ptrace fixes (kernel fault and 32-bit arm core dump) - pte_mknotpresent() fix - dts updates (APM SoC) - defconfig and Kconfig update" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: mm: remove broken &= operator from pmd_mknotpresent arm64: fix build error in sigcontext.h arm64: dts: Add more serial port nodes in APM X-Gene device tree arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro arm64: ptrace: fix empty registers set in prstatus of aarch32 process core arm64: uid16: fix __kernel_old_{gid,uid}_t definitions arm64: ptrace: change fs when passing kernel pointer to regset code arm64: Limit the CMA buffer to 32-bit if ZONE_DMA arm/ftrace: fix ftrace_return_addr() to ftrace_return_address() arm64/crypto: improve performance of GHASH algorithm arm64/crypto: fix data corruption bug in GHASH algorithm arm64: defconfig update for LTP arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST' arm64: add ARCH_HAS_OPP to allow enabling OPP library arm64: restore alphabetic order in Kconfig arm64: Bug fix in stack alignment exception
No related branches found
No related tags found
Showing
- arch/arm/include/asm/ftrace.h 1 addition, 1 deletionarch/arm/include/asm/ftrace.h
- arch/arm64/Kconfig 2 additions, 1 deletionarch/arm64/Kconfig
- arch/arm64/boot/dts/apm-mustang.dts 4 additions, 0 deletionsarch/arm64/boot/dts/apm-mustang.dts
- arch/arm64/boot/dts/apm-storm.dtsi 35 additions, 1 deletionarch/arm64/boot/dts/apm-storm.dtsi
- arch/arm64/configs/defconfig 15 additions, 0 deletionsarch/arm64/configs/defconfig
- arch/arm64/crypto/ghash-ce-core.S 38 additions, 54 deletionsarch/arm64/crypto/ghash-ce-core.S
- arch/arm64/crypto/ghash-ce-glue.c 3 additions, 2 deletionsarch/arm64/crypto/ghash-ce-glue.c
- arch/arm64/include/asm/Kbuild 0 additions, 1 deletionarch/arm64/include/asm/Kbuild
- arch/arm64/include/asm/dma-mapping.h 0 additions, 2 deletionsarch/arm64/include/asm/dma-mapping.h
- arch/arm64/include/asm/pgtable.h 1 addition, 1 deletionarch/arm64/include/asm/pgtable.h
- arch/arm64/include/uapi/asm/posix_types.h 10 additions, 0 deletionsarch/arm64/include/uapi/asm/posix_types.h
- arch/arm64/include/uapi/asm/sigcontext.h 1 addition, 1 deletionarch/arm64/include/uapi/asm/sigcontext.h
- arch/arm64/kernel/entry-ftrace.S 1 addition, 1 deletionarch/arm64/kernel/entry-ftrace.S
- arch/arm64/kernel/entry.S 0 additions, 1 deletionarch/arm64/kernel/entry.S
- arch/arm64/kernel/ptrace.c 23 additions, 9 deletionsarch/arm64/kernel/ptrace.c
- arch/arm64/mm/init.c 8 additions, 2 deletionsarch/arm64/mm/init.c
Loading
Please register or sign in to comment