[GIT PULL] parisc updates for v3.11-rc4

2013-07-31 Thread Helge Deller
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/


[GIT PULL] parisc updates for v3.11-rc4

2013-07-31 Thread Helge Deller
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/


[GIT PULL] parisc updates for v3.11

2013-07-09 Thread Helge Deller
Hi Linus,

Please pull the latest parisc updates from

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 
parisc-for-3.11

PA-RISC updates for v3.11 include a gcc miscompilation fix,
gzip-compressed vmlinuz support, a fix in the PCI code for ATI FireGL
support on c8000 machines, a fix to prevent that %sr1 is being clobbered
and a few smaller optimizations and documentation updates.

Thanks,
Helge


Helge Deller (6):
  parisc: fix LMMIO mismatch between PAT length and MASK register
  parisc: more capabilities info in /proc/cpuinfo
  parisc: document the shadow registers
  parisc: switch to gzip-compressed vmlinuz kernel
  parisc: optimize mtsp(0,sr) inline assembly
  parisc: Fix gcc miscompilation in pa_memcpy()

John David Anglin (1):
  parisc: Ensure volatile space register %sr1 is not clobbered

 Documentation/parisc/registers  |  8 
 arch/parisc/Makefile| 15 +--
 arch/parisc/defpalo.conf|  8 ++--
 arch/parisc/include/asm/special_insns.h |  9 ++--
 arch/parisc/include/asm/tlbflush.h  |  5 ++-
 arch/parisc/install.sh  |  6 +--
 arch/parisc/kernel/cache.c  |  2 +-
 arch/parisc/kernel/processor.c  | 19 ++--
 arch/parisc/lib/memcpy.c| 79 +
 drivers/parisc/lba_pci.c| 56 +++
 10 files changed, 158 insertions(+), 49 deletions(-)
--
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/


[GIT PULL] parisc updates for v3.11

2013-07-09 Thread Helge Deller
Hi Linus,

Please pull the latest parisc updates from

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git 
parisc-for-3.11

PA-RISC updates for v3.11 include a gcc miscompilation fix,
gzip-compressed vmlinuz support, a fix in the PCI code for ATI FireGL
support on c8000 machines, a fix to prevent that %sr1 is being clobbered
and a few smaller optimizations and documentation updates.

Thanks,
Helge


Helge Deller (6):
  parisc: fix LMMIO mismatch between PAT length and MASK register
  parisc: more capabilities info in /proc/cpuinfo
  parisc: document the shadow registers
  parisc: switch to gzip-compressed vmlinuz kernel
  parisc: optimize mtsp(0,sr) inline assembly
  parisc: Fix gcc miscompilation in pa_memcpy()

John David Anglin (1):
  parisc: Ensure volatile space register %sr1 is not clobbered

 Documentation/parisc/registers  |  8 
 arch/parisc/Makefile| 15 +--
 arch/parisc/defpalo.conf|  8 ++--
 arch/parisc/include/asm/special_insns.h |  9 ++--
 arch/parisc/include/asm/tlbflush.h  |  5 ++-
 arch/parisc/install.sh  |  6 +--
 arch/parisc/kernel/cache.c  |  2 +-
 arch/parisc/kernel/processor.c  | 19 ++--
 arch/parisc/lib/memcpy.c| 79 +
 drivers/parisc/lba_pci.c| 56 +++
 10 files changed, 158 insertions(+), 49 deletions(-)
--
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/