From: Kyle McMartin <kyle@hera.kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org
Subject: [git patches] parisc for 2.6.32
Date: Tue, 6 Oct 2009 17:26:02 +0000 [thread overview]
Message-ID: <20091006172602.GA1924@hera.kernel.org> (raw)
Mostly fixes, except for the tracehook stuff... then again cleaning up
ptrace is a pretty big fix in and of itself. ;-)
The following changes since commit 17d857be649a21ca90008c6dc425d849fa83db5c:
Linus Torvalds (1):
Linux 2.6.32-rc1
are available in the git repository at:
hera.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git fixes
Christoph Hellwig (1):
parisc: convert to asm-generic/hardirq.h
Helge Deller (3):
parisc: rename parisc's vmalloc_start to parisc_vmalloc_start
parisc: Fix linker script breakage.
agp: parisc-agp.c - use correct page_mask function
James Bottomley (1):
parisc: add me to Maintainers
Jaswinder Singh Rajput (1):
parisc: includecheck fix: signal.c
Julia Lawall (1):
parisc: correct use of SHF_ALLOC
Kyle McMartin (7):
parisc: tracehook_report_syscall
parisc: tracehook_signal_handler
parisc: add missing TI_TASK macro in syscall.S
parisc: split syscall_trace into two halves
parisc: stop using task->ptrace for {single,block}step flags
parisc: add skeleton syscall.h
parisc: HAVE_ARCH_TRACEHOOK
Tim Abbott (1):
parisc: Make THREAD_SIZE available to assembly files and linker scripts.
MAINTAINERS | 1 +
arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/fixmap.h | 4 +-
arch/parisc/include/asm/hardirq.h | 20 +---------------
arch/parisc/include/asm/ptrace.h | 5 +++-
arch/parisc/include/asm/syscall.h | 40 +++++++++++++++++++++++++++++++
arch/parisc/include/asm/thread_info.h | 14 +++++++----
arch/parisc/kernel/asm-offsets.c | 4 +-
arch/parisc/kernel/entry.S | 21 ++++++++--------
arch/parisc/kernel/irq.c | 5 ----
arch/parisc/kernel/module.c | 2 +-
arch/parisc/kernel/ptrace.c | 42 ++++++++++++++++----------------
arch/parisc/kernel/signal.c | 5 +++-
arch/parisc/kernel/syscall.S | 22 +++++++++++------
arch/parisc/kernel/vmlinux.lds.S | 10 ++++++++
arch/parisc/mm/init.c | 11 ++++----
drivers/char/agp/parisc-agp.c | 2 +-
17 files changed, 128 insertions(+), 81 deletions(-)
create mode 100644 arch/parisc/include/asm/syscall.h
next reply other threads:[~2009-10-06 17:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 17:26 Kyle McMartin [this message]
2009-10-06 17:40 ` [git patches] parisc for 2.6.32 Linus Torvalds
2009-10-06 17:52 ` Kyle McMartin
2009-10-06 20:53 ` Helge Deller
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=20091006172602.GA1924@hera.kernel.org \
--to=kyle@hera.kernel.org \
--cc=kyle@mcmartin.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.