index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spu_manage.c
Age
Commit message (
Expand
)
Author
2023-08-02
powerpc: address missing-prototypes warnings
Arnd Bergmann
2023-03-30
powerpc: Use of_property_present() for testing DT property presence
Rob Herring
2022-09-05
powerpc/cell: Add missing of_node_put()s
Liang He
2022-05-08
powerpc: Add missing headers
Christophe Leroy
2022-05-05
powerpc: fix typos in comments
Julia Lawall
2021-12-23
powerpc/cell: Add __init attribute to eligible functions
Nick Child
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164
Thomas Gleixner
2018-12-22
powerpc: Use of_node_name_eq for node name comparisons
Rob Herring
2018-10-03
powerpc: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-10-03
powerpc/cell: Use irq_of_parse_and_map() helper
Rob Herring
2018-01-16
powerpc: make use of for_each_node_by_type() instead of open-coding it
Dmitry Torokhov
2017-08-23
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-07-13
powerpc/cell: Don't use flat device-tree after boot
Benjamin Herrenschmidt
2013-10-24
of/irq: simplify args to irq_create_of_mapping
Grant Likely
2013-10-24
of/irq: Replace of_irq with of_phandle_args
Grant Likely
2013-10-24
of/irq: Rename of_irq_map_* functions to of_irq_parse_*
Grant Likely
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-01-28
of: unify phandle name in struct device_node
Grant Likely
2008-04-01
[POWERPC] Replace remaining __FUNCTION__ occurrences
Harvey Harrison
2007-12-21
[POWERPC] cell: wrap master run control bit
Masato Noguchi
2007-12-19
[POWERPC] cell: safer of_has_vicinity routine
Andre Detsch
2007-12-19
[POWERPC] cell: add missing '\n'
Ishizaki Kou
2007-09-22
[POWERPC] cell: Don't cast the result of of_get_property()
Jeremy Kerr
2007-08-30
[POWERPC] spu_manage: fix spu_unit_number for celleb device tree
Christian Krafft
2007-08-25
[POWERPC] spu_manage: Use newer physical-id attribute
Christian Krafft
2007-08-10
[POWERPC] cell: Move SPU affinity init to spu_management_of_ops
Andre Detsch
2007-07-17
Cell: Draw SPE helper penguin logos
Geert Uytterhoeven
2007-04-13
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
2007-02-13
[POWERPC] spufs: remove need for struct page for SPEs
Benjamin Herrenschmidt
2007-02-07
[POWERPC] Celleb: consolidate spu management ops
Ishizaki Kou