linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture updates for v4.3
@ 2015-10-25 11:49 Helge Deller
  2015-11-03 21:01 ` Linus Torvalds
  0 siblings, 1 reply; 12+ messages in thread
From: Helge Deller @ 2015-10-25 11:49 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull some patches for the parisc architecture for kernel v4.3 from:

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

The most important change is that we reduce L1_CACHE_BYTES to 16 bytes, for
which a trivial patch for XPS in the network layer was needed.
Then we wire up the sys_membarrier and userfaultfd syscalls and added two other
small cleanups.

Thanks,
Helge

----------------------------------------------------------------
Axel Lin (1):
      parisc: serial/mux: Convert to uart_console_device instead of open-coded

Helge Deller (3):
      parisc: Wire up userfaultfd syscall
      parisc: reduce syslog debug output
      net/xps: Fix calculation of initial number of xps queues

John David Anglin (1):
      parisc: Change L1_CACHE_BYTES to 16

Mathieu Desnoyers (1):
      parisc: allocate sys_membarrier system call number

 arch/parisc/include/asm/cache.h       | 18 +++++-------------
 arch/parisc/include/uapi/asm/unistd.h |  4 +++-
 arch/parisc/kernel/syscall_table.S    |  2 ++
 drivers/parisc/lba_pci.c              | 12 ++++++------
 drivers/tty/serial/mux.c              |  9 ++-------
 include/linux/netdevice.h             |  4 ++--
 6 files changed, 20 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [GIT PULL] parisc architecture updates for v4.3
@ 2015-09-08 19:20 Helge Deller
  0 siblings, 0 replies; 12+ messages in thread
From: Helge Deller @ 2015-09-08 19:20 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull the latest changes for the parisc architecture for kernel v4.3 from:

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

The most important changes in this patchset are:
- re-enable 64bit PCI bus addresses which were temporarily disabled for PA-RISC
  in kernel 4.2
- fix the 64bit CAS operation in the LWS path which now enables us to enable the
  64bit gcc atomic builtins even on 32bit userspace with 64bit kernel
- fix a long-standing bug which sometimes crashed kernel at bootup while serial
  interrupt wasn't registered yet

Thanks,
Helge

----------------------------------------------------------------
Guenter Roeck (1):
      parisc: Define ioremap_uc and ioremap_wc

Helge Deller (5):
      PCI,parisc: Enable 64-bit bus addresses on PA-RISC
      parisc: Additionally check for in_atomic() in page fault handler
      parisc: Filter out spurious interrupts in PA-RISC irq handler
      parisc: Drop CONFIG_SMP around update_cr16_clocksource()
      parisc: Use platform_device_register_simple("rtc-generic")

John David Anglin (1):
      parisc: Use double word condition in 64bit CAS operation

 arch/parisc/include/asm/io.h |  2 ++
 arch/parisc/kernel/irq.c     |  9 +++++++--
 arch/parisc/kernel/syscall.S |  2 +-
 arch/parisc/kernel/time.c    | 21 ++++-----------------
 arch/parisc/mm/fault.c       |  2 +-
 drivers/parisc/lba_pci.c     |  7 +++++--
 drivers/pci/Kconfig          |  2 +-
 7 files changed, 21 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2015-11-06 14:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-25 11:49 [GIT PULL] parisc architecture updates for v4.3 Helge Deller
2015-11-03 21:01 ` Linus Torvalds
2015-11-03 21:33   ` David Miller
2015-11-03 22:07     ` Linus Torvalds
2015-11-03 23:03   ` Helge Deller
2015-11-03 23:25     ` Linus Torvalds
2015-11-03 23:40       ` John David Anglin
2015-11-03 23:43     ` Guy Harris
2015-11-03 23:51       ` Guy Harris
2015-11-03 23:53       ` John David Anglin
2015-11-06 14:10     ` Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2015-09-08 19:20 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).