| Commit message (Expand) | Author | Age | Files | Lines |
* | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven | 2009-01-07 | 1 | -0/+5 |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 2 | -14/+31 |
|\ |
|
| * | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar | 2009-01-03 | 1 | -1/+1 |
| * | cpumask: convert kernel/irq | Rusty Russell | 2009-01-01 | 2 | -13/+30 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 9 | -20/+366 |
| |\ |
|
* | \ | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 4 | -30/+37 |
|\ \ \ |
|
| * \ \ | Merge branch 'irq/sparseirq' into cpus4096 | Ingo Molnar | 2008-12-17 | 5 | -7/+153 |
| |\ \ \ |
|
| * \ \ \ | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 5 | -8/+202 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 4 | -30/+37 |
| * | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 1 | -2/+2 |
* | | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 4 | -41/+34 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu | 2008-12-29 | 1 | -9/+0 |
| * | | | | sparseirq: work around __weak alias bug | Ingo Molnar | 2008-12-29 | 2 | -5/+9 |
| * | | | | sparseirq: fix hang with !SPARSE_IRQ | Yinghai Lu | 2008-12-27 | 1 | -0/+15 |
| * | | | | sparseirq: set lock_class for legacy irq when sparse_irq is selected | Yinghai Lu | 2008-12-27 | 1 | -0/+1 |
| * | | | | sparseirq: work around compiler optimizing away __weak functions | Yinghai Lu | 2008-12-27 | 1 | -3/+4 |
| * | | | | sparseirq: fix desc->lock init | Ingo Molnar | 2008-12-27 | 2 | -0/+3 |
| * | | | | sparseirq: do not printk when migrating IRQ descriptors | Ingo Molnar | 2008-12-27 | 1 | -5/+1 |
| * | | | | sparseirq: remove duplicated arch_early_irq_init() | Yinghai Lu | 2008-12-26 | 1 | -4/+0 |
| * | | | | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro | 2008-12-26 | 3 | -23/+0 |
| * | | | | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c | KOSAKI Motohiro | 2008-12-26 | 1 | -1/+1 |
| * | | | | irq: for_each_irq_desc() move to irqnr.h | KOSAKI Motohiro | 2008-12-26 | 1 | -2/+11 |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-30 | 9 | -20/+354 |
|\ \ \ \ \
| |/ / / / |
|
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2... | Ingo Molnar | 2008-12-25 | 10 | -47/+410 |
| |\ \ \ \ \ \
| | | | |/ / / |
|
| | | * | | | | genirq: record IRQ_LEVEL in irq_desc[] | David Brownell | 2008-12-02 | 2 | -6/+10 |
| | | |/ / / |
|
| | * | | | | sparseirq: fix numa_migrate_irq_desc dependency and comments | Yinghai Lu | 2008-12-19 | 1 | -8/+3 |
| | * | | | | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro | 2008-12-18 | 1 | -5/+0 |
| | | |_|/
| | |/| | |
|
| | * | | | x86, sparseirq: move irq_desc according to smp_affinity, v7 | Yinghai Lu | 2008-12-17 | 5 | -7/+153 |
| | | |/
| | |/| |
|
| | * | | x86: use NR_IRQS_LEGACY | Yinghai Lu | 2008-12-08 | 1 | -3/+3 |
| | * | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 | 5 | -8/+202 |
| | |/ |
|
* | | | Merge commit 'v2.6.28-rc7' into core/locking | Ingo Molnar | 2008-12-04 | 4 | -27/+56 |
|\ \ \
| | |/
| |/| |
|
| * | | genirq: __irq_set_trigger: change pr_warning to pr_debug | Mark Nelson | 2008-11-13 | 1 | -1/+1 |
| * | | irq: fix typo | Ingo Molnar | 2008-11-09 | 1 | -1/+1 |
| * | | genirq: fix the affinity setting in setup_irq | Thomas Gleixner | 2008-11-09 | 1 | -5/+5 |
| * | | genirq: keep affinities set from userspace across free/request_irq() | Thomas Gleixner | 2008-11-09 | 4 | -22/+51 |
| |/ |
|
* | | genirq: warn when IRQF_DISABLED may be ignored | David Brownell | 2008-12-02 | 1 | -0/+12 |
|/ |
|
* | irq: make variable static | roel kluin | 2008-10-22 | 1 | -1/+1 |
* | genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() | Dean Nelson | 2008-10-21 | 1 | -0/+1 |
* | genirq: fix set_irq_type() when recording trigger type | Chris Friesen | 2008-10-21 | 1 | -1/+1 |
* | genirq: fix name space collision of nr_irqs in autoprobe.c | Thomas Gleixner | 2008-10-16 | 1 | -4/+4 |
* | genirq: use iterators for irq_desc loops | Thomas Gleixner | 2008-10-16 | 2 | -35/+15 |
* | genirq: cleanup the sparseirq modifications | Thomas Gleixner | 2008-10-16 | 5 | -55/+48 |
* | genirq: revert dynarray | Thomas Gleixner | 2008-10-16 | 2 | -130/+14 |
* | genirq: remove irq_to_desc_alloc | Thomas Gleixner | 2008-10-16 | 1 | -1/+1 |
* | genirq: remove sparse irq code | Thomas Gleixner | 2008-10-16 | 1 | -114/+0 |
* | genirq: use inline function for irq_to_desc | Thomas Gleixner | 2008-10-16 | 1 | -14/+0 |
* | x86: fix typo in irq_desc array | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
* | fix warning: "x86: sparse_irq needs spin_lock in allocations" | Andrew Morton | 2008-10-16 | 1 | -2/+1 |
* | sparseirq: remove some debug print out | Yinghai Lu | 2008-10-16 | 1 | -18/+0 |
* | irq: fix irqpoll && sparseirq | Yinghai Lu | 2008-10-16 | 1 | -6/+11 |