Commit Graph

356 Commits (97750cebb3000a9cc08f8ce8dc8c7143be7d7201)

Author SHA1 Message Date
Ian Campbell 685fd0b4ea irq: Add new IRQ flag IRQF_NO_SUSPEND 15 years ago
Thomas Gleixner 4673247562 genirq: Deal with desc->set_type() changing desc->chip 15 years ago
Peter P Waskiewicz Jr 4308ad8011 genirq: Clear CPU mask in affinity_hint when none is provided 15 years ago
Peter P Waskiewicz Jr e7a297b0d7 genirq: Add CPU mask affinity hint 15 years ago
Thomas Gleixner 6932bf37be genirq: Remove IRQF_DISABLED from core code 15 years ago
Ingo Molnar e58aa3d2d0 genirq: Run irq handlers with interrupts disabled 15 years ago
Marc Zyngier ae731f8d07 genirq: Introduce request_any_context_irq() 15 years ago
Thomas Gleixner 753649dbc4 genirq: Force MSI irq handlers to run with interrupts disabled 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Henrik Kretzschmar 860652bfb8 genirq: Move two IRQ functions from .init.text to .text 15 years ago
Thomas Gleixner cc8c3b7843 genirq: Protect access to irq_desc->action in can_request_irq() 15 years ago
Dimitri Sivanich 92d6b71ab9 genirq: Expose irq_desc->node in proc/irq 15 years ago
Thomas Gleixner 0b1adaa031 genirq: Prevent oneshot irq thread race 15 years ago
Brandon Philips eb5b379406 x86, irq: Keep chip_data in create_irq_nr and destroy_irq 15 years ago
Yinghai Lu b5eb78f76d sparseirq: Use radix_tree instead of ptrs array 15 years ago
Yinghai Lu 99558f0bbe sparseirq: Change irq_desc_ptrs to static 15 years ago
Yinghai Lu febcb0c59a irq: Remove unnecessary bootmem code 15 years ago
Uwe Kleine-König dfff0615d2 tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments 15 years ago
Jean Delvare 5c42dc7070 devres/irq: Fix devm_irq_match comment 15 years ago
Brandon Phiilps ced5b697a7 x86: Avoid race condition in pci_enable_msix() 15 years ago
Baruch Siach 9ce8e498ee devres: typo fix s/dev/devm/ 15 years ago
Thomas Gleixner 239007b844 genirq: Convert irq_desc.lock to raw_spinlock 15 years ago
Uwe Kleine-König fbfecd3712 tree-wide: fix typos "couter" -> "counter" 15 years ago
Liuweni fb3d38b990 fix kerneldoc for set_irq_msi() 15 years ago
Thomas Gleixner 34769945f7 genirq: Fix spurious irq seqfile conversion 15 years ago
Alexey Dobriyan a1afb6371b genirq: switch /proc/irq/*/spurious to seq_file 15 years ago
Cyrill Gorcunov c82a43d40b irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed 16 years ago
Yong Zhang e7e7e0c084 genirq: try_one_irq() must be called with irq disabled 16 years ago
Thomas Gleixner 663e695928 irq: Remove unused debug_poll_all_shared_irqs() 16 years ago
Liuweni 24b26d4211 irq: Fix docbook comments 16 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Yinghai Lu 372e24b0cb irq: Make sure irq_desc for legacy irq get correct node setting 16 years ago
Thomas Gleixner 4dbc9ca219 genirq: Do not mask oneshot edge type interrupts 16 years ago
Thomas Gleixner 69ab849439 genirq: Wake up irq thread after action has been installed 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
Linus Torvalds 2d860ad76f genirq: prevent wakeup of freed irq thread 16 years ago
Bartlomiej Zolnierkiewicz c36ba80ea0 irq: Remove superfluous NULL pointer check in check_irq_resend() 16 years ago
Yinghai Lu ad7d6c7a06 x86/irq: Fix move_irq_desc() for nodes without ram 16 years ago
Jiri Slaby 990a55eb25 irq: Clean up by removing irqfixup MODULE_PARM_DESC() 16 years ago
Bruno Premont 61f3826133 genirq: Fix UP compile failure caused by irq_thread_check_affinity 16 years ago
Thomas Gleixner 591d2fb02e genirq: Delegate irq affinity setting to the irq thread 16 years ago
Rafael J. Wysocki c71320d0c4 genirq: Fix comment describing suspend_device_irqs() 16 years ago
Yinghai Lu 28be225b23 irq: slab alloc for default irq_affinity 16 years ago
Pekka Enberg 22fb4e71e6 irq: use kcalloc() instead of the bootmem allocator 16 years ago
Yinghai Lu dad213aeb5 irq/cpumask: make memoryless node zero happy 16 years ago
Paul Mundt 948cd52906 sparseirq: Allow early irq_desc allocation 16 years ago
Steven Rostedt 39a2eddb9b genirq: fix comment to say IRQ_WAKE_THREAD 16 years ago
Yinghai Lu 15e957d08d x86/irq: use move_irq_desc() in create_irq_nr() 16 years ago