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>] [day] [month] [year] [list]
Date:	Fri, 5 Jul 2013 07:41:38 +0100
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Thomas Gleixner <tglx@...utronix.de>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>
Subject: [GIT PULL] irqdomain refactoring for v3.11

Hi Linus,

Please pull the following irqdomain tree.

The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:

  Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux tags/irqdomain-for-linus

for you to fetch changes up to 798f0fd188be3656991c8745104b5ee045769a5f:

  irq: fix checkpatch error (2013-06-24 14:02:43 +0100)

----------------------------------------------------------------
(from the branch description for irqdomain/next local branch)

clone of "devicetree/test"
irqdomain refactoring for v3.11

This is the long awaited simplification of irqdomain. It gets rid of the
different types of irq domains and instead both linear and tree mappings
can be supported in a single domain. Doing this removes a lot of special
case code and makes irq domains simpler to understand overall.

----------------------------------------------------------------
Grant Likely (12):
      Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/next
      irqdomain: Relax failure path on setting up mappings
      irqdomain: Replace LEGACY mapping with LINEAR
      irqdomain: Add a name field
      irqdomain: merge linear and tree reverse mappings.
      irqdomain: Eliminate revmap type
      irqdomain: Clean up aftermath of irq_domain refactoring
      irqdomain: Beef up debugfs output
      irqdomain: Refactor irq_domain_associate_many()
      irqdomain: remove irq_domain_generate_simple()
      irqdomain: make irq_linear_revmap() a fast path again
      irqdomain: Include hwirq number in /proc/interrupts

Kefeng Wang (1):
      irq: fix checkpatch error

 arch/powerpc/platforms/cell/beat_interrupt.c |   2 +-
 arch/powerpc/platforms/powermac/smp.c        |   2 +-
 arch/x86/kernel/devicetree.c                 |   4 +-
 include/linux/irq.h                          |  47 ++-
 include/linux/irqdomain.h                    | 140 ++++---
 kernel/irq/generic-chip.c                    | 299 ++++++++++++--
 kernel/irq/irqdomain.c                       | 585 +++++++++------------------
 kernel/irq/proc.c                            |   2 +
 8 files changed, 569 insertions(+), 512 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ