Commit Graph

143 Commits (9f5a5621e78cf48d86682a71ceb3fcdbde38b222)

Author SHA1 Message Date
Krzysztof Halasa bebd04cc45 doc: Fix IRQ chip docs 15 years ago
Mark Brown 31b47cf760 genirq: Add prototype for handle_nested_irq() 16 years ago
Thomas Gleixner 399b5da29b genirq: Support nested threaded irq handling 16 years ago
Thomas Gleixner 70aedd24d2 genirq: Add buslock support 16 years ago
Thomas Gleixner b25c340c19 genirq: Add oneshot support 16 years ago
Thomas Gleixner 96ccd4a43a genirq: Remove obsolete defines and typedefs 16 years ago
Randy Dunlap ab33dcff40 genirq, irq.h: Fix kernel-doc warnings 16 years ago
Yinghai Lu 38c7fed2f5 x86: remove some alloc_bootmem_cpumask_var calling 16 years ago
Yinghai Lu 15e957d08d x86/irq: use move_irq_desc() in create_irq_nr() 16 years ago
Yinghai Lu d047f53a2e x86/irq: change MSI irq_desc to be more numa aware 16 years ago
Yinghai Lu 85ac16d033 x86/irq: change irq_desc_alloc() to take node instead of cpu 16 years ago
Yinghai Lu d5dedd4507 irq: change ->set_affinity() to return status 16 years ago
Yinghai Lu fcef5911c7 x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC 16 years ago
Yinghai Lu 9ec4fa271f irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout 16 years ago
Yinghai Lu 9756b15e1b irq: fix cpumask memory leak on offstack cpumask kernels 16 years ago
Rafael J. Wysocki 0a0c5168df PM: Introduce functions for suspending and resuming device interrupts 16 years ago
Ralf Baechle 503e576303 Fix build error in <linux/irq.h> 16 years ago
Thomas Gleixner 3aa551c9b4 genirq: add threaded interrupt handler support 16 years ago
Thomas Gleixner bedd30d986 genirq: make irqreturn_t an enum 16 years ago
Thomas Gleixner 3dd3d46b78 genirq: remove unused hw_irq_controller typedef 16 years ago
Magnus Damm cbf94f0682 irq: match remove_irq() args with setup_irq() 16 years ago
Magnus Damm f21cfb258d irq: add remove_irq() for freeing of setup_irq() irqs 16 years ago
Yinghai Lu d52a61c04c irq: clean up irq stat methods 16 years ago
Mike Travis 802bf931f2 cpumask: fix bug in use cpumask_var_t in irq_desc 16 years ago
Mike Travis 7f7ace0cda cpumask: update irq_desc to use cpumask_var_t 16 years ago
Yinghai Lu d7e51e6689 sparseirq: make some func to be used with genirq 16 years ago
Yinghai Lu 43a256322a sparseirq: move __weak symbols into separate compilation unit 16 years ago
Yinghai Lu 13a0c3c269 sparseirq: work around compiler optimizing away __weak functions 16 years ago
KOSAKI Motohiro f9af0e7091 irq: for_each_irq_desc() move to irqnr.h 16 years ago
Yinghai Lu 078a55db07 sparseirq: add kernel-doc notation for new member in irq_desc, -v2 16 years ago
Yinghai Lu 48a1b10aff x86, sparseirq: move irq_desc according to smp_affinity, v7 16 years ago
Rusty Russell 0de26520c7 cpumask: make irq_set_affinity() take a const struct cpumask 16 years ago
Yinghai Lu 240d367b4e sparseirq: fix Alpha build failure 16 years ago
Yinghai Lu 0b8f1efad3 sparse irq_desc[] array: core kernel and x86 changes 16 years ago
Richard Kennedy e262a7ba31 irq.h: remove padding from irq_desc on 64bits 16 years ago
Randy Dunlap 2ed1cdcf9a irq.h: fix missing/extra kernel-doc 16 years ago
Thomas Gleixner f6d87f4bd2 genirq: keep affinities set from userspace across free/request_irq() 16 years ago
Thomas Gleixner dd3a1db900 genirq: improve include files 17 years ago
Thomas Gleixner 2be3b52a57 proc: fixup irq iterator 17 years ago
Thomas Gleixner 811410fdb6 genirq: add reverse iterator for irq_desc 17 years ago
Thomas Gleixner d6c88a507e genirq: revert dynarray 17 years ago
Thomas Gleixner ee32c97322 genirq: remove irq_to_desc_alloc 17 years ago
Thomas Gleixner 2cc21ef843 genirq: remove sparse irq code 17 years ago
Thomas Gleixner c6b7674f32 genirq: use inline function for irq_to_desc 17 years ago
Thomas Gleixner 70dd4d992a genirq: consolidate nr_irqs and for_each_irq_desc() 17 years ago
Yinghai Lu 8c464a4b23 sparseirq: move kstat_irqs from kstat to irq_desc - fix 17 years ago
Yinghai Lu 8b8e8c1bf7 x86: remove irqbalance in kernel for 32 bit 17 years ago
Yinghai Lu 6d50bc2683 x86: use 28 bits irq NR for pci msi/msix and ht 17 years ago
Yinghai Lu e420dfb40c x86: put irq_2_iommu pointer into irq_desc 17 years ago
Yinghai Lu 67fb283e14 irq: separate sparse_irqs from sparse_irqs_free 17 years ago