aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/irqdomain.c
AgeCommit message (Expand)Author
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-25irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas
2013-06-24irq: fix checkpatch errorKefeng Wang
2013-06-24irqdomain: make irq_linear_revmap() a fast path againGrant Likely
2013-06-24irqdomain: remove irq_domain_generate_simple()Grant Likely
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely
2013-06-18irqdomain: Remove temporary MIPS workaround codeGrant Likely
2013-06-10irqdomain: Beef up debugfs outputGrant Likely
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely
2013-06-10irqdomain: Eliminate revmap typeGrant Likely
2013-06-10irqdomain: merge linear and tree reverse mappings.Grant Likely
2013-06-10irqdomain: Add a name fieldGrant Likely
2013-06-10irqdomain: Replace LEGACY mapping with LINEARGrant Likely
2013-06-10irqdomain: Relax failure path on setting up mappingsGrant Likely
2013-06-10Merge remote-tracking branch 'tip/irq/for-arm' into irqdomain/nextGrant Likely
2013-06-08irqdomain: document the simple domain first_irqLinus Walleij
2013-06-08kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang
2013-06-08irqdomain: export irq_domain_add_simpleArnd Bergmann
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt
2012-11-30irqdomain: stop screaming about preallocated irqdescsLinus Walleij
2012-10-10irqdomain: augment add_simple() to allocate descsLinus Walleij
2012-07-24irqdomain: Improve diagnostics when a domain mapping failsMark Brown
2012-07-24irqdomain: eliminate slow-path revmap lookupsGrant Likely
2012-07-11irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely
2012-07-11irqdomain: Eliminate dedicated radix lookup functionsGrant Likely
2012-07-11irqdomain: Support for static IRQ mapping and association.Grant Likely
2012-07-11irqdomain: Always update revmap when setting up a virqGrant Likely
2012-07-11irqdomain: Split disassociating code into separate functionGrant Likely
2012-07-11irq_domain: correct a minor wrong comment for linear revmapDong Aisheng
2012-07-11irq_domain: Standardise legacy/linear domain selectionMark Brown
2012-06-17irqdomain: Make ops->map hook optionalGrant Likely
2012-06-15irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely
2012-06-15irqdomain: Simple NUMA awareness.Paul Mundt
2012-06-15devicetree: add helper inline for retrieving a node's full nameGrant Likely
2012-05-19irqdomain: Document size parameter of irq_domain_add_linear()Mark Brown
2012-05-19irqdomain: trivial pr_fmt conversion.Paul Mundt
2012-05-19irqdomain: Make irq_domain_simple_map() static.Paul Mundt
2012-05-19irqdomain: Export remaining public API symbols.Paul Mundt
2012-05-19irqdomain: Support removal of IRQ domains.Paul Mundt
2012-04-12irq_domain: fix type mismatch in debugfs output formatGrant Likely
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely
2012-04-11irqdomain: Fix debugfs formattingGrant Likely
2012-04-10irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely
2012-02-16irq_domain: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely