Age | Commit message (Expand) | Author |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar |
2009-02-26 | tracing, genirq: add irq enter and exit trace events | Jason Baron |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar |
2009-02-04 | Merge branch 'core/xen' into x86/urgent | Ingo Molnar |
2009-02-01 | irq, x86: fix lock status with numa_migrate_irq_desc | Yinghai Lu |
2009-01-31 | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-01-30 | Merge branch 'linus' into core/percpu | Ingo Molnar |
2009-01-28 | cpumask fallout: Initialize irq_default_affinity earlier | David Daney |
2009-01-28 | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too. | David Daney |
2009-01-14 | irq: export __set_irq_handler() and handle_level_irq() | Ingo Molnar |
2009-01-13 | x86: arch_probe_nr_irqs | Yinghai Lu |
2009-01-11 | cpumask, irq: non-x86 build failures | Mike Travis |
2009-01-11 | kstat: modify kstat_irqs_legacy to be variable sized | Mike Travis |
2009-01-11 | irq: initialize nr_irqs based on nr_cpu_ids | Mike Travis |
2009-01-11 | irq: allocate irq_desc_ptrs array based on nr_irqs | Mike Travis |
2009-01-11 | irq: use WARN() instead of WARN_ON(). | Mike Travis |
2009-01-11 | irq: change references from NR_IRQS to nr_irqs | Mike Travis |
2009-01-11 | cpumask: fix bug in use cpumask_var_t in irq_desc | Mike Travis |
2009-01-11 | cpumask: update irq_desc to use cpumask_var_t | Mike Travis |
2009-01-07 | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-01-03 | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2008-12-31 | cpumask: convert kernel/irq | Rusty Russell |
2008-12-31 | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell |
2008-12-31 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2008-12-29 | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu |
2008-12-28 | sparseirq: work around __weak alias bug | Ingo Molnar |
2008-12-27 | sparseirq: fix hang with !SPARSE_IRQ | Yinghai Lu |
2008-12-27 | sparseirq: set lock_class for legacy irq when sparse_irq is selected | Yinghai Lu |
2008-12-27 | sparseirq: work around compiler optimizing away __weak functions | Yinghai Lu |
2008-12-27 | sparseirq: fix desc->lock init | Ingo Molnar |
2008-12-27 | sparseirq: do not printk when migrating IRQ descriptors | Ingo Molnar |
2008-12-26 | sparseirq: remove duplicated arch_early_irq_init() | Yinghai Lu |
2008-12-26 | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro |
2008-12-26 | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c | KOSAKI Motohiro |
2008-12-26 | irq: for_each_irq_desc() move to irqnr.h | KOSAKI Motohiro |
2008-12-25 | Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2... | Ingo Molnar |
2008-12-19 | sparseirq: fix numa_migrate_irq_desc dependency and comments | Yinghai Lu |
2008-12-18 | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro |
2008-12-17 | Merge branch 'irq/sparseirq' into cpus4096 | Ingo Molnar |
2008-12-16 | x86, sparseirq: move irq_desc according to smp_affinity, v7 | Yinghai Lu |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell |
2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell |
2008-12-08 | x86: use NR_IRQS_LEGACY | Yinghai Lu |
2008-12-08 | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu |
2008-12-04 | Merge commit 'v2.6.28-rc7' into core/locking | Ingo Molnar |
2008-12-02 | genirq: warn when IRQF_DISABLED may be ignored | David Brownell |