linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc updates for v3.13
@ 2013-11-08 22:05 Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2013-11-08 22:05 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley

Hi Linus,

Please pull the parisc architecture updates for 3.13-rc1 from

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

which contains the following main features:

- a bugfix for sticon (parisc text console driver) to not crash the
  64bit kernel on machines with more than 4GB RAM
- added kernel audit support
- made udelay() implementation SMP-safe
- "make install" now does not depend on vmlinux
- added defconfigs for 32- and 64-kernels

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (10):
      parisc: provide macro to create exception table entries
      parisc: add kernel audit feature
      parisc: make "make install" not depend on vmlinux
      parisc: make udelay() SMP-safe
      parisc: do not count IPI calls twice
      parisc: correctly display number of active CPUs
      parisc: implement full version of access_ok()
      parisc: signal fixup - SIGBUS vs. SIGSEGV
      parisc: sticon - unbreak on 64bit kernel
      parisc: add generic 32- and 64-bit defconfigs

Michael Opdenacker (1):
      parisc: remove duplicate define

 arch/parisc/Kconfig                         |   3 +
 arch/parisc/Makefile                        |  22 +-
 arch/parisc/configs/generic-32bit_defconfig | 328 ++++++++++++++++++++++++++
 arch/parisc/configs/generic-64bit_defconfig | 346 ++++++++++++++++++++++++++++
 arch/parisc/include/asm/assembly.h          |  12 +
 arch/parisc/include/asm/delay.h             |  41 +---
 arch/parisc/include/asm/hardirq.h           |   1 -
 arch/parisc/include/asm/ptrace.h            |   4 +
 arch/parisc/include/asm/thread_info.h       |   4 +-
 arch/parisc/include/asm/uaccess.h           |  53 ++++-
 arch/parisc/install.sh                      |  44 +++-
 arch/parisc/kernel/Makefile                 |   4 +-
 arch/parisc/kernel/audit.c                  |  81 +++++++
 arch/parisc/kernel/compat_audit.c           |  40 ++++
 arch/parisc/kernel/irq.c                    |   4 -
 arch/parisc/kernel/ptrace.c                 |  26 ++-
 arch/parisc/kernel/setup.c                  |   8 +-
 arch/parisc/kernel/smp.c                    |   5 -
 arch/parisc/kernel/syscall.S                |   6 +-
 arch/parisc/lib/Makefile                    |   2 +-
 arch/parisc/lib/delay.c                     |  73 ++++++
 arch/parisc/lib/lusercopy.S                 |  10 +-
 arch/parisc/math-emu/float.h                |   1 -
 arch/parisc/mm/fault.c                      |  24 +-
 drivers/video/console/sticore.c             | 166 ++++++++-----
 drivers/video/sticore.h                     |  62 ++++-
 drivers/video/stifb.c                       |  10 +-
 init/Kconfig                                |   2 +-
 28 files changed, 1214 insertions(+), 168 deletions(-)
 create mode 100644 arch/parisc/configs/generic-32bit_defconfig
 create mode 100644 arch/parisc/configs/generic-64bit_defconfig
 create mode 100644 arch/parisc/kernel/audit.c
 create mode 100644 arch/parisc/kernel/compat_audit.c
 create mode 100644 arch/parisc/lib/delay.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] parisc updates for v3.13
@ 2013-12-03 22:51 Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2013-12-03 22:51 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley

Hi Linus,

please pull the latest parisc fixes from:

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

The major changes are:
- a fix for the mmap(MAP_FIXED|MAP_SHARED) syscall to the same address which
  was already given in a previous call (fixes locale-gen on debian)
- change the memory layout of the kernel to avoid the need for the -mlong-calls
  compiler option (depends on commit 5ecbe3c - kernel/extable: fix
  address-checks for core_kernel and init areas)
- defconfig updates, e.g. use the SIL680 driver instead of the SIIMAGE driver
- add more parisc machine names to the machine database

Thanks,
Helge

----------------------------------------------------------------
Chen Gang (1):
      parisc: remove empty SERIAL_PORT_DFNS in serial.h

Helge Deller (6):
      parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address
      parisc: add some more machine names to hardware database
      parisc: use kernel_text_address() in unwind functions
      parisc: fix kernel memory layout in vmlinux.ld.S
      parisc: remove CONFIG_MLONGCALLS=y from defconfigs
      parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driver

 arch/parisc/configs/c3000_defconfig         |   2 +-
 arch/parisc/configs/c8000_defconfig         |  36 +-------
 arch/parisc/configs/generic-64bit_defconfig |  39 +-------
 arch/parisc/include/asm/serial.h            |   2 -
 arch/parisc/kernel/hardware.c               |   7 +-
 arch/parisc/kernel/head.S                   |   6 +-
 arch/parisc/kernel/sys_parisc.c             |  25 +++--
 arch/parisc/kernel/unwind.c                 |   9 +-
 arch/parisc/kernel/vmlinux.lds.S            | 138 ++++++++++++----------------
 arch/parisc/mm/init.c                       |  19 +++-
 10 files changed, 110 insertions(+), 173 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-03 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 22:05 [GIT PULL] parisc updates for v3.13 Helge Deller
  -- strict thread matches above, loose matches on Subject: below --
2013-12-03 22:51 Helge Deller

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).