summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | genirq: deprecate __do_IRQThomas Gleixner2009-03-131-0/+5
| * | | | genirq: use kzalloc instead of explicit zero initializationThomas Gleixner2009-03-131-3/+1Star
| * | | | genirq: remove redundant if conditionThomas Gleixner2009-03-131-1/+1
| * | | | irq: export remove_irq() and setup_irq() symbolsMagnus Damm2009-03-121-0/+2
| * | | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-9/+17
| * | | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-13/+26
| * | | | genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra2009-03-031-0/+2
| * | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-024-10/+25
| |\| | |
| * | | | irq: name 'p' variables a bit betterIngo Molnar2009-02-171-11/+11
| * | | | irq: further clean up the free_irq() code flowIngo Molnar2009-02-171-7/+4Star
| * | | | irq: refactor and clean up the free_irq() code flowIngo Molnar2009-02-151-47/+54
| * | | | irq: clean up manage.cIngo Molnar2009-02-151-6/+7
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-136-29/+48
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| | | * | | kernel/irq: fix sparse warning: make symbol staticHannes Eder2009-02-091-5/+5
| |_|/ / / |/| | | |
| | * | | irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu2009-02-092-17/+14Star
| | * | | irq: clear kstat_irqsYinghai Lu2009-02-093-0/+7
| | * | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-3/+4
| | | |/ | | |/|
| * | | irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner2009-02-131-1/+1
| * | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar2009-01-161-1/+13
| * | | Merge branch 'linus' into irq/genirqIngo Molnar2009-01-168-81/+115
| |\| |
| * | | genirq: check chip->ack before callingWang Chen2008-12-291-2/+4
* | | | Merge branch 'core/xen' into x86/urgentIngo Molnar2009-02-043-9/+19
|\ \ \ \
| * \ \ \ Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-011-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | irq: export __set_irq_handler() and handle_level_irq()Ingo Molnar2009-01-141-0/+2
| | | |/ | | |/|
| * | | cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-282-8/+16
| * | | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney2009-01-281-1/+1
| |/ /
* / / irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-1/+6
|/ /
* | async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+5
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-032-14/+31
|\ \
| * | ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-1/+1
| * | cpumask: convert kernel/irqRusty Russell2009-01-012-13/+30
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-319-20/+366
| |\ \
* | \ \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-024-30/+37
|\ \ \ \
| * \ \ \ Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-175-7/+153
| |\ \ \ \
| * \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-135-8/+202
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-134-30/+37
| * | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* | | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-314-41/+34Star
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-9/+0Star
| * | | | | sparseirq: work around __weak alias bugIngo Molnar2008-12-292-5/+9
| * | | | | sparseirq: fix hang with !SPARSE_IRQYinghai Lu2008-12-271-0/+15
| * | | | | sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu2008-12-271-0/+1
| * | | | | sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
| * | | | | sparseirq: fix desc->lock initIngo Molnar2008-12-272-0/+3
| * | | | | sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar2008-12-271-5/+1Star
| * | | | | sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu2008-12-261-4/+0Star
| * | | | | irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-263-23/+0Star
| * | | | | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-1/+1
| * | | | | irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-2/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-319-20/+354
|\| | | |