public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Turner <mattst88@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-alpha@vger.kernel.org
Subject: [PULL] alpha.git
Date: Tue, 26 May 2015 13:09:48 -0700	[thread overview]
Message-ID: <20150526200948.GA13466@ivybridge> (raw)

[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]

Hi Linus,

Please pull a small collection of patches that I've been neglecting.

Probably most importantly are the patches that wire up the new syscalls
needed by udev and the fix to the bootp{,z}file targets.

Thanks,
Matt

The following changes since commit a8b253b9f253c05e5e10b829b8d1fb24556f4b56:

  Merge tag 'pinctrl-v4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2015-05-25 15:15:54 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to cceaeddc2edf710141563c65808b5cea6829b925:

  alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect (2015-05-26 10:01:51 -0700)

----------------------------------------------------------------
Alex Dowad (1):
      alpha: copy_thread(): rename 'arg' argument to 'kthread_arg'

Chen Gang (2):
      alpha: Wire up all missing implemented syscalls
      alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect

Geert Uytterhoeven (1):
      alpha: Remove #include <uapi/asm/types.h> from <asm/types.h>

Helge Deller (1):
      alpha: Fix bootpfile and bootpzfile make targets

Jiang Liu (1):
      smp, alpha: kill SMP single function call interrupt

Paul Gortmaker (2):
      alpha: don't use module_init for non-modular core code
      alpha: delete non-required instances of <linux/init.h>

Yijing Wang (1):
      alpha: clean up unnecessary MSI/MSI-X capability find

 arch/alpha/boot/Makefile             |  16 +-
 arch/alpha/boot/main.c               |   1 -
 arch/alpha/boot/stdio.c              | 306 +++++++++++++++++++++++++++++++++++
 arch/alpha/boot/tools/objstrip.c     |   3 +
 arch/alpha/include/asm/types.h       |   1 -
 arch/alpha/include/asm/unistd.h      |   2 +-
 arch/alpha/include/uapi/asm/unistd.h |   3 +
 arch/alpha/kernel/err_ev6.c          |   1 -
 arch/alpha/kernel/irq.c              |   1 -
 arch/alpha/kernel/osf_sys.c          |   3 +-
 arch/alpha/kernel/process.c          |   7 +-
 arch/alpha/kernel/smp.c              |   8 +-
 arch/alpha/kernel/srmcons.c          |   3 +-
 arch/alpha/kernel/sys_marvel.c       |   2 +-
 arch/alpha/kernel/systbls.S          |   3 +
 arch/alpha/kernel/traps.c            |   1 -
 arch/alpha/oprofile/op_model_ev4.c   |   1 -
 arch/alpha/oprofile/op_model_ev5.c   |   1 -
 arch/alpha/oprofile/op_model_ev6.c   |   1 -
 arch/alpha/oprofile/op_model_ev67.c  |   1 -
 20 files changed, 333 insertions(+), 32 deletions(-)
 create mode 100644 arch/alpha/boot/stdio.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2015-05-26 20:09 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-26 20:09 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-11-12 20:11 [PULL] alpha.git Matt Turner
2025-11-13  2:25 ` pr-tracker-bot
2025-02-14 21:34 Matt Turner
2025-02-14 21:36 ` Matt Turner
2025-02-16 11:06   ` Stephen Rothwell
2025-02-15  4:07 ` pr-tracker-bot
2023-02-25 20:40 Matt Turner
2023-02-25 20:51 ` Linus Torvalds
2023-02-25 21:10 ` pr-tracker-bot
2021-07-30  3:08 Matt Turner
2021-07-30  5:13 ` pr-tracker-bot
2020-06-13  0:57 Matt Turner
2020-06-13 18:00 ` pr-tracker-bot
2019-02-11  4:46 Matt Turner
2019-02-11 18:35 ` pr-tracker-bot
2018-12-30 22:25 Matt Turner
2018-12-31 18:05 ` pr-tracker-bot
2018-05-23  4:02 Matt Turner
2018-04-08 18:44 Matt Turner
2018-04-09 16:13 ` Linus Torvalds
2018-04-09 16:46   ` Matt Turner
2018-02-02 19:52 Matt Turner
2018-01-21  2:25 Matt Turner
2018-01-23 10:23 ` Mikulas Patocka
2018-01-23 17:56   ` Matt Turner
2018-01-24  9:55     ` Mikulas Patocka
2017-09-04 20:50 Matt Turner
2017-08-29 19:35 Matt Turner
2015-08-31  1:13 Matt Turner
2014-01-31 17:26 Matt Turner
2013-11-20 19:26 Matt Turner
2013-07-22 17:11 Matt Turner
2012-05-24 18:43 Matt Turner
2012-05-05 19:14 Matt Turner

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=20150526200948.GA13466@ivybridge \
    --to=mattst88@gmail.com \
    --cc=linux-alpha@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox