linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 3.16
@ 2014-07-11 18:15 Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-07-11 18:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Please pull the arm64 fixes below. Thanks.


The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

  Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to fa2ec3ea10bd377f9d55772b1dab65178425a1a2:

  arm64: implement TASK_SIZE_OF (2014-07-08 17:30:59 +0100)

----------------------------------------------------------------
ARM64 implementation of TASK_SIZE_OF and exporting two functions to
modules.

----------------------------------------------------------------
Colin Cross (1):
      arm64: implement TASK_SIZE_OF

Mark Salter (1):
      arm64: export __cpu_{clear,copy}_user_page functions

 arch/arm64/include/asm/memory.h | 2 ++
 arch/arm64/mm/copypage.c        | 2 ++
 2 files changed, 4 insertions(+)

-- 
Catalin

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT PULL] arm64 fixes for 3.16
@ 2014-07-05 11:30 Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-07-05 11:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Please pull the arm64 fixes below for 3.16. Thanks.


The following changes since commit 4c834452aad01531db949414f94f817a86348d59:

  Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 974c8e450b9327a03453a4a450a2030b1bd42b5f:

  arm64: fix el2_setup check of CurrentEL (2014-07-04 16:16:52 +0100)

----------------------------------------------------------------
ARM64 fixes:
- Exception level check at boot time (for completeness, not triggering
  any bug before)
- I/D-cache synchronisation logic for huge pages
- Config symbol typo

----------------------------------------------------------------
Marc Zyngier (1):
      arm64: fix el2_setup check of CurrentEL

Steve Capper (2):
      arm64: mm: Fix horrendous config typo
      arm64: mm: Make icache synchronisation logic huge page aware

 arch/arm64/include/asm/pgtable.h | 2 +-
 arch/arm64/include/asm/ptrace.h  | 4 ++++
 arch/arm64/kernel/efi-entry.S    | 3 +--
 arch/arm64/kernel/head.S         | 3 +--
 arch/arm64/mm/flush.c            | 3 ++-
 5 files changed, 9 insertions(+), 6 deletions(-)

-- 
Catalin

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT PULL] arm64 fixes for 3.16
@ 2014-06-18 18:26 Catalin Marinas
  0 siblings, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2014-06-18 18:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

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.

Thanks.

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to e3a920afc3482e954834a4ed95908c4bc5e4c000:

  arm64: mm: remove broken &= operator from pmd_mknotpresent (2014-06-18 16:34:30 +0100)

----------------------------------------------------------------
- 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

----------------------------------------------------------------
Ard Biesheuvel (2):
      arm64/crypto: fix data corruption bug in GHASH algorithm
      arm64/crypto: improve performance of GHASH algorithm

Catalin Marinas (2):
      arm64: defconfig update for LTP
      arm64: Limit the CMA buffer to 32-bit if ZONE_DMA

ChiaHao (1):
      arm64: Bug fix in stack alignment exception

Mark Salter (1):
      arm64: fix build error in sigcontext.h

Paul Bolle (1):
      arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'

Steven Rostedt (1):
      arm/ftrace: fix ftrace_return_addr() to ftrace_return_address()

Sudeep Holla (2):
      arm64: restore alphabetic order in Kconfig
      arm64: add ARCH_HAS_OPP to allow enabling OPP library

Suravee Suthikulpanit (1):
      arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro

Victor Kamensky (1):
      arm64: ptrace: fix empty registers set in prstatus of aarch32 process core

Vinayak Kale (1):
      arm64: dts: Add more serial port nodes in APM X-Gene device tree

Will Deacon (3):
      arm64: ptrace: change fs when passing kernel pointer to regset code
      arm64: uid16: fix __kernel_old_{gid,uid}_t definitions
      arm64: mm: remove broken &= operator from pmd_mknotpresent

 arch/arm/include/asm/ftrace.h             |  2 +-
 arch/arm64/Kconfig                        |  3 +-
 arch/arm64/boot/dts/apm-mustang.dts       |  4 ++
 arch/arm64/boot/dts/apm-storm.dtsi        | 36 +++++++++++-
 arch/arm64/configs/defconfig              | 15 +++++
 arch/arm64/crypto/ghash-ce-core.S         | 92 +++++++++++++------------------
 arch/arm64/crypto/ghash-ce-glue.c         |  5 +-
 arch/arm64/include/asm/Kbuild             |  1 -
 arch/arm64/include/asm/dma-mapping.h      |  2 -
 arch/arm64/include/asm/pgtable.h          |  2 +-
 arch/arm64/include/uapi/asm/posix_types.h | 10 ++++
 arch/arm64/include/uapi/asm/sigcontext.h  |  2 +-
 arch/arm64/kernel/entry-ftrace.S          |  2 +-
 arch/arm64/kernel/entry.S                 |  1 -
 arch/arm64/kernel/ptrace.c                | 32 ++++++++---
 arch/arm64/mm/init.c                      | 10 +++-
 16 files changed, 142 insertions(+), 77 deletions(-)
 create mode 100644 arch/arm64/include/uapi/asm/posix_types.h

-- 
Catalin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-11 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11 18:15 [GIT PULL] arm64 fixes for 3.16 Catalin Marinas
  -- strict thread matches above, loose matches on Subject: below --
2014-07-05 11:30 Catalin Marinas
2014-06-18 18:26 Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).