Commit Graph

126 Commits (bcefe12eff5dca6fdfa94ed85e5bee66380d5cd9)

Author SHA1 Message Date
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
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
Steven Rostedt 39a2eddb9b genirq: fix comment to say IRQ_WAKE_THREAD 16 years ago
Yinghai Lu 57b150cce8 irq: only update affinity if ->set_affinity() is sucessfull 16 years ago
Pallipadi, Venkatesh 6ec3cfeca0 x86, irq: Remove IRQ_DISABLED check in process context IRQ move 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
Thomas Gleixner 3aa551c9b4 genirq: add threaded interrupt handler support 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
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
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
Mike Travis 7f7ace0cda cpumask: update irq_desc to use cpumask_var_t 16 years ago
Rusty Russell d036e67b40 cpumask: convert kernel/irq 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
Rusty Russell 0de26520c7 cpumask: make irq_set_affinity() take a const struct cpumask 16 years ago
David Brownell 470c66239e genirq: warn when IRQF_DISABLED may be ignored 16 years ago
David Brownell f2b662da8d genirq: record IRQ_LEVEL in irq_desc[] 16 years ago
Mark Nelson 3ff68a6a10 genirq: __irq_set_trigger: change pr_warning to pr_debug 16 years ago
Ingo Molnar f131e2436d irq: fix typo 16 years ago
Thomas Gleixner 612e3684c1 genirq: fix the affinity setting in setup_irq 16 years ago
Thomas Gleixner f6d87f4bd2 genirq: keep affinities set from userspace across free/request_irq() 16 years ago
Thomas Gleixner d3c60047bd genirq: cleanup the sparseirq modifications 17 years ago
venkatesh.pallipadi@intel.com 932775a4ab x86: HPET_MSI change IRQ affinity in process context when it is disabled 17 years ago
Yinghai Lu 8b8e8c1bf7 x86: remove irqbalance in kernel for 32 bit 17 years ago
Yinghai Lu cb5bc83225 x86_64: rename irq_desc/irq_desc_alloc 17 years ago
Yinghai Lu 7d94f7ca40 irq: remove >= nr_irqs checking with config_have_sparse_irq 17 years ago
Yinghai Lu 2c6927a38f irq: replace loop with nr_irqs with for_each_irq_desc 17 years ago
Yinghai Lu 08678b0841 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] 17 years ago
Yinghai Lu 85c0f90978 irq: introduce nr_irqs 17 years ago
David Brownell 0c5d1eb77a genirq: record trigger type 17 years ago
Pawel MOLL 7e6e178ab1 genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler 17 years ago
Anton Vorontsov 377bf1e4ac genirq: fix irq_desc->depth handling with DEBUG_SHIRQ 17 years ago
David Brownell c69ad71bcd genirq: better warning on irqchip->set_type() failure 17 years ago
Arjan van de Ven b8c512f619 Use WARN() in kernel/irq/manage.c 17 years ago