aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar1-6/+5
2006-07-03[PATCH] lockdep: add local_irq_enable_in_hardirq() APIIngo Molnar1-0/+17
2006-07-03[PATCH] lockdep: add disable/enable_irq_lockdep() APIIngo Molnar1-1/+48
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner1-0/+2
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner1-0/+47
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner1-0/+14
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-20/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-09[SCSI] Kill the SCSI softirq handlingJens Axboe1-1/+0
2006-01-09[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqJens Axboe1-0/+1
2006-01-08[PATCH] remove semicolons from save_flags()Andrew Morton1-1/+1
2005-11-13[PATCH] m68k: thread_info header cleanupAl Viro1-0/+1
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen1-1/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+289