All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mips@linux-mips.org
Subject: MIPS: Pull request
Date: Sat, 8 Nov 2014 01:49:22 +0100	[thread overview]
Message-ID: <20141108004922.GA14896@linux-mips.org> (raw)

The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

  Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

are available in the git repository at:

  git://git.linux-mips.org/pub/scm/ralf/upstream-linus.git upstream

for you to fetch changes up to 842dfc11ea9a21f9825167c8a4f2834b205b0a79:

  MIPS: Fix build with binutils 2.24.51+ (2014-11-07 15:07:36 +0100)

This weeks' round of MIPS bug fixes for 3.18:

 o Wire up the bpf syscall
 o Fix TLB dump output for R3000 class TLBs
 o Fix strnlen_user return value if no NUL character was found.
 o Fix build with binutils 2.24.51+.  While there is no binutils 2.25
   release yet, toolchains derived from binutils 2.24.51+ are already in
   common use.
 o The Octeon GPIO code forgot to offline GPIO IRQs.
 o Fix build error for XLP.
 o Fix possible BUG assertion with EVA for CMA

Please consider pulling,

  Ralf

----------------------------------------------------------------
Alexander Sverdlin (1):
      MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-aware

Isamu Mogi (1):
      MIPS: R3000: Fix debug output for Virtual page number

Manuel Lauss (1):
      MIPS: Fix build with binutils 2.24.51+

Ralf Baechle (2):
      MIPS: Wire up bpf syscall.
      MIPS: Fix strnlen_user() return value in case of overlong strings.

Yijing Wang (1):
      MIPS/Xlp: Remove the dead function destroy_irq() to fix build error

Zubair Lutfullah Kakakhel (1):
      MIPS: CMA: Do not reserve memory if not required

 arch/mips/Makefile                   |  9 +++++++++
 arch/mips/cavium-octeon/octeon-irq.c |  2 ++
 arch/mips/include/asm/asmmacro-32.h  |  6 ++++++
 arch/mips/include/asm/asmmacro.h     | 18 ++++++++++++++++++
 arch/mips/include/asm/fpregdef.h     | 14 ++++++++++++++
 arch/mips/include/asm/fpu.h          |  4 ++--
 arch/mips/include/asm/mipsregs.h     | 11 ++++++++++-
 arch/mips/include/uapi/asm/unistd.h  | 15 +++++++++------
 arch/mips/kernel/branch.c            |  8 ++------
 arch/mips/kernel/genex.S             |  1 +
 arch/mips/kernel/r2300_fpu.S         |  6 ++++++
 arch/mips/kernel/r2300_switch.S      |  5 +++++
 arch/mips/kernel/r4k_fpu.S           | 27 +++++++++++++++++++++++++--
 arch/mips/kernel/r4k_switch.S        | 15 ++++++++++++++-
 arch/mips/kernel/r6000_fpu.S         |  5 +++++
 arch/mips/kernel/scall32-o32.S       |  1 +
 arch/mips/kernel/scall64-64.S        |  1 +
 arch/mips/kernel/scall64-n32.S       |  1 +
 arch/mips/kernel/scall64-o32.S       |  1 +
 arch/mips/kernel/setup.c             |  3 ++-
 arch/mips/lib/r3k_dump_tlb.c         |  4 ++--
 arch/mips/lib/strnlen_user.S         |  6 ++++--
 arch/mips/math-emu/cp1emu.c          |  6 +-----
 arch/mips/pci/msi-xlp.c              |  4 +---
 24 files changed, 142 insertions(+), 31 deletions(-)

             reply	other threads:[~2014-11-08  0:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-08  0:49 Ralf Baechle [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-19 19:22 MIPS: Pull request Ralf Baechle
2014-11-20  1:15 ` Huacai Chen
2014-11-20 11:48   ` Ralf Baechle
2015-11-22 15:50 Ralf Baechle
2016-03-06  9:52 Ralf Baechle
2016-03-13 16:49 Ralf Baechle

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=20141108004922.GA14896@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.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.