Age | Commit message (Expand) | Author |
2012-08-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2012-07-31 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-07-25 | genirq: Allow irq chips to mark themself oneshot safe | Thomas Gleixner |
2012-07-24 | irqdomain: Improve diagnostics when a domain mapping fails | Mark Brown |
2012-07-24 | irqdomain: eliminate slow-path revmap lookups | Grant Likely |
2012-07-24 | Merge remote-tracking branch 'origin' into irqdomain/next | Grant Likely |
2012-07-24 | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux | Linus Torvalds |
2012-07-22 | merge task_work and rcu_head, get rid of separate allocation for keyring case | Al Viro |
2012-07-22 | trimming task_work: kill ->data | Al Viro |
2012-07-19 | random: remove rand_initialize_irq() | Theodore Ts'o |
2012-07-14 | random: make 'add_interrupt_randomness()' do something sane | Theodore Ts'o |
2012-07-11 | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. | Grant Likely |
2012-07-11 | irqdomain: Eliminate dedicated radix lookup functions | Grant Likely |
2012-07-11 | irqdomain: Support for static IRQ mapping and association. | Grant Likely |
2012-07-11 | irqdomain: Always update revmap when setting up a virq | Grant Likely |
2012-07-11 | irqdomain: Split disassociating code into separate function | Grant Likely |
2012-07-11 | irq_domain: correct a minor wrong comment for linear revmap | Dong Aisheng |
2012-07-11 | irq_domain: Standardise legacy/linear domain selection | Mark Brown |
2012-07-06 | devicetree: add helper inline for retrieving a node's full name | Grant Likely |
2012-06-17 | irqdomain: Make ops->map hook optional | Grant Likely |
2012-06-15 | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY | Grant Likely |
2012-06-15 | irqdomain: Simple NUMA awareness. | Paul Mundt |
2012-06-15 | devicetree: add helper inline for retrieving a node's full name | Grant Likely |
2012-06-04 | Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi... | Linus Torvalds |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-31 | kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks | Andrew Morton |
2012-05-24 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-05-24 | genirq: Introduce irq_do_set_affinity() to reduce duplicated code | Jiang Liu |
2012-05-24 | genirq: Add IRQS_PENDING for nested and simple irq | Ning Jiang |
2012-05-23 | genirq: reimplement exit_irq_thread() hook via task_work_add() | Oleg Nesterov |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds |
2012-05-21 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2012-05-21 | irq: Remove irq_chip->release() | Richard Weinberger |
2012-05-19 | irqdomain: Document size parameter of irq_domain_add_linear() | Mark Brown |
2012-05-19 | irqdomain: trivial pr_fmt conversion. | Paul Mundt |
2012-05-19 | irqdomain: Make irq_domain_simple_map() static. | Paul Mundt |
2012-05-19 | irqdomain: Export remaining public API symbols. | Paul Mundt |
2012-05-19 | irqdomain: Support removal of IRQ domains. | Paul Mundt |
2012-05-15 | genirq: export handle_edge_irq() and irq_to_desc() | Jiri Kosina |
2012-05-04 | genirq: Do not consider disabled wakeup irqs | Thomas Gleixner |
2012-05-04 | genirq: Allow check_wakeup_irqs to notice level-triggered interrupts | Thomas Gleixner |
2012-04-23 | irq: hide debug macros so they don't collide with others. | Paul Gortmaker |
2012-04-19 | genirq: Be more informative on irq type mismatch | Thomas Gleixner |
2012-04-19 | genirq: Reject bogus threaded irq requests | Thomas Gleixner |
2012-04-12 | irq_domain: fix type mismatch in debugfs output format | Grant Likely |
2012-04-12 | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely |
2012-04-11 | irqdomain: Fix debugfs formatting | Grant Likely |
2012-04-10 | irq_domain: correct the debugfs file name | Mika Westerberg |
2012-04-10 | irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from(). | David Daney |