summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* irq: Remove smp_affinity_list when unregister irq procYinghai Lu2011-05-261-0/+1
* bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-4/+50
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-198-4/+401
|\
| * irq: Export functions to allow modular irq driversJonathan Cameron2011-05-182-0/+5
| * genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-181-0/+15
| * genirq: Remove pointless ifdefsThomas Gleixner2011-05-181-3/+1
| * genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIPThomas Gleixner2011-05-022-1/+5
| * genirq: Add chip suspend and resume callbacksThomas Gleixner2011-04-231-0/+93
| * genirq: Implement a generic interrupt chipThomas Gleixner2011-04-232-0/+262
| * genirq: Support per-IRQ thread disabling.Paul Mundt2011-04-234-1/+21
* | genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven2011-05-021-1/+1
|/
*---. Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds2011-04-071-0/+1
|\ \ \
| | | * genirq: Fix cpumask leak in __setup_irq()Xiaotian Feng2011-04-021-0/+1
| | |/
* | | Fix common misspellingsLucas De Marchi2011-03-312-2/+2
| |/ |/|
* | genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-3/+0
* | genirq: Fix misnamed label in handle_edge_eoi_irqThomas Gleixner2011-03-291-1/+1
* | genirq: Remove move_*irq leftoversThomas Gleixner2011-03-291-10/+0
* | genirq: Remove compat codeThomas Gleixner2011-03-2912-276/+24
* | alpha: Use generic show_interrupts()Thomas Gleixner2011-03-291-2/+6
* | genirq: Fix harmless typoThomas Gleixner2011-03-291-1/+1
|/
* genirq; Fix cleanup falloutThomas Gleixner2011-03-292-8/+10
* genirq: Fix typo and remove unused variableThomas Gleixner2011-03-282-2/+1
* genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-281-1/+1
* genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-281-12/+0
* genirq: Provide edge_eoi flow handlerThomas Gleixner2011-03-282-0/+49
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-288-57/+49
* genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-271-18/+30
* genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner2011-03-271-4/+6
* genirq: Add chip hooks for taking CPUs on/off line.David Daney2011-03-271-0/+58
* genirq: Add irq disabled flag to irq_data stateThomas Gleixner2011-03-272-2/+4
* genirq: Reserve the irq when calling irq_set_chip()David Daney2011-03-271-0/+6
* genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-252-1/+18
* genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-231-14/+0
* genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter2011-03-171-1/+1
* genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner2011-03-171-1/+2
* genirq: Add chip flag to force mask on suspendThomas Gleixner2011-03-121-4/+18
* genirq: Add comments to Kconfig switchesThomas Gleixner2011-03-081-0/+10
* genirq: Fixup fasteoi handler for oneshot modeThomas Gleixner2011-03-021-0/+4
* genirq: Provide forced interrupt threadingThomas Gleixner2011-02-263-4/+68
* genirq: Allow shared oneshot interruptsThomas Gleixner2011-02-251-6/+4
* genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2011-02-252-19/+111
* genirq: Make warning in handle_percpu_event usefulThomas Gleixner2011-02-251-1/+2
* genirq: Streamline kernel/irq/KconfigJan Beulich2011-02-221-10/+10
* genirq: Use the correct variable for note_interruptThomas Gleixner2011-02-221-7/+9
* genirq: Add missing break in __irq_set_trigger()Thomas Gleixner2011-02-211-0/+1
* genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu2011-02-211-7/+8
* genirq: Fix misplaced status update in irq_disable()Thomas Gleixner2011-02-211-1/+1
* genirq: Implement irq_data based move_*_irq() versionsThomas Gleixner2011-02-191-9/+19
* genirq; Add fasteoi irq_chip quirkThomas Gleixner2011-02-191-1/+8
* genirq: Add preflow handler supportThomas Gleixner2011-02-192-0/+14
OpenPOWER on IntegriCloud