| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-27 | Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+5 |
| 2025-05-16 | powerpc: Switch to irq_find_mapping() | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-05-16 | powerpc: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2025-04-16 | powerpc: mpic: Use str_enabled_disabled() helper function | Thorsten Blum | 1 | -3/+4 |
| 2025-04-04 | irqdomain: Rename irq_set_default_host() to irq_set_default_domain() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-02-15 | powerpc: mpic: make mpic_subsys const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-10-19 | powerpc: Explicitly reverse bytes when checking for byte reversal | Benjamin Gray | 1 | -1/+1 |
| 2023-03-30 | powerpc: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -3/+3 |
| 2022-05-08 | powerpc: Add missing headers | Christophe Leroy | 1 | -0/+2 |
| 2022-02-07 | powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINT | Christophe Leroy | 1 | -3/+1 |
| 2021-12-23 | powerpc/sysdev: Add __init attribute to eligible functions | Nick Child | 1 | -1/+1 |
| 2021-12-20 | powerpc/mpic: Use bitmap_zalloc() when applicable | Christophe JAILLET | 1 | -2/+1 |
| 2021-06-10 | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy | Marc Zyngier | 1 | -1/+1 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
| 2020-01-07 | powerpc/mpic: constify copied structure | Julia Lawall | 1 | -2/+2 |
| 2018-07-19 | powerpc/mpic: Pass first free vector number to mpic_setup_error_int() | Bharat Bhushan | 1 | -3/+3 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
| 2018-03-30 | powerpc/mpic: Check if cpu_possible() in mpic_physmask() | Michael Ellerman | 1 | -1/+1 |
| 2017-12-04 | powerpc: Use pr_warn instead of pr_warning | Joe Perches | 1 | -6/+4 |
| 2017-08-23 | powerpc: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
| 2016-09-25 | powerpc/mpic: use of_property_read_bool | Julia Lawall | 1 | -1/+1 |
| 2016-09-20 | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 1 | -7/+7 |
| 2016-04-27 | powerpc/mpic: handle subsys_system_register() failure | Andrew Donnellan | 1 | -1/+8 |
| 2016-03-01 | powerpc: Fix misspellings in comments. | Adam Buchbinder | 1 | -2/+2 |
| 2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -19/+4 |
| 2015-10-27 | powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake | Sudeep Holla | 1 | -19/+4 |
| 2015-10-13 | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 1 | -1/+2 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-07-30 | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 1 | -1/+2 |
| 2015-05-11 | powerpc: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
| 2015-04-10 | powerpc: Drop return value of smp_ops->probe() | Michael Ellerman | 1 | -3/+1 |
| 2015-03-31 | powerpc/mpic: Remove WHOAMI readback after EOI | Bogdan Purcareata | 1 | -1/+0 |
| 2015-03-23 | powerpc/mpic: Add get_version API both for internal and external use | Hongtao Jia | 1 | -0/+10 |
| 2015-03-16 | powerpc/mpic: remove unused functions | Arseny Solokha | 1 | -35/+0 |
| 2015-01-23 | powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() | Emil Medve | 1 | -1/+1 |
| 2014-11-10 | powerpc: Remove superfluous bootmem includes | Anton Blanchard | 1 | -1/+0 |
| 2014-09-25 | powerpc: Make a bunch of things static | Anton Blanchard | 1 | -1/+1 |
| 2014-05-22 | powerpc/mpic: Don't init the fsl error int until after mpic init | Scott Wood | 1 | -4/+4 |
| 2014-02-11 | powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=y | Paul Gortmaker | 1 | -19/+19 |
| 2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2013-10-11 | powerpc/mpic: Disable preemption when calling mpic_processor_id() | Scott Wood | 1 | -1/+7 |
| 2013-10-09 | powerpc: add explicit OF includes | Rob Herring | 1 | -4/+4 |
| 2013-07-01 | powerpc/mpic: create mpic subsystem object | Dongsheng.wang@freescale.com | 1 | -0/+8 |
| 2013-07-01 | powerpc/mpic: add irq_set_wake support | Dongsheng.wang@freescale.com | 1 | -0/+18 |
| 2013-07-01 | powerpc/mpic: Add get_version API both for internal and external use | Hongtao Jia | 1 | -7/+25 |
| 2013-06-01 | powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU | chenhui zhao | 1 | -2/+2 |
| 2013-05-14 | powerpc: Fix irq_set_affinity() return values | Alexander Gordeev | 1 | -1/+1 |
| 2013-05-06 | irqdomain: Allow quiet failure mode | Benjamin Herrenschmidt | 1 | -3/+11 |
| 2013-02-15 | powerpc/mpic: allow coreint to be determined by MPIC version | Scott Wood | 1 | -3/+23 |
| 2013-01-29 | powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPU | Scott Wood | 1 | -1/+1 |
| 2013-01-03 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-09-12 | powerpc/mpic: FSL MPIC error interrupt support. | Varun Sethi | 1 | -1/+43 |
| 2012-09-12 | powerpc/mpic: finish supporting timer group B on Freescale chips | Varun Sethi | 1 | -16/+42 |
| 2012-07-23 | powerpc/mpic: Create a revmap with enough entries for IPIs and timers | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2012-07-10 | powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC. | Varun Sethi | 1 | -1/+1 |
| 2012-04-23 | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 1 | -12/+30 |
| 2012-04-23 | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 1 | -8/+4 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -49/+55 |
| 2012-02-27 | powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics | Benjamin Herrenschmidt | 1 | -2/+6 |
| 2012-02-23 | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 1 | -1/+1 |
| 2012-02-23 | powerpc/mpic: Add "last-interrupt-source" property to override hardware | Kyle Moffett | 1 | -20/+26 |
| 2012-02-23 | powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count | Kyle Moffett | 1 | -11/+6 |
| 2012-02-23 | fsl/mpic: Create and document the "single-cpu-affinity" device-tree flag | Kyle Moffett | 1 | -0/+2 |
| 2012-02-23 | powerpc/mpic: Fix use of "flags" variable in mpic_alloc() | Kyle Moffett | 1 | -24/+22 |
| 2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 1 | -5/+2 |
| 2012-02-14 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 1 | -6/+6 |
| 2011-12-07 | powerpc/mpic: Add in-core support for cascaded MPICs | Kyle Moffett | 1 | -2/+28 |
| 2011-12-07 | powerpc/mpic: Cache the device-tree node in "struct mpic" | Kyle Moffett | 1 | -17/+16 |
| 2011-12-07 | powerpc/mpic: Put "pic-no-reset" test back into the MPIC code | Kyle Moffett | 1 | -6/+1 |
| 2011-12-07 | powerpc/mpic: Don't open-code dcr_resource_start | Kyle Moffett | 1 | -5/+2 |
| 2011-12-07 | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 1 | -7/+7 |
| 2011-12-07 | powerpc/mpic: Search for open-pic device-tree node if NULL | Kyle Moffett | 1 | -4/+30 |
| 2011-12-07 | powerpc/mpic: Save computed phys_addr for board-specific code | Kyle Moffett | 1 | -5/+6 |
| 2011-12-07 | powerpc/mpic: Assume a device-node was passed in mpic_alloc() | Kyle Moffett | 1 | -29/+21 |
| 2011-12-07 | powerpc: Consolidate mpic_alloc() OF address translation | Kyle Moffett | 1 | -27/+34 |
| 2011-11-25 | powerpc/mpic: Remove extra semicolon. | Justin P. Mattock | 1 | -1/+1 |
| 2011-11-08 | powerpc/irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -2/+0 |
| 2011-11-03 | powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices | Matthew McClintock | 1 | -0/+10 |
| 2011-09-20 | powerpc/mpic: Add support for discontiguous cores | Timur Tabi | 1 | -9/+15 |
| 2011-06-30 | Merge remote branch 'origin/master' into next | Benjamin Herrenschmidt | 1 | -6/+5 |
| 2011-06-29 | arch/powerpc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 1 | -6/+5 |
| 2011-06-22 | powerpc: make irq_choose_cpu() available to all PIC drivers | Stuart Yoder | 1 | -36/+0 |
| 2011-06-20 | powerpc/mpic: Support compiling with DEBUG enabled | Dmitry Eremin-Solenikov | 1 | -1/+1 |
| 2011-05-20 | Merge remote branch 'origin/master' into merge | Benjamin Herrenschmidt | 1 | -22/+26 |
| 2011-05-20 | Merge remote branch 'kumar/next' into next | Benjamin Herrenschmidt | 1 | -7/+122 |
| 2011-05-19 | powerpc/mpic: add the mpic global timer support | Scott Wood | 1 | -6/+86 |
| 2011-05-19 | powerpc/mpic: parse 4-cell intspec types other than zero | Scott Wood | 1 | -1/+36 |
| 2011-05-19 | powerpc/mpic: Simplify ipi cpu mask handling | Milton Miller | 1 | -13/+11 |
| 2011-05-19 | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF | Milton Miller | 1 | -18/+2 |
| 2011-05-19 | powerpc/mpic: Break cpumask abstraction earlier | Milton Miller | 1 | -7/+3 |
| 2011-05-19 | powerpc/mpic: Limit NR_CPUS loop to 32 bit | Milton Miller | 1 | -1/+1 |
| 2011-05-11 | PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM | Rafael J. Wysocki | 1 | -22/+26 |
| 2011-05-04 | powerpc/irq: Stop exporting irq_map | Grant Likely | 1 | -15/+13 |
| 2011-03-29 | powerpc: Convert to new irq_* function names | Thomas Gleixner | 1 | -7/+7 |
| 2011-03-29 | powerpc: mpic: Cleanup flow type handling | Thomas Gleixner | 1 | -17/+12 |
| 2011-03-21 | powerpc: Factoring mpic cpu id fetching into a function | Meador Inge | 1 | -17/+14 |
| 2011-03-21 | powerpc: Make MPIC honor the "pic-no-reset" device tree property | Meador Inge | 1 | -11/+55 |
| 2011-03-10 | powerpc: mpic irq_data conversion. | Lennert Buytenhek | 1 | -65/+72 |
| 2011-01-21 | powerpc/mpic: Fix mask/unmask timeout message | Scott Wood | 1 | -2/+4 |
| 2010-07-09 | powerpc/mpic: Add ability to reset a core via MPIC | Matthew McClintock | 1 | -0/+18 |
| 2010-06-15 | powerpc: Fix mpic_resume on early G5 macs | Alastair Bridgewater | 1 | -1/+1 |
| 2010-05-06 | powerpc/cpumask: Convert mpic driver to new cpumask API | Benjamin Herrenschmidt | 1 | -33/+39 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-19 | powerpc: Convert mpic locks to raw_spinlock | Thomas Gleixner | 1 | -19/+19 |
| 2010-02-09 | powerpc: Remove trailing space in messages | Frans Pop | 1 | -1/+1 |
| 2009-12-18 | powerpc/mpic: Fix problem that affinity is not updated | Yang Li | 1 | -13/+6 |
| 2009-12-09 | powerpc: Make "intspec" pointers in irq_host->xlate() const | Roman Fietze | 1 | -1/+1 |
| 2009-11-24 | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 1 | -3/+3 |
| 2009-10-30 | powerpc: Remove get_irq_desc() | Michael Ellerman | 1 | -9/+9 |
| 2009-08-20 | powerpc/mpic: Fix MPIC_BROKEN_REGREAD on non broken MPICs | Michael Ellerman | 1 | -5/+8 |
| 2009-07-08 | powerpc: Don't use alloc_bootmem() in init_IRQ() path | Anton Vorontsov | 1 | -5/+4 |
| 2009-06-26 | powerpc: Fix mpic alloc warning | Kumar Gala | 1 | -3/+2 |
| 2009-06-26 | powerpc/mpic: Fix mapping of "DCR" based MPIC variants | Benjamin Herrenschmidt | 1 | -13/+16 |
| 2009-06-12 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 1 | -1/+3 |
| 2009-06-01 | Merge branch 'linus' into irq/numa | Ingo Molnar | 1 | -7/+9 |
| 2009-05-21 | powerpc/mpic: Cleanup mpic_find() implementation | Tony Breeds | 1 | -12/+11 |
| 2009-05-15 | powerpc/mpic: Fix incorrect allocation of interrupt rev-map | Kumar Gala | 1 | -7/+9 |
| 2009-04-28 | irq: change ->set_affinity() to return status | Yinghai Lu | 1 | -1/+3 |
| 2009-04-06 | powerpc: Add support for CoreInt delivery of interrupts on MPIC | Kumar Gala | 1 | -0/+34 |
| 2009-01-21 | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 1 | -1/+1 |
| 2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 1 | -1/+1 |
| 2009-01-12 | irq: update all arches for new irq_desc | Mike Travis | 1 | -1/+2 |
| 2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -2/+2 |
| 2008-12-03 | Merge branch 'merge' | Paul Mackerras | 1 | -3/+8 |
| 2008-12-02 | powerpc: Use physical cpu id when setting the processor affinity | Kumar Gala | 1 | -1/+1 |
| 2008-12-01 | powerpc/mpic: Don't reset affinity for secondary MPIC on boot | Arnd Bergmann | 1 | -2/+7 |
| 2008-11-19 | powerpc/mpic: Use new smp_request_message_ipi | Milton Miller | 1 | -28/+4 |
| 2008-10-31 | powerpc/mpic: Fix regression caused by change of default IRQ affinity | Kumar Gala | 1 | -4/+55 |
| 2008-07-16 | Merge commit 'origin/master' | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2008-06-26 | powerpc: convert to generic helpers for IPI function calls | Jens Axboe | 1 | -1/+1 |
| 2008-06-09 | powerpc: Fix irq_alloc_host() reference counting and callers | Michael Ellerman | 1 | -4/+2 |
| 2008-06-09 | powerpc/mpic: Fix ambiguous else statement | Anton Vorontsov | 1 | -1/+2 |
| 2008-05-23 | Merge branch 'merge' into powerpc-next | Paul Mackerras | 1 | -17/+3 |
| 2008-05-23 | [POWERPC] mpic: Fix use of uninitialized variable | Stephen Rothwell | 1 | -17/+3 |
| 2008-05-23 | [POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting Register | Kumar Gala | 1 | -3/+6 |
| 2008-04-07 | [POWERPC] kexec: MPIC ack interrupts at mpic_teardown_this_cpu() | Valentine Barshak | 1 | -5/+4 |
| 2008-02-26 | [POWERPC] mpic: Make sparse happy | Johannes Berg | 1 | -14/+18 |
| 2008-01-31 | Merge branch 'linux-2.6' | Paul Mackerras | 1 | -1/+1 |
| 2008-01-24 | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 1 | -1/+1 |
| 2008-01-23 | [POWERPC] Fixup use of phys_addr_t in mpic code | Becky Bruce | 1 | -2/+2 |
| 2007-12-28 | [POWERPC] pasemi: Distribute interrupts evenly across cpus | Olof Johansson | 1 | -0/+5 |
| 2007-12-28 | [POWERPC] pasemi: Implement NMI support | Olof Johansson | 1 | -3/+23 |
| 2007-12-20 | [POWERPC] pasemi: Implement MSI support | Olof Johansson | 1 | -0/+20 |
| 2007-12-20 | [POWERPC] MPIC: Minor optimization of ipi handler | Olof Johansson | 1 | -8/+7 |
| 2007-10-15 | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 1 | -2/+2 |
| 2007-10-03 | [POWERPC] Update mpic to use dcr_host_t.base | Michael Ellerman | 1 | -17/+11 |
| 2007-09-22 | [POWERPC] Support setting affinity for U3/U4 MSI sources | Olof Johansson | 1 | -1/+1 |
| 2007-09-14 | [POWERPC] Add workaround for MPICs with broken register reads | Olof Johansson | 1 | -2/+12 |
| 2007-09-14 | [POWERPC] Add an optional device_node pointer to the irq_host | Michael Ellerman | 1 | -7/+4 |
| 2007-07-22 | [POWERPC] MPIC protected sources | Benjamin Herrenschmidt | 1 | -0/+32 |
| 2007-05-17 | [POWERPC] Remove warning in mpic.c | Olof Johansson | 1 | -3/+9 |
| 2007-05-08 | [POWERPC] MPIC U3/U4 MSI backend | Michael Ellerman | 1 | -5/+7 |
| 2007-05-08 | [POWERPC] MPIC MSI allocator | Michael Ellerman | 1 | -0/+4 |
| 2007-05-08 | [POWERPC] Enable MSI mappings for MPIC | Michael Ellerman | 1 | -0/+45 |
| 2007-05-07 | [POWERPC] MPIC sys_device & suspend/resume | Johannes Berg | 1 | -1/+95 |
| 2007-05-02 | [POWERPC] Fix spurious vectors on weird MPIC | Josh Boyer | 1 | -1/+4 |
| 2007-04-24 | [POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS | Michael Ellerman | 1 | -12/+12 |
| 2007-04-13 | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 1 | -4/+4 |
| 2007-02-16 | [POWERPC] mpic: set IPIs to be per-CPU | Johannes Berg | 1 | -1/+1 |
| 2007-02-14 | [POWERPC] Move MPIC smp routines into mpic.c | Michael Ellerman | 1 | -0/+21 |
| 2007-02-07 | [POWERPC] MPIC: support more than 256 sources | Olof Johansson | 1 | -22/+42 |
| 2007-01-24 | [POWERPC] arch/powerpc/sysdev/mpic.c of_node_get cleanup | Mariusz Kozlowski | 1 | -1/+1 |
| 2006-12-20 | PCI: Only check the HT capability bits in mpic.c | Michael Ellerman | 1 | -1/+1 |
| 2006-12-04 | [POWERPC] Improve MPIC driver auto-configuration from DT | Benjamin Herrenschmidt | 1 | -13/+37 |
| 2006-12-04 | [POWERPC] Support for DCR based MPIC | Benjamin Herrenschmidt | 1 | -36/+100 |
| 2006-10-07 | [POWERPC] Fix up after irq changes | Olaf Hering | 1 | -3/+3 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
| 2006-10-04 | [PATCH] Add Hypertransport capability defines | Eric W. Biederman | 1 | -1/+1 |
| 2006-09-26 | MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HT | Brice Goglin | 1 | -1/+1 |
| 2006-08-30 | [POWERPC] Support for "weird" MPICs and fixup mpc7448_hpc2 | Zang Roy-r61911 | 1 | -59/+164 |
| 2006-07-10 | [PATCH] powerpc: fix MPIC OF tree parsing on Apple quad g5 | Benjamin Herrenschmidt | 1 | -10/+28 |
| 2006-07-10 | [PATCH] powerpc: fix trigger handling in the new irq code | Benjamin Herrenschmidt | 1 | -100/+80 |
| 2006-07-05 | [PATCH] powerpc: Fix loss of interrupts with MPIC | Benjamin Herrenschmidt | 1 | -10/+29 |
| 2006-07-03 | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 1 | -120/+213 |
| 2006-07-03 | [POWERPC] Use the genirq framework | Benjamin Herrenschmidt | 1 | -92/+101 |
| 2006-07-02 | [PATCH] irq-flags: POWERPC: Use the new IRQF_ constants | Thomas Gleixner | 1 | -6/+9 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-29 | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] | Ingo Molnar | 1 | -1/+1 |
| 2006-06-29 | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 1 | -4/+4 |
| 2006-06-21 | [POWERPC] mpic: add support for serial mode interrupts | Mark A. Greer | 1 | -0/+20 |
| 2006-02-24 | [PATCH] powerpc: Fix some MPIC + HT APIC buglets | Segher Boessenkool | 1 | -4/+5 |
| 2006-01-09 | [PATCH] powerpc: Experimental support for new G5 Macs (#2) | Benjamin Herrenschmidt | 1 | -39/+160 |
| 2006-01-09 | [PATCH] powerpc: Update MPIC workarounds | Segher Boessenkool | 1 | -48/+36 |
| 2006-01-09 | [PATCH] powerpc32: fix definition of distribute_irqs | Andy Whitcroft | 1 | -1/+5 |
| 2005-11-19 | [PATCH] powerpc: Fix setting MPIC priority | Benjamin Herrenschmidt | 1 | -5/+8 |
| 2005-10-26 | powerpc: Fix incorrect timer register addresses in mpic.c | Paul Mackerras | 1 | -3/+2 |
| 2005-10-20 | powerpc: Move smp_mpic_message_pass into mpic.c | Paul Mackerras | 1 | -0/+21 |
| 2005-10-01 | powerpc: Get merged kernel to compile and run on 32-bit SMP powermac. | Paul Mackerras | 1 | -0/+3 |
| 2005-09-26 | powerpc: Merge enough to start building in arch/powerpc. | Paul Mackerras | 1 | -0/+904 |