Commit Graph

283 Commits (c5428e950ad42640f00092949fd17e356dfdeafa)

Author SHA1 Message Date
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
Mike Travis 0fa0ebbf15 irq: allocate irq_desc_ptrs array based on nr_irqs 16 years ago
Mike Travis e2f4d06545 irq: use WARN() instead of WARN_ON(). 16 years ago
Mike Travis 9594949b06 irq: change references from NR_IRQS to nr_irqs 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
Arjan van de Ven 22a9d64567 async: Asynchronous function calls to speed up kernel boot 16 years ago
Ingo Molnar 6bdf197b04 ia64: cpumask fix for is_affinity_mask_valid() 16 years ago
Rusty Russell d036e67b40 cpumask: convert kernel/irq 16 years ago
Wang Chen efdc64f0c7 genirq: check chip->ack before calling 16 years ago
Yinghai Lu 43a256322a sparseirq: move __weak symbols into separate compilation unit 16 years ago
Ingo Molnar b2e2fe9962 sparseirq: work around __weak alias bug 16 years ago
Yinghai Lu 12026ea16a sparseirq: fix hang with !SPARSE_IRQ 16 years ago
Yinghai Lu fa6beb37b0 sparseirq: set lock_class for legacy irq when sparse_irq is selected 16 years ago
Yinghai Lu 13a0c3c269 sparseirq: work around compiler optimizing away __weak functions 16 years ago
Ingo Molnar 793f7b12a0 sparseirq: fix desc->lock init 16 years ago
Ingo Molnar 8b07cd4451 sparseirq: do not printk when migrating IRQ descriptors 16 years ago
Yinghai Lu 00c2363487 sparseirq: remove duplicated arch_early_irq_init() 16 years ago
KOSAKI Motohiro 18eefedfe8 irq: simplify for_each_irq_desc() usage 16 years ago
KOSAKI Motohiro 26ddd8d5ca proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c 16 years ago