| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-04 | irqdomain: Rename irq_set_default_host() to irq_set_default_domain() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-02-24 | arch/powerpc: Remove unused function icp_native_cause_ipi_rm() | Gautam Menghani | 1 | -21/+0 |
| 2023-11-27 | powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu | Kunwu Chan | 1 | -0/+2 |
| 2023-08-16 | powerpc/xics: Remove unnecessary endian conversion | Gautam Menghani | 1 | -1/+0 |
| 2023-04-04 | powerpc/xics: Use of_address_count() | Rob Herring | 1 | -12/+5 |
| 2023-02-13 | powerpc/rtas: arch-wide function token lookup conversions | Nathan Lynch | 1 | -4/+4 |
| 2022-09-14 | Revert "powerpc/rtas: Implement reentrant rtas call" | Nathan Lynch | 1 | -11/+11 |
| 2022-05-24 | powerpc/xics: Include missing header | Christophe Leroy | 1 | -0/+1 |
| 2022-05-22 | powerpc/xics: fix refcount leak in icp_opal_init() | Lv Ruyi | 1 | -0/+1 |
| 2022-05-22 | powerpc/kasan: Disable address sanitization in kexec paths | Daniel Axtens | 1 | -2/+2 |
| 2022-05-08 | powerpc: Add missing headers | Christophe Leroy | 2 | -2/+3 |
| 2022-05-08 | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 3 | -3/+0 |
| 2021-12-23 | powerpc/sysdev: Add __init attribute to eligible functions | Nick Child | 3 | -3/+3 |
| 2021-09-15 | powerpc/xics: Set the IRQ chip data for the ICS native backend | Cédric Le Goater | 1 | -2/+2 |
| 2021-08-10 | powerpc: use IRQF_NO_DEBUG for IPIs | Cédric Le Goater | 1 | -1/+1 |
| 2021-08-10 | powerpc/xics: Fix IRQ migration | Cédric Le Goater | 1 | -2/+7 |
| 2021-08-10 | powerpc/xics: Drop unmask of MSIs at startup | Cédric Le Goater | 2 | -20/+0 |
| 2021-08-10 | powerpc/xics: Add support for IRQ domain hierarchy | Cédric Le Goater | 1 | -0/+41 |
| 2021-08-10 | powerpc/xics: Add debug logging to the set_irq_affinity handlers | Cédric Le Goater | 2 | -1/+4 |
| 2021-08-10 | powerpc/xics: Give a name to the default XICS IRQ domain | Cédric Le Goater | 1 | -4/+17 |
| 2021-08-10 | powerpc/xics: Rename the map handler in a check handler | Cédric Le Goater | 4 | -49/+34 |
| 2021-08-10 | powerpc/xics: Remove ICS list | Cédric Le Goater | 1 | -26/+19 |
| 2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -0/+263 |
| 2021-06-21 | powerpc/xics: Add a native ICS backend for microwatt | Benjamin Herrenschmidt | 4 | -0/+263 |
| 2021-06-10 | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy | Marc Zyngier | 1 | -1/+1 |
| 2021-06-10 | powerpc: Add missing linux/{of.h,irqdomain.h} include directives | Marc Zyngier | 2 | -0/+2 |
| 2020-08-25 | powerpc/icp-hv: Fix missing of_node_put() in success path | Nicholas Mc Guire | 1 | -0/+1 |
| 2020-06-02 | powerpc/rtas: Implement reentrant rtas call | Leonardo Bras | 1 | -11/+11 |
| 2019-09-24 | KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag | Michael Roth | 2 | -6/+6 |
| 2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -7/+6 |
| 2019-07-04 | powerpc/Kconfig: Clean up formatting | Enrico Weigelt, metux IT consult | 1 | -7/+6 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 5 | -28/+5 |
| 2018-10-19 | powerpc: Add -Werror at arch/powerpc level | Michael Ellerman | 1 | -1/+0 |
| 2018-06-03 | powerpc/xics: Add missing of_node_put() in error path | YueHaibing | 1 | -3/+4 |
| 2018-03-30 | powerpc/64: Use array of paca pointers and allocate pacas individually | Nicholas Piggin | 1 | -1/+1 |
| 2017-12-04 | powerpc: Use pr_warn instead of pr_warning | Joe Perches | 4 | -14/+12 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-04-26 | powerpc/powernv: Fix oops on P9 DD1 in cause_ipi() | Michael Ellerman | 1 | -0/+3 |
| 2017-04-13 | powerpc: Change the doorbell IPI calling convention | Nicholas Piggin | 4 | -16/+3 |
| 2017-04-10 | powerpc: Consolidate variants of real-mode MMIOs | Benjamin Herrenschmidt | 1 | -4/+4 |
| 2017-03-06 | powerpc/xics: Work around limitations of OPAL XICS priority handling | Balbir Singh | 2 | -3/+24 |
| 2017-02-09 | powerpc/powernv: Properly set "host-ipi" on IPIs | Benjamin Herrenschmidt | 1 | -2/+4 |
| 2017-02-09 | powerpc/powernv: Fix CPU hotplug to handle waking on HVI | Benjamin Herrenschmidt | 1 | -0/+29 |
| 2017-01-17 | powerpc/icp-opal: Fix missing KVM case and harden replay | Benjamin Herrenschmidt | 1 | -7/+24 |
| 2016-10-07 | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -11/+11 |
| 2016-09-20 | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 4 | -11/+11 |
| 2016-09-06 | powerpc/xics/opal: Fix processor numbers in OPAL ICP | Benjamin Herrenschmidt | 1 | -5/+7 |
| 2016-08-09 | powerpc/xics: Properly set Edge/Level type and enable resend | Benjamin Herrenschmidt | 4 | -9/+59 |
| 2016-07-17 | powerpc/xics: Add ICP OPAL backend | Benjamin Herrenschmidt | 3 | -2/+149 |
| 2016-02-29 | powerpc/xics: Add icp_native_cause_ipi_rm | Suresh Warrier | 1 | -0/+21 |
| 2015-09-15 | powerpc, irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2 | -2/+2 |
| 2015-07-30 | genirq/irqdomain: Allow irq domain aliasing | Marc Zyngier | 1 | -1/+2 |
| 2015-07-16 | treewide: Use helper function to access irq_data->msi_desc | Jiang Liu | 2 | -2/+2 |
| 2015-06-17 | powerpc: Make doorbell check preemption safe | Shreyas B. Prabhu | 1 | -5/+9 |
| 2015-06-02 | powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
| 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-02-13 | powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -9/+4 |
| 2015-01-23 | powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus() | Emil Medve | 1 | -1/+1 |
| 2014-12-11 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
| 2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 2 | -2/+2 |
| 2014-11-03 | powerpc: Replace __get_cpu_var uses | Christoph Lameter | 1 | -1/+1 |
| 2014-09-25 | powerpc/powernv: Don't call generic code on offline cpus | Paul Mackerras | 1 | -0/+25 |
| 2014-06-11 | powerpc/powernv: Enable POWER8 doorbell IPIs | Michael Neuling | 1 | -1/+8 |
| 2014-01-15 | powerpc: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-10-11 | powerpc/powernv: Fix endian issues in OPAL ICS backend | Benjamin Herrenschmidt | 1 | -8/+9 |
| 2013-08-14 | powerpc: Fix some endian issues in xics code | Anton Blanchard | 1 | -5/+5 |
| 2013-08-14 | powerpc: Add some endian annotations to time and xics code | Anton Blanchard | 1 | -1/+1 |
| 2013-05-14 | powerpc: Fix irq_set_affinity() return values | Alexander Gordeev | 1 | -1/+1 |
| 2013-05-05 | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+8 |
| 2013-04-26 | KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM | Benjamin Herrenschmidt | 1 | -0/+8 |
| 2013-04-26 | powerpc/powernv: Patch MSI EOI handler on P8 | Gavin Shan | 1 | -1/+1 |
| 2013-02-08 | powerpc: fix ics_rtas_init and start_secondary section mismatch | Daniel Borkmann | 1 | -1/+1 |
| 2012-09-05 | powerpc: Make sure IPI handlers see data written by IPI senders | Paul Mackerras | 1 | -1/+5 |
| 2012-07-11 | irqdomain: Eliminate dedicated radix lookup functions | Grant Likely | 2 | -2/+2 |
| 2012-07-11 | irqdomain: Always update revmap when setting up a virq | Grant Likely | 1 | -3/+0 |
| 2012-04-30 | powerpc/irqdomain: Fix broken NR_IRQ references | Grant Likely | 1 | -4/+3 |
| 2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 1 | -2/+1 |
| 2012-02-16 | irq_domain/powerpc: Eliminate virq_is_host() | Grant Likely | 1 | -6/+6 |
| 2012-02-14 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 1 | -6/+6 |
| 2011-12-08 | powerpc/xics: Reset the CPPR if H_EOI fails | Anton Blanchard | 1 | -6/+7 |
| 2011-11-28 | powerpc/xics: Harden xics hypervisor backend | Anton Blanchard | 1 | -11/+27 |
| 2011-11-25 | powerpc: Mark IPI interrupts IRQF_NO_THREAD | Thomas Gleixner | 1 | -1/+1 |
| 2011-11-08 | powerpc/irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -3/+2 |
| 2011-09-20 | powerpc/powernv: Add OPAL ICS backend | Benjamin Herrenschmidt | 3 | -6/+247 |
| 2011-09-20 | powerpc/xics: Add __init to marker icp_native_init() | Arnaud Lacombe | 1 | -1/+1 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-07-12 | KVM: PPC: Allow book3s_hv guests to use SMT processor modes | Paul Mackerras | 1 | -0/+9 |
| 2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
| 2011-05-19 | powerpc: Add virq_is_host to reduce virq_to_host usage | Milton Miller | 1 | -1/+1 |
| 2011-05-19 | powerpc/xics: Cleanup xics_host_map and ipi | Milton Miller | 1 | -5/+5 |
| 2011-05-19 | powerpc: Add kconfig for muxed smp ipi support | Milton Miller | 1 | -0/+1 |
| 2011-05-19 | powerpc: Consolidate ipi message mux and demux | Milton Miller | 3 | -42/+8 |
| 2011-05-19 | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF | Milton Miller | 2 | -34/+2 |
| 2011-05-06 | powerpc: Add WSP platform | David Gibson | 1 | -0/+1 |
| 2011-05-04 | powerpc/irq: Stop exporting irq_map | Grant Likely | 4 | -8/+8 |
| 2011-04-20 | powerpc/xics: Move irq_host matching into the ics backend | Michael Ellerman | 2 | -5/+18 |
| 2011-04-20 | powerpc/xics: Make sure we have a sensible default distribution server | Benjamin Herrenschmidt | 1 | -3/+9 |
| 2011-04-20 | powerpc/xics: Rewrite XICS driver | Benjamin Herrenschmidt | 6 | -0/+1204 |