summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling2009-01-161-0/+5
* powerpc: Remove unnecessary castsStephen Rothwell2009-01-081-7/+7
* powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard2008-12-291-1/+15
* powerpc: Add of_find_next_cache_node()Nathan Lynch2008-12-211-0/+31
* powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras2008-09-151-0/+3
* powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru2008-09-151-6/+34
* powerpc: Add VSX CPU featureMichael Neuling2008-07-011-0/+4
* [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Kumar Gala2008-04-241-0/+4
* [POWERPC] Fix device-tree locking vs. interruptsBenjamin Herrenschmidt2008-04-181-11/+17
* [POWERPC] pseries/phyp dump: Reserve a variable amount of space at bootManish Ahuja2008-04-171-2/+33
* [POWERPC] move_device_tree() should be __initGeert Uytterhoeven2008-04-011-1/+1
* [POWERPC] pseries: phyp dump: Disable phyp-dump through boot-varManish Ahuja2008-03-261-0/+5
* [POWERPC] pseries: phyp dump: Reserve and release memoryManish Ahuja2008-03-261-0/+52
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras2008-02-261-1/+1
|\
| * [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+1
* | [POWERPC] Fix dt_mem_next_cell() to read the full addressBecky Bruce2008-02-201-6/+7
|/
* [POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaroundValentine Barshak2007-12-231-12/+25
* [POWERPC] Use SLB size from the device treeMichael Neuling2007-12-111-0/+15
* [POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.Valentine Barshak2007-11-011-0/+12
* [POWERPC] Use cache-inhibited large page bit from firmwarePaul Mackerras2007-10-091-3/+0
* [POWERPC] setup_64.c and prom.c comment cleanupLinas Vepstas2007-09-141-3/+5
* [POWERPC] prom.c whitespace cleanupLinas Vepstas2007-09-141-6/+6
* [POWERPC] Clean out a bunch of duplicate includesJesper Juhl2007-08-171-1/+0
* [POWERPC] of_detach_node()'s device node argument cannot be constSegher Boessenkool2007-07-221-1/+1
* Consolidate of_find_node_by routinesStephen Rothwell2007-07-201-114/+1
* Consolidate of_get_next_childStephen Rothwell2007-07-201-24/+0
* Consolidate of_get_parentStephen Rothwell2007-07-201-21/+0
* Consolidate of_find_propertyStephen Rothwell2007-07-201-23/+1
* Consolidate of_device_is_compatibleStephen Rothwell2007-07-201-25/+0
* Start split out of common open firmware codeStephen Rothwell2007-07-201-41/+0
* [POWERPC] Remove unnecessary #undef printk from prom.cMathieu Desnoyers2007-07-101-2/+0
* [POWERPC] Make the debugfs "powerpc" dir globally accessibleMichael Ellerman2007-07-101-6/+3
* [POWERPC] Add a warning to help trackdown device_node refcounting bugsMichael Ellerman2007-07-101-0/+11
* [POWERPC] Generalise device_node flag interfaceMichael Ellerman2007-07-101-1/+1
* [POWERPC] Check for the root node in of_detach_node()Michael Ellerman2007-07-101-0/+3
* [POWERPC] Output params value in early_init_devtreeGeoff Levand2007-06-281-1/+1
* [POWERPC] Update documentation for of_find_node_by_type()Michael Ellerman2007-06-021-5/+6
* [POWERPC] Make sure device node type/name is not NULL on hot-added nodesBenjamin Herrenschmidt2007-05-171-0/+5
* [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warningMichael Ellerman2007-05-101-16/+31
* [POWERPC] Remove old interface find_devicesStephen Rothwell2007-04-241-19/+0
* [POWERPC] Remove old interface find_type_devicesStephen Rothwell2007-04-241-19/+0
* [POWERPC] Remove old interface find_path_deviceStephen Rothwell2007-04-241-14/+0
* [POWERPC] Remove find_all_nodesStephen Rothwell2007-04-241-17/+0
* [POWERPC] Remove find_compatible_devicesStephen Rothwell2007-04-241-24/+0
* [POWERPC] Make struct property's value a void *Stephen Rothwell2007-04-131-2/+3
* [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-131-3/+2
* [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-131-3/+2
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-04-131-5/+6
* [POWERPC] Rename get_property to of_get_propertyStephen Rothwell2007-04-131-12/+12
* [POWERPC] Automatically lmb_reserve() initrdDavid Gibson2007-03-081-0/+23
OpenPOWER on IntegriCloud