| Commit message (Expand) | Author | Age |
... | |
* | genirq: Consolidate IRQ_DISABLED | Thomas Gleixner | 2011-02-19 |
* | genirq: Remove default magic | Thomas Gleixner | 2011-02-19 |
* | genirq: Consolidate disable/enable | Thomas Gleixner | 2011-02-19 |
* | genirq: Consolidate startup/shutdown of interrupts | Thomas Gleixner | 2011-02-19 |
* | genirq: Remove bogus conditional | Thomas Gleixner | 2011-02-19 |
* | genirq: Move irq thread flags to core | Thomas Gleixner | 2011-02-19 |
* | genirq: Mark polled irqs and defer the real handler | Thomas Gleixner | 2011-02-19 |
* | genirq: spurious: Run only one poller at a time | Thomas Gleixner | 2011-02-19 |
* | genirq: Do not poll disabled, percpu and timer interrupts | Thomas Gleixner | 2011-02-19 |
* | genirq: Fixup poll handling | Thomas Gleixner | 2011-02-19 |
* | genirq: Warn when handler enables interrupts | Thomas Gleixner | 2011-02-19 |
* | genirq: Plug race in report_bad_irq() | Thomas Gleixner | 2011-02-19 |
* | genirq: Remove redundant thread affinity setting | Thomas Gleixner | 2011-02-19 |
* | genirq: Do not copy affinity before set | Thomas Gleixner | 2011-02-19 |
* | genirq: Always apply cpu online mask | Thomas Gleixner | 2011-02-19 |
* | genirq: Rremove redundant check | Thomas Gleixner | 2011-02-19 |
* | genirq: Simplify affinity related code | Thomas Gleixner | 2011-02-19 |
* | genirq: Namespace cleanup | Thomas Gleixner | 2011-02-19 |
* | genirq: Add missing buslock to set_irq_type(), set_irq_wake() | Thomas Gleixner | 2011-02-19 |
* | genirq: Make nr_irqs runtime expandable | Thomas Gleixner | 2011-02-19 |
* | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner | 2011-02-19 |
|\ |
|
| * | genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now | Thomas Gleixner | 2011-02-19 |
| * | genirq: Prevent access beyond allocated_irqs bitmap | Thomas Gleixner | 2011-02-19 |
* | | Merge branch 'irq/for-mips' into irq/core | Thomas Gleixner | 2011-02-10 |
|\ \ |
|
| * | | genirq: Call bus_lock/unlock functions in setup_irq() | David Daney | 2011-02-10 |
| |/ |
|
* | | genirq: Remove dead code | Thomas Gleixner | 2011-02-08 |
* | | Merge branch 'irq/for-xen' into irq/core | Thomas Gleixner | 2011-02-08 |
|\ \ |
|
| * | | genirq: Add IRQF_FORCE_RESUME | Thomas Gleixner | 2011-02-08 |
| |/ |
|
* | | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner | 2011-02-05 |
|\| |
|
| * | genirq: Prevent irq storm on migration | Thomas Gleixner | 2011-02-02 |
* | | genirq: Fix affinity notifier fallout | Thomas Gleixner | 2011-01-31 |
* | | genirq: Add IRQ affinity notifiers | Ben Hutchings | 2011-01-22 |
|/ |
|
* | genirq: Remove __do_IRQ | Thomas Gleixner | 2011-01-21 |
* | irq: use per_cpu kstat_irqs | Eric Dumazet | 2011-01-13 |
* | sched: Constify function scope static struct sched_param usage | Peter Zijlstra | 2011-01-07 |
* | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-12-08 |
|\ |
|
| * | genirq: Fix incorrect proc spurious output | Kenji Kaneshige | 2010-12-01 |
* | | Merge commit 'v2.6.37-rc2' into sched/core | Ingo Molnar | 2010-11-18 |
|\| |
|
| * | Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git... | Linus Torvalds | 2010-10-31 |
| |\ |
|
| | * | genirq: Warn if enable_irq is called before irq is set up | Thomas Gleixner | 2010-10-22 |
| * | | /proc/stat: fix scalability of irq sum of all cpu | KAMEZAWA Hiroyuki | 2010-10-27 |
| |/ |
|
* / | sched: Make sched_param argument static in sched_setscheduler() callers | KOSAKI Motohiro | 2010-10-23 |
|/ |
|
* | genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build | Thomas Gleixner | 2010-10-12 |
* | genirq: Switch sparse_irq allocator to GFP_KERNEL | Thomas Gleixner | 2010-10-12 |
* | genirq: Make sparse_lock a mutex | Thomas Gleixner | 2010-10-12 |
* | genirq: Remove the now unused sparse irq leftovers | Thomas Gleixner | 2010-10-12 |
* | genirq: Sanitize dynamic irq handling | Thomas Gleixner | 2010-10-12 |
* | genirq: Remove arch_init_chip_data() | Thomas Gleixner | 2010-10-12 |
* | genirq: Query arch for number of early descriptors | Thomas Gleixner | 2010-10-12 |
* | genirq: Use sane sparse allocator | Thomas Gleixner | 2010-10-12 |