Hi Linus,

please pull the latest parisc architecture fixes from:
  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 
parisc-3.11-rc4

The majority of lines changed are due the addition of a defconfig for the C8000
machine.  Even the fix in parisc/kernel/cache.c file is actually ony a 10-line
fix, but the change became bigger (and much nicer) to avoid errors of the
checkpatch script.

Here is the short-changelog:

This round of parisc updates includes mostly fixes for the C8000 workstation.
We have a new defconfig file for this machine, as well as fixes for it's serial
port, the AGP driver and the cache routines to cope with the vmas of the
FireGL card in a C8000.  The sys32.h header file was not used and as such it's
now gone.


Thanks,
Helge 

----------------------------------------------------------------
Alex Ivanov (1):
      parisc: agp/parisc-agp: allow binding of user memory to the AGP GART

Helge Deller (1):
      parisc: add defconfig for c8000 machine

John David Anglin (2):
      parisc: Fix cache routines to ignore vma's with an invalid pfn
      parisc: Remove arch/parisc/kernel/sys32.h header

Thomas Bogendoerfer (1):
      parisc: Fix interrupt routing for C8000 serial ports

 arch/parisc/configs/c8000_defconfig     | 279 ++++++++++++++++++++++++++++++++
 arch/parisc/include/asm/parisc-device.h |   3 +
 arch/parisc/kernel/cache.c              | 135 ++++++++--------
 arch/parisc/kernel/inventory.c          |   1 +
 arch/parisc/kernel/signal.c             |   7 -
 arch/parisc/kernel/signal32.c           |   1 -
 arch/parisc/kernel/sys32.h              |  36 -----
 arch/parisc/kernel/sys_parisc32.c       |   2 -
 drivers/char/agp/parisc-agp.c           |   6 +-
 drivers/parisc/iosapic.c                |  38 +++--
 drivers/tty/serial/8250/8250_gsc.c      |   3 +-
 11 files changed, 386 insertions(+), 125 deletions(-)
 create mode 100644 arch/parisc/configs/c8000_defconfig
 delete mode 100644 arch/parisc/kernel/sys32.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to