lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 22 Sep 2016 19:14:14 +0000
From:   Jason Cooper <jason@...edaemon.net>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     linux-kernel@...r.kernel.org, Marc Zyngier <marc.zyngier@....com>
Subject: [GIT PULL] irqchip: Core changes for v4.9

Thomas,

Here's the non-gicv[23] irqchip changes for v4.9.  They've been cooking
in -next a while.  Please pull.

thx,

Jason.

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.9

for you to fetch changes up to f61f86068cdf7e59de64d430fd3cc907a8e102f2:

  Merge branch 'irqchip/mvebu64' into irqchip/core (2016-09-06 14:20:41 +0000)

----------------------------------------------------------------
irqchip core changes for v4.9

 - jcore: Add AIC driver
 - mips-gic: Use for_each_set_bit
 - mvebu: Add PIC driver

----------------------------------------------------------------
Baruch Siach (1):
      dt-bindings: mvebu-odmi: Fix example typo

Colin Ian King (1):
      irqchip/keystone: Fix typo "sporious" -> "spurious"

Jason Cooper (3):
      Merge branch 'irqchip/jcore' into irqchip/core
      Merge branch 'irqchip/mvebu64' into irqchip/core
      Merge branch 'irqchip/mvebu64' into irqchip/core

Paul Burton (1):
      irqchip/mips-gic: Use for_each_set_bit to iterate over IRQs

Rich Felker (2):
      dt-bindings: irqchip: Add J-Core interrupt controller bindings
      irqchip/jcore-aic: Add J-Core AIC driver

Thomas Petazzoni (3):
      dt-bindings: interrupt-controller: add DT binding for Marvell 7K/8K PIC
      irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PIC
      arm64: marvell: enable the Marvell PIC driver

Wei Yongjun (1):
      irqchip/jcore-aic: Fix non static symbol warning

 .../bindings/interrupt-controller/jcore,aic.txt    |  26 +++
 .../interrupt-controller/marvell,armada-8k-pic.txt |  25 +++
 .../marvell,odmi-controller.txt                    |   2 +-
 arch/arm64/Kconfig.platforms                       |   1 +
 drivers/irqchip/Kconfig                            |  10 ++
 drivers/irqchip/Makefile                           |   2 +
 drivers/irqchip/irq-jcore-aic.c                    |  95 ++++++++++
 drivers/irqchip/irq-keystone.c                     |   2 +-
 drivers/irqchip/irq-mips-gic.c                     |   7 +-
 drivers/irqchip/irq-mvebu-pic.c                    | 197 +++++++++++++++++++++
 10 files changed, 359 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/jcore,aic.txt
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/marvell,armada-8k-pic.txt
 create mode 100644 drivers/irqchip/irq-jcore-aic.c
 create mode 100644 drivers/irqchip/irq-mvebu-pic.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ