aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/prom_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-5/+2
2018-11-18sparc: Use device_type helpers to access the node typeRob Herring1-15/+9
2018-11-18sparc: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-18sparc: prom: use property "name" directly to construct node namesRob Herring1-18/+29
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-15Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller1-34/+34
2018-10-07sparc: Convert to using %pOFn instead of device_node.nameRob Herring1-34/+34
2017-06-25sparc64: fix typo in propertyPavel Tatashin1-1/+1
2014-05-18sparc64: fix sparse warning in prom_64.cSam Ravnborg1-2/+3
2014-03-11sparc64, sched: Remove unused sparc64_multi_coreBjorn Helgaas1-3/+0
2013-10-15of: Make cpu node handling more portable.David Miller1-0/+53
2012-10-02sparc: fix format string argument for prom_printf()Akinobu Mita1-1/+1
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker1-1/+0
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-2/+2
2010-07-14of/sparc: move is_root_node() to of.hAndres Salomon1-3/+3
2010-07-14lmb: rename to memblockYinghai Lu1-2/+2
2009-06-16sparc64: Defer cpu_data() setup until end of per-cpu data initialization.David S. Miller1-1/+0
2009-06-16sparc64: Refactor OBP cpu scanning code using an iterator.David S. Miller1-109/+124
2009-03-16cpumask: Use accessors code.: sparc64Rusty Russell1-2/+2
2008-12-05sparc: Move of_console_{device,path,options} info prom_common.cDavid S. Miller1-9/+0
2008-12-05sparc: Move prom_build_devicetree() into prom_common.cDavid S. Miller1-26/+7
2008-12-05sparc: Move core of OF device tree building code into prom_common.cDavid S. Miller1-64/+5
2008-12-05sparc: Move create_node() and friends into prom_common.cDavid S. Miller1-38/+0
2008-12-05sparc: Commonize get_one_property() implementations.David S. Miller1-1/+1
2008-12-05sparc: Move property building code into prom_common.cDavid S. Miller1-60/+0
2008-12-05sparc: Move 'unique_id' into prom_common.c and rename to 'prom_unique_id'David S. Miller1-4/+2
2008-12-05sparc: Move irq_trans_init() and support code into seperate file.David S. Miller1-830/+0
2008-12-05sparc: Mark prom_early_alloc non-static.David S. Miller1-1/+1
2008-12-05sparc: Create common area for OF device layer code.David S. Miller1-94/+0
2008-12-05sparc: Create common header file for prom_{32,64}.cDavid S. Miller1-3/+1
2008-12-04sparc,sparc64: unify kernel/Sam Ravnborg1-0/+1684