From: guanxuetao@mprc.pku.edu.cn (guanxuetao)
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL REQUEST] UniCore32 update for v3.7-rc2
Date: Mon, 29 Oct 2012 11:05:49 +0800 (CST) [thread overview]
Message-ID: <20121029030549.EF94F14603E7@linuxdev-32> (raw)
The following changes since commit e657e078d3dfa9f96976db7a2b5fd7d7c9f1f1a6:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net
are available in the git repository at:
git://github.com/gxt/linux.git unicore32
Al Viro (2):
unicore32: switch to generic kernel_thread()/kernel_execve()
unicore32: switch to generic sys_execve()
David Howells (1):
UAPI: (Scripted) Disintegrate arch/unicore32/include/asm
Guan Xuetao (4):
UniCore32 bugfix: add missed CONFIG_ZONE_DMA
UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer
UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compiler
unicore32: Use Kbuild infrastructure for kvm_para.h
Kautuk Consul (1):
unicore32/mm/fault.c: Port OOM changes to do_pf
Kees Cook (1):
arch/unicore32: remove CONFIG_EXPERIMENTAL
arch/unicore32/Kconfig | 7 ++-
arch/unicore32/include/asm/Kbuild | 1 -
arch/unicore32/include/asm/bug.h | 5 -
arch/unicore32/include/asm/cmpxchg.h | 2 +-
arch/unicore32/include/asm/kvm_para.h | 1 -
arch/unicore32/include/asm/processor.h | 5 -
arch/unicore32/include/asm/ptrace.h | 76 +----------------
arch/unicore32/include/uapi/asm/Kbuild | 7 ++
arch/unicore32/include/{ => uapi}/asm/byteorder.h | 0
arch/unicore32/include/uapi/asm/ptrace.h | 90 ++++++++++++++++++++
arch/unicore32/include/{ => uapi}/asm/sigcontext.h | 0
arch/unicore32/include/{ => uapi}/asm/unistd.h | 1 +
arch/unicore32/kernel/entry.S | 20 ++---
arch/unicore32/kernel/process.c | 58 +++----------
arch/unicore32/kernel/setup.h | 6 ++
arch/unicore32/kernel/sys.c | 63 --------------
arch/unicore32/mm/fault.c | 37 ++++++--
17 files changed, 160 insertions(+), 219 deletions(-)
delete mode 100644 arch/unicore32/include/asm/kvm_para.h
rename arch/unicore32/include/{ => uapi}/asm/byteorder.h (100%)
create mode 100644 arch/unicore32/include/uapi/asm/ptrace.h
rename arch/unicore32/include/{ => uapi}/asm/sigcontext.h (100%)
rename arch/unicore32/include/{ => uapi}/asm/unistd.h (92%)
next reply other threads:[~2012-10-29 3:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 3:05 guanxuetao [this message]
2012-10-29 15:04 ` [GIT PULL REQUEST] UniCore32 update for v3.7-rc2 Linus Torvalds
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=20121029030549.EF94F14603E7@linuxdev-32 \
--to=guanxuetao@mprc.pku.edu.cn \
--cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).