linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Turner <mattst88@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org,
	Richard Henderson <rth@twiddle.net>,
	Ben Hutchings <ben@decadent.org.uk>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Geliang Tang <geliangtang@163.com>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Shyam Saini <mayhs11saini@gmail.com>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Julia Cartwright <julia@ni.com>,
	Sergei Trofimovich <slyfox@gentoo.org>,
	Tobias Klauser <tklauser@distanz.ch>
Subject: [PULL] alpha.git
Date: Mon, 4 Sep 2017 13:50:54 -0700	[thread overview]
Message-ID: <20170904205054.GA18055@ivybridge.mattst88.com> (raw)

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

Hi Linus,

Please pull my alpha git tree. It contains some small clean up patches I've
neglected, and some build improvements from Ben Hutchings.

Thanks,
Matt


The following changes since commit dd689a68bc3551ad7bdff2c881fede5f0bd12cfa:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha (2017-08-30 14:54:24 -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 d9e3cb2f9ed91020b780ee662bdec692a3f276c9:

  alpha: math-emu: Fix modular build (2017-09-04 12:04:34 -0700)

----------------------------------------------------------------
Ben Hutchings (2):
      alpha: Restore symbol versions for symbols exported from assembly
      alpha: math-emu: Fix modular build

Dan Carpenter (1):
      alpha: silence a buffer overflow warning

Geliang Tang (1):
      alpha: use kobj_to_dev()

Julia Cartwright (1):
      alpha: marvel: make use of raw_spinlock variants

Krzysztof Kozlowski (1):
      alpha: defconfig: Cleanup from old Kconfig options

Masahiro Yamada (1):
      alpha: squash lines for immediate return

Sergei Trofimovich (1):
      alpha: cleanup: remove __NR_sys_epoll_*, leave __NR_epoll_*

Shyam Saini (1):
      alpha: kernel: Use vma_pages()

Tobias Klauser (1):
      alpha: use generic fb.h

 arch/alpha/defconfig                    |  2 --
 arch/alpha/include/asm/Kbuild           |  1 +
 arch/alpha/include/asm/asm-prototypes.h | 18 ++++++++++++++++++
 arch/alpha/include/asm/core_marvel.h    |  2 +-
 arch/alpha/include/asm/fb.h             | 13 -------------
 arch/alpha/include/uapi/asm/unistd.h    |  5 -----
 arch/alpha/kernel/core_marvel.c         |  2 +-
 arch/alpha/kernel/pci-noop.c            |  6 +-----
 arch/alpha/kernel/pci-sysfs.c           |  7 +++----
 arch/alpha/kernel/pci.c                 |  6 +-----
 arch/alpha/kernel/setup.c               |  5 +++--
 arch/alpha/kernel/smc37c669.c           |  7 ++-----
 arch/alpha/kernel/sys_marvel.c          | 12 ++++++------
 arch/alpha/kernel/traps.c               |  2 ++
 arch/alpha/math-emu/math.c              |  1 +
 15 files changed, 40 insertions(+), 49 deletions(-)
 create mode 100644 arch/alpha/include/asm/asm-prototypes.h
 delete mode 100644 arch/alpha/include/asm/fb.h

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

             reply	other threads:[~2017-09-04 20:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-04 20:50 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25 20:40 [PULL] alpha.git 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-08-29 19:35 Matt Turner
2012-05-24 18:43 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=20170904205054.GA18055@ivybridge.mattst88.com \
    --to=mattst88@gmail.com \
    --cc=ben@decadent.org.uk \
    --cc=dan.carpenter@oracle.com \
    --cc=geliangtang@163.com \
    --cc=julia@ni.com \
    --cc=krzk@kernel.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mayhs11saini@gmail.com \
    --cc=rth@twiddle.net \
    --cc=slyfox@gentoo.org \
    --cc=tklauser@distanz.ch \
    --cc=torvalds@linux-foundation.org \
    --cc=yamada.masahiro@socionext.com \
    /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;
as well as URLs for NNTP newsgroup(s).