Commit Graph

98 Commits (4499b23933b44bf9e56d1a29b51d9a62941f9fa4)

Author SHA1 Message Date
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 0e57aa11ab genirq: deprecate __do_IRQ 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
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
David Daney 97179fd46d cpumask fallout: Initialize irq_default_affinity earlier 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
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
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
KOSAKI Motohiro f9af0e7091 irq: for_each_irq_desc() move to irqnr.h 16 years ago
KOSAKI Motohiro 74c8a61304 locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP 16 years ago
Yinghai Lu 48a1b10aff x86, sparseirq: move irq_desc according to smp_affinity, v7 16 years ago
Yinghai Lu 99d093d128 x86: use NR_IRQS_LEGACY 16 years ago
Yinghai Lu 0b8f1efad3 sparse irq_desc[] array: core kernel and x86 changes 16 years ago
Thomas Gleixner 10e580842e genirq: use iterators for irq_desc loops 17 years ago
Thomas Gleixner d3c60047bd genirq: cleanup the sparseirq modifications 17 years ago
Thomas Gleixner d6c88a507e genirq: revert dynarray 17 years ago
Thomas Gleixner 2cc21ef843 genirq: remove sparse irq code 17 years ago
Thomas Gleixner c6b7674f32 genirq: use inline function for irq_to_desc 17 years ago
Yinghai Lu aac3f2b6f6 x86: fix typo in irq_desc array 17 years ago
Andrew Morton 2976fe2012 fix warning: "x86: sparse_irq needs spin_lock in allocations" 17 years ago
Yinghai Lu 9d98598d2f sparseirq: remove some debug print out 17 years ago
Yinghai Lu 8c464a4b23 sparseirq: move kstat_irqs from kstat to irq_desc - fix 17 years ago
Yinghai Lu e89eb43863 x86: sparse_irq needs spin_lock in allocations 17 years ago
Ingo Molnar e955b5398b sparseirq: fix lockdep 17 years ago
Yinghai Lu 67fb283e14 irq: separate sparse_irqs from sparse_irqs_free 17 years ago
Yinghai Lu cb5bc83225 x86_64: rename irq_desc/irq_desc_alloc 17 years ago
Yinghai Lu 46926b67fc generic: add irq_desc in function in parameter 17 years ago
Yinghai Lu 9059d8fa4a irq: add irq_desc_without_new 17 years ago
Yinghai Lu 7f95ec9e4c x86: move kstat_irqs from kstat to 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
Ingo Molnar fa42d10dd5 irq: sparse irqs, export nr_irqs 17 years ago
Yinghai Lu d60458b224 irq: make irq_desc to use dyn_array 17 years ago