Commit Graph

307 Commits (fef07aae9cd9ed82f94228c311b35360f1f38902)

Author SHA1 Message Date
Thomas Gleixner 69ab849439 genirq: Wake up irq thread after action has been installed 16 years ago
Linus Torvalds 2d860ad76f genirq: prevent wakeup of freed irq thread 16 years ago
Yinghai Lu ad7d6c7a06 x86/irq: Fix move_irq_desc() for nodes without ram 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
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
Thomas Gleixner d7226fb6ec Revert "genirq: assert that irq handlers are indeed running in hardirq context" 16 years ago
Heiko Carstens a0e39ed378 tracing: fix build failure on s390 16 years ago
Yinghai Lu 85ac16d033 x86/irq: change irq_desc_alloc() to take node instead of cpu 16 years ago
Yinghai Lu 57b150cce8 irq: only update affinity if ->set_affinity() is sucessfull 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
Steven Rostedt ad8d75fff8 tracing/events: move trace point headers into include/trace/events 16 years ago
Steven Rostedt a8d154b009 tracing: create automated trace defines 16 years ago
Pallipadi, Venkatesh 6ec3cfeca0 x86, irq: Remove IRQ_DISABLED check in process context IRQ move 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
Thomas Gleixner f48fe81e5b genirq: threaded irq handlers review fixups 16 years ago
Arjan van de Ven 935bd5b971 genirq: add support for threaded interrupts to devres 16 years ago
Thomas Gleixner 3aa551c9b4 genirq: add threaded interrupt handler support 16 years ago
Thomas Gleixner 0e57aa11ab genirq: deprecate __do_IRQ 16 years ago
Thomas Gleixner 4553573277 genirq: use kzalloc instead of explicit zero initialization 16 years ago
Thomas Gleixner c8e2aeef0b genirq: remove redundant if condition 16 years ago
Magnus Damm eb53b4e8fe irq: export remove_irq() and setup_irq() symbols 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
Peter Zijlstra 044d408409 genirq: assert that irq handlers are indeed running in hardirq context 16 years ago
Jason Baron af39241b90 tracing, genirq: add irq enter and exit trace events 16 years ago
Ingo Molnar f17c75453b irq: name 'p' variables a bit better 16 years ago
Ingo Molnar 8316e38100 irq: further clean up the free_irq() code flow 16 years ago
Ingo Molnar ae88a23b32 irq: refactor and clean up the free_irq() code flow 16 years ago
Ingo Molnar 327ec5699c irq: clean up manage.c 16 years ago
Johannes Weiner 0e43785c57 irq: use GFP_KERNEL for action allocation in request_irq() 16 years ago
Hannes Eder 548c893380 kernel/irq: fix sparse warning: make symbol static 16 years ago
Yinghai Lu 005bf0e6fa irq: optimize init_kstat_irqs/init_copy_kstat_irqs 16 years ago
Yinghai Lu 0f3c2a89c1 irq: clear kstat_irqs 16 years ago
Yinghai Lu 10b888d6ce irq, x86: fix lock status with numa_migrate_irq_desc 16 years ago
David Daney 97179fd46d cpumask fallout: Initialize irq_default_affinity earlier 16 years ago
David Daney 1267a8df20 Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too. 16 years ago
Ingo Molnar 74296a8ed6 irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ 16 years ago
Ingo Molnar 14819ea1e0 irq: export __set_irq_handler() and handle_level_irq() 16 years ago
Yinghai Lu 4a046d1754 x86: arch_probe_nr_irqs 16 years ago
Mike Travis 92296c6d6e cpumask, irq: non-x86 build failures 16 years ago
Mike Travis 542d865bbe kstat: modify kstat_irqs_legacy to be variable sized 16 years ago
Mike Travis 9332fccded irq: initialize nr_irqs based on nr_cpu_ids 16 years ago