summaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-6/+5
* [PATCH] lockdep: add local_irq_enable_in_hardirq() APIIngo Molnar2006-07-031-0/+17
* [PATCH] lockdep: add disable/enable_irq_lockdep() APIIngo Molnar2006-07-031-1/+48
* [PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner2006-07-021-0/+2
* [PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner2006-07-021-0/+47
* [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+14
* [PATCH] adjust handle_IRR_event() return typeJan Beulich2006-06-231-20/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [SCSI] Kill the SCSI softirq handlingJens Axboe2006-01-091-1/+0
* [BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqJens Axboe2006-01-091-0/+1
* [PATCH] remove semicolons from save_flags()Andrew Morton2006-01-081-1/+1
* [PATCH] m68k: thread_info header cleanupAl Viro2005-11-131-0/+1
* [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-121-1/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+289