aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-62/+290
2013-06-28genirq: Add the generic chip to the genirq docbookThomas Gleixner1-5/+6
2013-06-28genirq: generic-chip: Export some irq_gc_ functionsFabio Estevam1-0/+3
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-06-25irqdomain: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-06-24genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chipsJames Hogan1-0/+1
2013-06-11genirq: Set irq thread to RT priority on creationIvo Sieben1-5/+6
2013-06-08irqdomain: document the simple domain first_irqLinus Walleij1-1/+4
2013-06-08kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.Chen Gang1-1/+2
2013-06-08irqdomain: export irq_domain_add_simpleArnd Bergmann1-0/+1
2013-05-29genirq: Add kerneldoc for irq_disable.Andreas Fenkart1-0/+13
2013-05-29genirq: irqchip: Add mask to block out invalid irqsGrant Likely1-0/+3
2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner2-12/+181
2013-05-29genirq: Generic chip: Split out code into separate functionsThomas Gleixner1-16/+34
2013-05-29genirq: irqchip: Add a mask calculation functionThomas Gleixner1-2/+6
2013-05-29genirq: Generic chip: Cache per irq bit maskThomas Gleixner1-9/+14
2013-05-29genirq: Generic chip: Handle separate mask registersGerlando Falauto1-7/+10
2013-05-29genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto1-6/+10
2013-05-29genirq: Generic chip: Remove the local cur_regs() functionGerlando Falauto1-14/+17
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt1-3/+17
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-5/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-7/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+22
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-02-18genirq: Export enable/disable_percpu_irq()Chris Metcalf1-0/+2
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-8/+22
2013-01-24Merge tag 'v3.8-rc4' into irq/coreIngo Molnar2-3/+3
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+48
2012-12-11genirq: Avoid deadlock in spurious handlingThomas Gleixner1-4/+3
2012-11-30irqdomain: stop screaming about preallocated irqdescsLinus Walleij1-2/+2
2012-11-12genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-11-01irq: Set CPU affinity right on thread creationSankara Muthukrishnan1-0/+2
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner3-0/+25
2012-10-10irqdomain: augment add_simple() to allocate descsLinus Walleij1-5/+28
2012-08-21genirq: Export dummy_irq_chipKuninori Morimoto1-0/+2
2012-08-21genirq: Export irq_set_chip_and_handler_name()Kuninori Morimoto1-0/+1
2012-08-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-155/+207
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds2-21/+3
2012-07-25genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner1-1/+14
2012-07-24irqdomain: Improve diagnostics when a domain mapping failsMark Brown1-6/+11
2012-07-24irqdomain: eliminate slow-path revmap lookupsGrant Likely1-40/+25
2012-07-24Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely1-3/+3
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-4/+4
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-2/+2
2012-07-22trimming task_work: kill ->dataAl Viro1-1/+1