aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-01-06include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl1-1/+0
2009-01-05hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra1-1/+2
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-01-01cpumask: convert kernel/irqRusty Russell1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-3/+2
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu1-0/+6
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-0/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-2/+2
2008-12-12sparse irqs: handle !GENIRQ platformsIngo Molnar1-2/+2
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+2
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-3/+0
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2008-10-18genirq: improve include filesThomas Gleixner1-0/+1
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller1-0/+21
2008-10-16genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner1-9/+0
2008-10-16genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=nThomas Gleixner1-3/+5
2008-10-16irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu1-0/+5
2008-10-16irq: introduce nr_irqsYinghai Lu1-0/+2
2008-09-06softirq: allocate less vectorsAlexey Dobriyan1-0/+2
2008-08-05Remove the deprecated cli() sti() functionsMark Asselstine1-29/+0
2008-07-15Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2008-06-05genirq: Expose default irq affinity mask (take 3)Max Krasnyansky1-0/+5
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-2/+1
2008-04-29proper __do_softirq() prototypeAdrian Bunk1-0/+1
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King1-0/+19
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-4/+4
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-0/+2
2008-01-25Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma1-0/+1
2007-10-17Completely remove deprecated IRQ flags (SA_*)Ahmed S. Darwish1-22/+0
2007-10-16provide stubs for enable_irq_wake() and disable_irq_wake()Guennadi Liakhovetski1-0/+9
2007-07-28rip some includes from linux/interrupt.hAl Viro1-2/+2
2007-07-22take declarations of enable_irq() et.al. to linux/interrupt.hAl Viro1-1/+1
2007-05-11Add hard_irq_disable()Benjamin Herrenschmidt1-0/+10
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle1-0/+4
2007-05-08Deprecate SA_xxx interrupt flags -V2Thomas Gleixner1-12/+18
2007-05-08IRQ: add __must_check to request_irqMonakhov Dmitriy1-2/+2
2007-05-04lockdep: Add missing disable/enable irq variantRoman Zippel1-1/+5
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton1-0/+9
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-0/+3
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner1-0/+3
2007-02-09devres: device resource managementTejun Heo1-0/+6
2006-12-10[PATCH] sched: use softirq for load balancingChristoph Lameter1-1/+2
2006-12-07[PATCH] add bottom_half.hAndrew Morton1-6/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells1-3/+4
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven1-0/+16