summaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-061-1/+2
|\
| * hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra2009-01-051-1/+2
* | include/linux/interrupt.h: do not include linux/irqnr.h twiceJesper Juhl2009-01-061-1/+0
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-1/+1
|\
| * cpumask: convert kernel/irqRusty Russell2009-01-011-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-3/+2
| |\
* | \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-2/+2
|\ \ \
| * \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-0/+2
| |\ \ \ | | |/ / | |/| |
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-2/+2
* | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-0/+6
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-0/+2
|\| |
| * | sparse irqs: handle !GENIRQ platformsIngo Molnar2008-12-121-2/+2
| * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+2
| |/
* / hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-3/+0
|/
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-0/+1
|\
| * genirq: improve include filesThomas Gleixner2008-10-181-0/+1
| * genirq: consolidate nr_irqs and for_each_irq_desc()Thomas Gleixner2008-10-161-9/+0
| * genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=nThomas Gleixner2008-10-161-3/+5
| * irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu2008-10-161-0/+5
| * irq: introduce nr_irqsYinghai Lu2008-10-161-0/+2
* | softirq: Add support for triggering softirq work on softirqs.David S. Miller2008-10-171-0/+21
* | softirq: allocate less vectorsAlexey Dobriyan2008-09-061-0/+2
|/
* Remove the deprecated cli() sti() functionsMark Asselstine2008-08-051-29/+0
* Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-07-151-0/+5
|\
| * genirq: Expose default irq affinity mask (take 3)Max Krasnyansky2008-06-051-0/+5
* | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-2/+1
|/
* proper __do_softirq() prototypeAdrian Bunk2008-04-291-0/+1
* [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King2008-04-171-0/+19
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-4/+4
* proper show_interrupts() prototypeAdrian Bunk2008-02-061-0/+2
* Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-0/+1
* Completely remove deprecated IRQ flags (SA_*)Ahmed S. Darwish2007-10-171-22/+0
* provide stubs for enable_irq_wake() and disable_irq_wake()Guennadi Liakhovetski2007-10-161-0/+9
* rip some includes from linux/interrupt.hAl Viro2007-07-281-2/+2
* take declarations of enable_irq() et.al. to linux/interrupt.hAl Viro2007-07-221-1/+1
* Add hard_irq_disable()Benjamin Herrenschmidt2007-05-111-0/+10
* Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-081-0/+4
* Deprecate SA_xxx interrupt flags -V2Thomas Gleixner2007-05-081-12/+18
* IRQ: add __must_check to request_irqMonakhov Dmitriy2007-05-081-2/+2
* lockdep: Add missing disable/enable irq variantRoman Zippel2007-05-041-1/+5
* [PATCH] Declare init_irq_proc before we use it.Andrew Morton2007-02-191-0/+9
* [PATCH] hrtimers: add high resolution timer supportThomas Gleixner2007-02-161-0/+3
* [PATCH] Add irq flag to disable balancing for an interruptThomas Gleixner2007-02-161-0/+3
* devres: device resource managementTejun Heo2007-02-091-0/+6
* [PATCH] sched: use softirq for load balancingChristoph Lameter2006-12-101-1/+2
* [PATCH] add bottom_half.hAndrew Morton2006-12-071-6/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* IRQ: Typedef the IRQ handler function typeDavid Howells2006-10-051-3/+4
* [PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven2006-09-291-0/+16