Commit Graph

407 Commits (dbc39ec4b69de34e2c2c937131649cc4a104283f)

Author SHA1 Message Date
Thomas Gleixner 6d83f94db9 genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now 14 years ago
Thomas Gleixner c1ee626428 genirq: Prevent access beyond allocated_irqs bitmap 14 years ago
Thomas Gleixner f1a06390d0 genirq: Prevent irq storm on migration 14 years ago
Thomas Gleixner 1c77ff22f5 genirq: Remove __do_IRQ 14 years ago
Eric Dumazet 6c9ae009b2 irq: use per_cpu kstat_irqs 14 years ago
Peter Zijlstra c9b5f501ef sched: Constify function scope static struct sched_param usage 14 years ago
Kenji Kaneshige 25c9170ed6 genirq: Fix incorrect proc spurious output 14 years ago
KAMEZAWA Hiroyuki 478735e388 /proc/stat: fix scalability of irq sum of all cpu 14 years ago
KOSAKI Motohiro fe7de49f9d sched: Make sched_param argument static in sched_setscheduler() callers 14 years ago
Thomas Gleixner 2656c36699 genirq: Warn if enable_irq is called before irq is set up 14 years ago
Thomas Gleixner c0a19ebc01 genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build 15 years ago
Thomas Gleixner baa0d233af genirq: Switch sparse_irq allocator to GFP_KERNEL 15 years ago
Thomas Gleixner a05a900a51 genirq: Make sparse_lock a mutex 15 years ago
Thomas Gleixner 78f90d91f3 genirq: Remove the now unused sparse irq leftovers 15 years ago
Thomas Gleixner b7b29338dc genirq: Sanitize dynamic irq handling 15 years ago
Thomas Gleixner b7d0d8258a genirq: Remove arch_init_chip_data() 15 years ago
Thomas Gleixner b683de2b3c genirq: Query arch for number of early descriptors 15 years ago
Thomas Gleixner aa99ec0f3f genirq: Use sane sparse allocator 15 years ago
Thomas Gleixner 06f6c3399e genirq: Implement irq reservation 15 years ago
Thomas Gleixner a98d24b71b genirq: Implement sane enumeration 15 years ago
Thomas Gleixner 13bfe99e09 genirq: Prepare proc for real sparse irq support 15 years ago
Thomas Gleixner 1f5a5b87f7 genirq: Implement a sane sparse_irq allocator 15 years ago
Thomas Gleixner 1318a481fc genirq: Provide default irq init flags 15 years ago
Thomas Gleixner d895f51ebb genirq: Remove export of kstat_irqs_cpu 15 years ago
Thomas Gleixner 154cd387cd genirq: Remove early_init_irq_lock_class() 15 years ago
Thomas Gleixner 3795de236d genirq: Distangle kernel/irq/handle.c 15 years ago
Thomas Gleixner f303a6dd12 genirq: Sanitize irq_data accessors 15 years ago
Thomas Gleixner 442471848f genirq: Provide status modifier 15 years ago
Thomas Gleixner e144710b30 genirq: Distangle irq.h 15 years ago
Thomas Gleixner bd15141226 genirq: Provide config option to disable deprecated code 15 years ago
Thomas Gleixner 21e2b8c62c genirq: Provide compat handling for chip->retrigger() 15 years ago
Thomas Gleixner 2f7e99bb9b genirq: Provide compat handling for chip->set_wake() 15 years ago
Thomas Gleixner b2ba2c3003 genirq: Provide compat handling for chip->set_type() 15 years ago
Thomas Gleixner c96b3b3c44 genirq: Provide compat handling for chip->set_affinity() 15 years ago
Thomas Gleixner 37e12df709 genirq: Provide compat handling for chip->startup() 15 years ago
Thomas Gleixner bc310dda41 genirq: Provide compat handling for chip->disable()/shutdown() 15 years ago
Thomas Gleixner c5f756344c genirq: Provide compat handling for chip->enable() 15 years ago
Thomas Gleixner 0c5c15572a genirq: Provide compat handling for chip->eoi() 15 years ago
Thomas Gleixner 9205e31d1a genirq: Provide compat handling for chip->mask_ack() 15 years ago
Thomas Gleixner 22a49163e9 genirq: Provide compat handling for chip->ack() 15 years ago
Thomas Gleixner 0eda58b7f3 genirq: Provide compat handling for chip->unmask() 15 years ago
Thomas Gleixner e2c0f8ff0f genirq: Provide compat handling for chip->mask() 15 years ago
Thomas Gleixner 3876ec9ef3 genirq: Provide compat handling for bus_lock/bus_sync_unlock 15 years ago
Thomas Gleixner a77c463591 genirq: Add new functions to dummy chips 15 years ago
Thomas Gleixner 6b8ff3120c genirq: Convert core code to irq_data 15 years ago
Thomas Gleixner ff7dcd44dd genirq: Create irq_data 15 years ago
Thomas Gleixner d9817ebeee genirq: Provide Kconfig 15 years ago
Thomas Gleixner d1ea13c6e2 genirq: Cleanup irq_chip->typename leftovers 15 years ago
Ian Campbell 685fd0b4ea irq: Add new IRQ flag IRQF_NO_SUSPEND 15 years ago
Thomas Gleixner 4673247562 genirq: Deal with desc->set_type() changing desc->chip 15 years ago