aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-272-23/+24
|\
| * genirq: Always force thread affinityThomas Gleixner2013-01-111-2/+21
| * random: remove rand_initialize_irq()Theodore Ts'o2012-08-151-17/+0
| * random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-08-151-4/+3
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-185-25/+84
|\ \ | |/
| * genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-04-131-3/+7
| * genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev2012-04-021-1/+1
| * genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King2012-04-021-2/+1
| * genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-121-6/+38
| * genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-294-11/+14
| * genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-291-2/+23
* | samsung update 1codeworkx2012-06-023-1/+26
|/
* genirq: Fix race condition when stopping the irq threadIdo Yariv2011-12-091-1/+4
* genirq: fix regression in irqfixup, irqpollEdward Donovan2011-12-091-1/+3
* genirq: Fix irqfixup, irqpoll regressionEdward Donovan2011-11-261-1/+1
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-11-111-7/+41
* genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-10-031-1/+1
* genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-08-291-2/+2
* genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-2/+16
* genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl2011-06-101-0/+3
* genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown2011-06-031-0/+6
* genirq: Fix descriptor init on non-sparse IRQsLinus Walleij2011-06-031-5/+3
* irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior2011-06-033-16/+36
* genirq: Print threaded handler in spurious debug outputSebastian Andrzej Siewior2011-06-031-4/+5
* 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