linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 4.0
@ 2015-03-07 10:57 Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2015-03-07 10:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b:

  Linux 4.0-rc2 (2015-03-03 09:04:59 -0800)

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 168e47f2a6581fdbc5bb1845aeca1e50e2bc5c4b:

  kernel/module.c: Update debug alignment after symtable generation (2015-03-06 12:04:22 +0000)

----------------------------------------------------------------
arm64 and generic kernel/module.c (acked by Rusty) fixes for
CONFIG_DEBUG_SET_MODULE_RONX.

----------------------------------------------------------------
Laura Abbott (2):
      arm64: Don't use is_module_addr in setting page attributes
      kernel/module.c: Update debug alignment after symtable generation

 arch/arm64/mm/pageattr.c | 5 ++++-
 kernel/module.c          | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
Catalin

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

* [GIT PULL] arm64 fixes for 4.0
@ 2015-02-27 18:44 Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2015-02-27 18:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

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

  arm64: cpuidle: add asm/proc-fns.h inclusion (2015-02-27 18:05:56 +0000)

----------------------------------------------------------------
Various arm64 fixes:
- ftrace branch generation fix
- branch instruction encoding fix
- include files, guards and unused prototypes clean-up
- minor VDSO ABI fix (clock_getres)
- PSCI functions moved to .S to avoid compilation error with gcc 5
- pte_modify fix to not ignore the mapping type
- crypto: AES interleaved increased to 4x (for performance reasons)
- text patching fix for modules
- swiotlb increased back to 64MB
- copy_siginfo_to_user32() fix for big endian

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64: crypto: increase AES interleave to 4x

Catalin Marinas (2):
      arm64: Increase the swiotlb buffer size 64MB
      arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian

Feng Kan (1):
      arm64: enable PTE type bit in the mask for pte_modify

Lorenzo Pieralisi (1):
      arm64: cpuidle: add asm/proc-fns.h inclusion

Marc Zyngier (2):
      arm64: guard asm/assembler.h against multiple inclusions
      arm64: Fix text patching logic when using fixmap

Nathan Lynch (1):
      arm64: vdso: minor ABI fix for clock_getres

Pratyush Anand (1):
      arm64: ftrace: fix ftrace_modify_graph_caller for branch replace

Robin Murphy (1):
      arm64: insn: fix compare-and-branch encodings

Will Deacon (1):
      arm64: psci: move psci firmware calls out of line

Yingjoe Chen (1):
      arm64: mm: remove unused functions and variable protoypes

 arch/arm64/crypto/Makefile            |  2 +-
 arch/arm64/include/asm/assembler.h    |  5 +++++
 arch/arm64/include/asm/cpuidle.h      |  2 ++
 arch/arm64/include/asm/insn.h         |  6 ++++--
 arch/arm64/include/asm/pgtable.h      |  2 +-
 arch/arm64/include/asm/processor.h    |  3 ++-
 arch/arm64/include/asm/tlbflush.h     |  5 -----
 arch/arm64/kernel/Makefile            |  5 +++--
 arch/arm64/kernel/ftrace.c            |  2 +-
 arch/arm64/kernel/insn.c              |  4 +++-
 arch/arm64/kernel/psci-call.S         | 28 ++++++++++++++++++++++++++
 arch/arm64/kernel/psci.c              | 37 +++--------------------------------
 arch/arm64/kernel/signal32.c          |  5 ++---
 arch/arm64/kernel/vdso/gettimeofday.S |  3 +--
 arch/arm64/mm/dma-mapping.c           | 16 +++------------
 arch/arm64/mm/init.c                  | 14 ++++++++-----
 16 files changed, 68 insertions(+), 71 deletions(-)
 create mode 100644 arch/arm64/kernel/psci-call.S

-- 
Catalin

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

end of thread, other threads:[~2015-03-07 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-07 10:57 [GIT PULL] arm64 fixes for 4.0 Catalin Marinas
  -- strict thread matches above, loose matches on Subject: below --
2015-02-27 18:44 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).