2012-05-24 18:44:17

by Matt Turner

[permalink] [raw]
Subject: [PULL] alpha.git

Hi Linus,
Please pull from the for-linus branch of my alpha tree.

This pull adds the implementations of some Tru64 syscalls which allow
some proprietary software such as the C compiler to work on Linux.
Also, it adds some big-endian ioread functions to help us get closer
to building allyesconfig.

Thanks,
Matt

The following changes since commit f9369910a6225b8d4892c3f20ae740a711cd5ace:

Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal (2012-05-23
18:11:45 -0700)

are available in the git repository at:

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

Mans Rullgard (2):
alpha: implement setsysinfo(SSI_LMF) as a no-op
alpha: implement various OSF/1 stat syscalls

Michael Cree (1):
alpha: add io{read,write}{16,32}be functions

arch/alpha/include/asm/io.h | 5 +
arch/alpha/include/asm/sysinfo.h | 1 +
arch/alpha/include/asm/unistd.h | 6 ++
arch/alpha/kernel/osf_sys.c | 166 ++++++++++++++++++++++++++++++++++++++
arch/alpha/kernel/systbls.S | 10 +-
5 files changed, 183 insertions(+), 5 deletions(-)