Commit Graph

99 Commits (cbf94f06824780183e4bba165c7c29d5c7bd9a51)

Author SHA1 Message Date
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
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
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
Arjan van de Ven 7a2c477069 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() 17 years ago
Uwe Kleine-König 82736f4d1d generic irqs: handle failure of irqchip->set_type in setup_irq 17 years ago
Uwe Kleine-König 2db873211b set_irq_wake: fix return code and wake status tracking 17 years ago
Suresh Siddha 72b1e22dfc x64, x2apic/intr-remap: generic irq migration support from process context 17 years ago
Thomas Gleixner 48627d8d23 genirq: remove extraneous checks in manage.c 17 years ago
Max Krasnyansky 1840475676 genirq: Expose default irq affinity mask (take 3) 17 years ago
Thomas Gleixner 1adb0850a1 genirq: reenable a nobody cared disabled irq when a new driver arrives 17 years ago
Robert P. J. Day 1aeb272cf0 kernel: explicitly include required header files under kernel/ 17 years ago
Ingo Molnar 70edcd77a0 genirq: stackdump after the "Trying to free already-free IRQ" message 17 years ago
Herbert Xu a98ce5c6fe Fix synchronize_irq races with IRQ handler 18 years ago
David Woodhouse 1d99493b3a Fix CONFIG_DEBUG_SHIRQ trigger on free_irq() 18 years ago
Jarek Poplawski 59845b1ffd request_irq: fix DEBUG_SHIRQ handling 18 years ago
Andrew Morton 8b7f07155f free_irq(): fix DEBUG_SHIRQ handling 18 years ago
Ahmed S. Darwish f75d222b83 IRQ: check for PERCPU flag only when adding first irqaction 18 years ago
Thomas Gleixner 771ee3b04e [PATCH] Add a function to handle interrupt affinity setting 18 years ago
Thomas Gleixner 950f4427c2 [PATCH] Add irq flag to disable balancing for an interrupt 18 years ago
Thomas Gleixner 38515e908b [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 18 years ago
Alan Cox 3f05044715 [PATCH] kernel: shut up the IRQ mismatch messages 18 years ago