Commit Graph

236 Commits (5955c7a2cfb6a35429adea5dc480002b15ca8cfc)

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
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
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 e00585bb7f irq: fix irqpoll && sparseirq 17 years ago
venkatesh.pallipadi@intel.com 932775a4ab x86: HPET_MSI change IRQ affinity in process context when it is disabled 17 years ago
Dean Nelson 21056830c4 irq: set_irq_chip() has redundant call to irq_to_desc() 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