All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 3.7
Date: Fri, 9 Nov 2012 16:56:00 +0000	[thread overview]
Message-ID: <20121109165559.GG5998@arm.com> (raw)

Hi Linus,

Please pull the arm64 fixes below. The following changes since commit
3d70f8c617a436c7146ecb81df2265b4626dfe89:

  Linux 3.7-rc4 (2012-11-04 11:07:39 -0800)

are available in the git repository at:

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

for you to fetch changes up to f483a853b0b932a1d75eb27a1dcbd732862260db:

  arm64: mm: fix booting on systems with no memory below 4GB (2012-11-08 16:06:21 +0000)

Thanks.

----------------------------------------------------------------
AArch64 kernel fixes:
- correct argument type (pgprot_t) when calling __ioremap()
- PCI_IOBASE virtual address change
- use architected event for CPU cycle counter
- fix ELF core dumping
- select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION
- missing completion for secondary CPU boot
- booting on systems with all memory beyond 4GB

----------------------------------------------------------------
Catalin Marinas (3):
      arm64: Use pgprot_t as the last argument when invoking __ioremap()
      arm64: Move PCI_IOBASE closer to MODULES_VADDR
      Merge tag 'v3.7-rc4' into upstream-master

Will Deacon (5):
      arm64: perf: use architected event for CPU cycle counter
      arm64: elf: fix core dumping definitions for GP and FP registers
      arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION
      arm64: smp: add missing completion for secondary boot
      arm64: mm: fix booting on systems with no memory below 4GB

 Documentation/arm64/memory.txt     | 12 ++++++------
 arch/arm64/Kconfig                 |  1 +
 arch/arm64/include/asm/elf.h       |  5 +----
 arch/arm64/include/asm/fpsimd.h    |  5 ++---
 arch/arm64/include/asm/io.h        |  8 ++++----
 arch/arm64/include/asm/processor.h |  2 ++
 arch/arm64/include/asm/unistd.h    |  1 -
 arch/arm64/kernel/perf_event.c     | 10 ++--------
 arch/arm64/kernel/process.c        | 18 ------------------
 arch/arm64/kernel/smp.c            |  3 +--
 arch/arm64/mm/init.c               |  2 +-
 11 files changed, 20 insertions(+), 47 deletions(-)


             reply	other threads:[~2012-11-09 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 16:56 Catalin Marinas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-20 16:06 [GIT PULL] arm64: Fixes for 3.7 Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121109165559.GG5998@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.