Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722753 > unrolled thread
| Started by | Matt Turner <mattst88@gmail.com> |
|---|---|
| First post | 2017-08-29 21:40 +0200 |
| Last post | 2017-08-29 21:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PULL] alpha.git Matt Turner <mattst88@gmail.com> - 2017-08-29 21:40 +0200
| From | Matt Turner <mattst88@gmail.com> |
|---|---|
| Date | 2017-08-29 21:40 +0200 |
| Subject | [PULL] alpha.git |
| Message-ID | <ujUwH-6Me-43@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Linus,
Please pull my alpha git tree. It contains a few fixes and wires up some
additional syscalls.
Thanks,
Matt
PS: My alpha has been offline, hence the very late-in-cycle pull request.
The following changes since commit 143c97cc652949893c8056c679012f0aeccb80e5:
Revert "pty: fix the cached path of the pty slave file descriptor in the master" (2017-08-23 18:16:11 -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 cec80d82142ab25c71eee24b529cfeaf17c43062:
alpha: uapi: Add support for __SANE_USERSPACE_TYPES__ (2017-08-29 12:02:00 -0700)
----------------------------------------------------------------
Ben Hutchings (1):
alpha: uapi: Add support for __SANE_USERSPACE_TYPES__
Guenter Roeck (1):
alpha: Define ioremap_wc
Matt Turner (2):
alpha: Fix build error without CONFIG_VGA_HOSE.
alpha: Fix section mismatches
Michael Cree (1):
alpha: support R_ALPHA_REFLONG relocations for module loading
Richard Henderson (3):
alpha: Update for new syscalls
alpha: Package string routines together
alpha: Fix typo in ev6-copy_user.S
arch/alpha/include/asm/io.h | 1 +
arch/alpha/include/asm/types.h | 2 +-
arch/alpha/include/asm/unistd.h | 2 +-
arch/alpha/include/uapi/asm/types.h | 12 +++++++++++-
arch/alpha/include/uapi/asm/unistd.h | 14 ++++++++++++++
arch/alpha/kernel/core_marvel.c | 6 ++++--
arch/alpha/kernel/core_titan.c | 2 ++
arch/alpha/kernel/module.c | 3 +++
arch/alpha/kernel/smp.c | 2 +-
arch/alpha/kernel/systbls.S | 9 +++++++++
arch/alpha/lib/Makefile | 22 ++++++++++++++++------
arch/alpha/lib/copy_user.S | 2 +-
arch/alpha/lib/ev6-copy_user.S | 7 ++++---
13 files changed, 68 insertions(+), 16 deletions(-)
Back to top | Article view | linux.kernel
csiph-web