index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
axon_msi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address
Miaoqian Lin
2022-08-17
1
-0
/
+1
*
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
1
-2
/
+2
*
powerpc/cell/axon_msi: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-03-04
1
-5
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc: Use sizeof(*foo) rather than sizeof(struct foo)
Markus Elfring
2018-03-20
1
-1
/
+1
*
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-23
1
-18
/
+18
*
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
Michael Ellerman
2017-04-11
1
-1
/
+1
*
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-09-20
1
-3
/
+3
*
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
2015-10-13
1
-1
/
+1
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
powerpc/PCI: Use for_pci_msi_entry() to access MSI device list
Jiang Liu
2015-07-22
1
-3
/
+3
*
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-06-02
1
-1
/
+1
*
powerpc/cell: Move MSI-related ops to pci_controller_ops
Daniel Axtens
2015-05-22
1
-2
/
+3
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
powerpc: platforms: cell: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
PCI/MSI: Rename mask/unmask_msi_irq treewide
Thomas Gleixner
2014-11-23
1
-3
/
+3
*
|
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
2014-11-23
1
-1
/
+1
|
/
*
PCI/MSI/PPC: Remove arch_msi_check_device()
Alexander Gordeev
2014-10-01
1
-9
/
+0
*
powerpc/irqdomain: Fix broken NR_IRQ references
Grant Likely
2012-04-30
1
-5
/
+3
*
irq_domain: Move irq_virq_count into NOMAP revmap
Grant Likely
2012-04-12
1
-1
/
+1
*
irq_domain/powerpc: constify irq_domain_ops
Grant Likely
2012-02-16
1
-1
/
+1
*
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
2012-02-16
1
-4
/
+1
*
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
2012-02-14
1
-14
/
+14
*
powerpc: add export.h to files making use of EXPORT_SYMBOL
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
powerpc/axon_msi: Validate msi irq via chip_data
Milton Miller
2011-05-19
1
-1
/
+2
*
powerpc/irq: Stop exporting irq_map
Grant Likely
2011-05-04
1
-1
/
+1
*
powerpc: Convert to new irq_* function names
Thomas Gleixner
2011-03-29
1
-7
/
+7
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2011-03-18
1
-1
/
+2
|
\
|
*
powerpc: platforms/cell irq_data conversion.
Lennert Buytenhek
2011-03-10
1
-1
/
+2
*
|
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
Grant Likely
2011-02-28
1
-7
/
+4
|
/
*
pci: Convert msi to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-3
/
+3
*
powerpc: remove references to of_device and to_of_device
Grant Likely
2010-07-24
1
-2
/
+2
*
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-22
1
-3
/
+4
*
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-18
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
2009-11-24
1
-1
/
+1
*
powerpc: Fix memory leak in axon_msi.c
Michael Ellerman
2009-10-14
1
-1
/
+1
*
powerpc/cell: Use pr_devel() in axon_msi.c
Michael Ellerman
2009-07-08
1
-11
/
+11
*
powerpc/cell: Use driver_data acessors, not platform_data in Axon MSI
Michael Ellerman
2009-06-15
1
-2
/
+2
*
powerpc/cell/axon-msi: Fix MSI after kexec
Arnd Bergmann
2008-12-16
1
-0
/
+3
*
powerpc/cell/axon-msi: Retry on missing interrupt
Arnd Bergmann
2008-12-01
1
-5
/
+31
*
powerpc: Fix irq_alloc_host() reference counting and callers
Michael Ellerman
2008-06-09
1
-1
/
+1
*
powerpc: Rework Axon MSI setup so we can avoid freeing the irq_host
Michael Ellerman
2008-06-09
1
-9
/
+7
*
[POWERPC] Add debugging trigger to Axon MSI code
Michael Ellerman
2008-05-23
1
-0
/
+58
*
[POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.c
Michael Ellerman
2008-04-24
1
-3
/
+3
*
[POWERPC] Avoid possible extra of_node_put in axon_msi.c
Stephen Rothwell
2008-02-06
1
-1
/
+1
*
[POWERPC] Avoid DMA exception when using axon_msi with IOMMU
Michael Ellerman
2008-02-06
1
-11
/
+10
*
[POWERPC] Convert axon_msi to an of_platform driver
Michael Ellerman
2008-02-06
1
-42
/
+34
*
Remove msic_dcr_read() in axon_msi.c
Michael Ellerman
2007-10-15
1
-7
/
+2
*
Add dcr_host_t.base in dcr_read()/dcr_write()
Michael Ellerman
2007-10-15
1
-2
/
+2
[next]