Commit Graph

247 Commits (324bda9e47f53aebec1376ee89bba8128c8455e2)

Author SHA1 Message Date
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 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
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
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
KOSAKI Motohiro f9af0e7091 irq: for_each_irq_desc() move to irqnr.h 16 years ago
Yinghai Lu b909895739 sparseirq: fix numa_migrate_irq_desc dependency and comments 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
Rusty Russell 0de26520c7 cpumask: make irq_set_affinity() take a const struct cpumask 16 years ago
Rusty Russell 29c0177e6a cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. 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
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
roel kluin 3786fc710c irq: make variable static 17 years ago
Dean Nelson b6f3b7803a genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() 17 years ago
Chris Friesen 0b3682ba33 genirq: fix set_irq_type() when recording trigger type 17 years ago
Thomas Gleixner 63d659d556 genirq: fix name space collision of nr_irqs in autoprobe.c 17 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 ee32c97322 genirq: remove irq_to_desc_alloc 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