summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* irqdomain: augment add_simple() to allocate descsLinus Walleij2012-10-101-5/+28
* genirq: Export dummy_irq_chipKuninori Morimoto2012-08-211-0/+2
* genirq: Export irq_set_chip_and_handler_name()Kuninori Morimoto2012-08-211-0/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-1/+14
|\
| * genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-251-1/+14
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-311-155/+207
|\ \
| * | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-241-6/+11
| * | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-241-40/+25
| * | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-241-3/+3
| |\ \
| * | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-59/+1
| * | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-25/+88
| * | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-0/+12
| * | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-111-28/+47
| * | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-111-1/+1
| * | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-111-0/+30
| * | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-171-10/+4
| * | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1
| * | | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-151-5/+8
| * | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-151-4/+4
| | |/ | |/|
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-312-21/+3
|\ \ \ | |_|/ |/| |
| * | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-17/+0
| * | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-4/+3
| |/
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-4/+4
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-4/+4
| |/
* | merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-2/+2
* | trimming task_work: kill ->dataAl Viro2012-07-221-1/+1
|/
*-. Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds2012-06-044-30/+33
|\ \
| * | genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu2012-05-243-28/+27
| * | genirq: Add IRQS_PENDING for nested and simple irqNing Jiang2012-05-241-2/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-35/+33
|\ \
| * | genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2012-05-231-35/+33
| |/
* | kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton2012-05-311-6/+8
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-18/+88
|\ \ | |/ |/|
| * irqdomain: Document size parameter of irq_domain_add_linear()Mark Brown2012-05-191-0/+1
| * irqdomain: trivial pr_fmt conversion.Paul Mundt2012-05-191-15/+17
| * irqdomain: Make irq_domain_simple_map() static.Paul Mundt2012-05-191-2/+2
| * irqdomain: Export remaining public API symbols.Paul Mundt2012-05-191-0/+10
| * irqdomain: Support removal of IRQ domains.Paul Mundt2012-05-191-2/+59
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-231-6/+0
|\ \
| * | irq: Remove irq_chip->release()Richard Weinberger2012-05-211-6/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-214-19/+45
|\ \ \ | |/ / |/| |
| * | genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
| * | genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-042-3/+8
| * | genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10
| * | genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
* | | genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2012-05-152-0/+2
| |/ |/|
* | irq: hide debug macros so they don't collide with others.Paul Gortmaker2012-04-231-19/+19
|/
* irq_domain: fix type mismatch in debugfs output formatGrant Likely2012-04-121-1/+2
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-24/+9