index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
/
xics
/
xics-common.c
Age
Commit message (
Expand
)
Author
2021-12-23
powerpc/sysdev: Add __init attribute to eligible functions
Nick Child
2021-09-15
powerpc/xics: Set the IRQ chip data for the ICS native backend
Cédric Le Goater
2021-08-10
powerpc: use IRQF_NO_DEBUG for IPIs
Cédric Le Goater
2021-08-10
powerpc/xics: Fix IRQ migration
Cédric Le Goater
2021-08-10
powerpc/xics: Add support for IRQ domain hierarchy
Cédric Le Goater
2021-08-10
powerpc/xics: Give a name to the default XICS IRQ domain
Cédric Le Goater
2021-08-10
powerpc/xics: Rename the map handler in a check handler
Cédric Le Goater
2021-08-10
powerpc/xics: Remove ICS list
Cédric Le Goater
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-06-21
powerpc/xics: Add a native ICS backend for microwatt
Benjamin Herrenschmidt
2021-06-10
powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
Marc Zyngier
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-06-03
powerpc/xics: Add missing of_node_put() in error path
YueHaibing
2017-12-04
powerpc: Use pr_warn instead of pr_warning
Joe Perches
2017-04-26
powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
Michael Ellerman
2017-04-13
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
2017-03-06
powerpc/xics: Work around limitations of OPAL XICS priority handling
Balbir Singh
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-08-09
powerpc/xics: Properly set Edge/Level type and enable resend
Benjamin Herrenschmidt
2016-07-17
powerpc/xics: Add ICP OPAL backend
Benjamin Herrenschmidt
2015-07-30
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
2015-06-02
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-05-11
powerpc: Constify irq_domain_ops
Krzysztof Kozlowski
2015-04-10
powerpc: Drop return value of smp_ops->probe()
Michael Ellerman
2015-01-23
powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()
Emil Medve
2014-11-03
powerpc: Replace __get_cpu_var uses
Christoph Lameter
2013-08-14
powerpc: Fix some endian issues in xics code
Anton Blanchard
2012-07-11
irqdomain: Always update revmap when setting up a virq
Grant Likely
2012-04-30
powerpc/irqdomain: Fix broken NR_IRQ references
Grant Likely
2012-02-16
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
2012-02-16
irq_domain/powerpc: Eliminate virq_is_host()
Grant Likely
2012-02-14
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
2011-11-25
powerpc: Mark IPI interrupts IRQF_NO_THREAD
Thomas Gleixner
2011-11-08
powerpc/irq: Remove IRQF_DISABLED
Yong Zhang
2011-09-20
powerpc/powernv: Add OPAL ICS backend
Benjamin Herrenschmidt
2011-05-19
powerpc: Add virq_is_host to reduce virq_to_host usage
Milton Miller
2011-05-19
powerpc/xics: Cleanup xics_host_map and ipi
Milton Miller
2011-05-19
powerpc: Consolidate ipi message mux and demux
Milton Miller
2011-05-04
powerpc/irq: Stop exporting irq_map
Grant Likely
2011-04-20
powerpc/xics: Move irq_host matching into the ics backend
Michael Ellerman
2011-04-20
powerpc/xics: Make sure we have a sensible default distribution server
Benjamin Herrenschmidt
2011-04-20
powerpc/xics: Rewrite XICS driver
Benjamin Herrenschmidt