aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-261-3/+3
|\
| * genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-211-3/+3
* | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-131-4/+3
|\ \ | |/
| * genirq: Avoid deadlock in spurious handlingThomas Gleixner2013-02-281-4/+3
* | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-151-2/+21
|\ \ | |/
| * genirq: Always force thread affinityThomas Gleixner2013-01-111-2/+21
* | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-012-21/+3
|\ \ | |/
| * 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-stable 3.0.28 into android-3.0Todd Poynor2012-04-197-35/+133
|\ \ | |/
| * 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
| * 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
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-272-3/+3
|\ \ | |/
| * 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
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-2/+16
|\ \ | |/
| * genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot2011-07-071-2/+16
* | PM: Fix printing IRQ names for pending wakeup IRQsTodd Poynor2011-07-251-1/+3
* | Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor2011-06-141-1/+4
|/
* 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