aboutsummaryrefslogtreecommitdiff
path: root/include/linux/interrupt.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-28rip some includes from linux/interrupt.hGravatar Al Viro 1-2/+2
2007-07-22take declarations of enable_irq() et.al. to linux/interrupt.hGravatar Al Viro 1-1/+1
2007-05-11Add hard_irq_disable()Gravatar Benjamin Herrenschmidt 1-0/+10
2007-05-08Add IRQF_IRQPOLL flag (common code)Gravatar Bernhard Walle 1-0/+4
2007-05-08Deprecate SA_xxx interrupt flags -V2Gravatar Thomas Gleixner 1-12/+18
2007-05-08IRQ: add __must_check to request_irqGravatar Monakhov Dmitriy 1-2/+2
2007-05-04lockdep: Add missing disable/enable irq variantGravatar Roman Zippel 1-1/+5
2007-02-19[PATCH] Declare init_irq_proc before we use it.Gravatar Andrew Morton 1-0/+9
2007-02-16[PATCH] hrtimers: add high resolution timer supportGravatar Thomas Gleixner 1-0/+3
2007-02-16[PATCH] Add irq flag to disable balancing for an interruptGravatar Thomas Gleixner 1-0/+3
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+6
2006-12-10[PATCH] sched: use softirq for load balancingGravatar Christoph Lameter 1-1/+2
2006-12-07[PATCH] add bottom_half.hGravatar Andrew Morton 1-6/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-10-05IRQ: Typedef the IRQ handler function typeGravatar David Howells 1-3/+4
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsGravatar Arjan van de Ven 1-0/+16
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreGravatar Ingo Molnar 1-6/+5
2006-07-03[PATCH] lockdep: add local_irq_enable_in_hardirq() APIGravatar Ingo Molnar 1-0/+17
2006-07-03[PATCH] lockdep: add disable/enable_irq_lockdep() APIGravatar Ingo Molnar 1-1/+48
2006-07-02[PATCH] genirq:fixup missing SA_PERCPU replacementGravatar Thomas Gleixner 1-0/+2
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqGravatar Thomas Gleixner 1-0/+47
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportGravatar Thomas Gleixner 1-0/+14
2006-06-23[PATCH] adjust handle_IRR_event() return typeGravatar Jan Beulich 1-20/+1
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-01-09[SCSI] Kill the SCSI softirq handlingGravatar Jens Axboe 1-1/+0
2006-01-09[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqGravatar Jens Axboe 1-0/+1
2006-01-08[PATCH] remove semicolons from save_flags()Gravatar Andrew Morton 1-1/+1
2005-11-13[PATCH] m68k: thread_info header cleanupGravatar Al Viro 1-0/+1
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Gravatar Andi Kleen 1-1/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+289