From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753543AbYCPRfv (ORCPT ); Sun, 16 Mar 2008 13:35:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752117AbYCPRfn (ORCPT ); Sun, 16 Mar 2008 13:35:43 -0400 Received: from 206-248-169-182.dsl.ncf.ca ([206.248.169.182]:44107 "EHLO phobos.cabal.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010AbYCPRfm (ORCPT ); Sun, 16 Mar 2008 13:35:42 -0400 Date: Sun, 16 Mar 2008 13:35:39 -0400 From: Kyle McMartin To: torvalds@linux-foundation.org Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git patches] parisc bug fixes for 2.6.25 Message-ID: <20080316173539.GA3904@phobos.i.cabal.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit cdeeeae056a429e729ae9e914fa8142ee45bee93: Linus Torvalds (1): Linux 2.6.25-rc5 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git master Adrian Bunk (1): [PARISC] move defconfig to arch/parisc/configs/ FUJITA Tomonori (1): [PARISC] make ptr_to_pide() static Helge Deller (1): [PARISC] head.S: section mismatch fixes James Bottomley (1): [PARISC] add pa8900 CPUs to hardware inventory Joel Soete (1): [PARISC] pdc_stable: fix compile errors Kyle McMartin (11): [PARISC] remove old timerfd syscall [PARISC] wire up timerfd syscalls [PARISC] move VMALLOC_* definitions to fixmap.h [PARISC] unbreak pgalloc.h [PARISC] bump __NR_syscalls [PARISC] remove unused pdc_iodc_printf function [PARISC] dump_stack in show_regs [PARISC] pdc_console: fix bizarre panic on boot [PARISC] clean up show_stack [PARISC] futex: special case cmpxchg NULL in kernel space [PARISC] add back Crestone Peak cpu Randolph Chung (1): [PARISC] clean up include/asm-parisc/elf.h Thibaut VARENE (1): [PARISC] add back AD1889 MAINTAINERS entry MAINTAINERS | 9 ++++++ arch/parisc/Makefile | 3 ++ .../{defconfig => configs/default_defconfig} | 0 arch/parisc/kernel/firmware.c | 27 +++++++++++------ arch/parisc/kernel/hardware.c | 13 ++++++++- arch/parisc/kernel/head.S | 7 ++-- arch/parisc/kernel/pdc_cons.c | 30 ++++++++++--------- arch/parisc/kernel/syscall_table.S | 5 ++- arch/parisc/kernel/traps.c | 25 ++++++++++++++-- drivers/parisc/pdc_stable.c | 6 ++-- drivers/parisc/sba_iommu.c | 4 +- include/asm-parisc/elf.h | 22 ++++++-------- include/asm-parisc/fixmap.h | 9 +++++- include/asm-parisc/futex.h | 10 +++++- include/asm-parisc/pdc.h | 3 +- include/asm-parisc/pgalloc.h | 4 +- include/asm-parisc/pgtable.h | 8 ----- include/asm-parisc/unistd.h | 5 ++- 18 files changed, 125 insertions(+), 65 deletions(-) rename arch/parisc/{defconfig => configs/default_defconfig} (100%)