aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-09powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt1-1/+1
2009-05-15powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce1-4/+4
2009-02-11powerpc: Allow debugging of LMBs with lmb=debugMichael Ellerman1-5/+1
2009-01-16powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling1-0/+5
2009-01-08powerpc: Remove unnecessary castsStephen Rothwell1-7/+7
2008-12-29powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard1-1/+15
2008-12-21powerpc: Add of_find_next_cache_node()Nathan Lynch1-0/+31
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras1-0/+3
2008-09-15powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru1-6/+34
2008-07-01powerpc: Add VSX CPU featureMichael Neuling1-0/+4
2008-04-24[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Kumar Gala1-0/+4
2008-04-18[POWERPC] Fix device-tree locking vs. interruptsBenjamin Herrenschmidt1-11/+17
2008-04-17[POWERPC] pseries/phyp dump: Reserve a variable amount of space at bootManish Ahuja1-2/+33
2008-04-01[POWERPC] move_device_tree() should be __initGeert Uytterhoeven1-1/+1
2008-03-26[POWERPC] pseries: phyp dump: Disable phyp-dump through boot-varManish Ahuja1-0/+5
2008-03-26[POWERPC] pseries: phyp dump: Reserve and release memoryManish Ahuja1-0/+52
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras1-1/+1
2008-02-20[POWERPC] Fix dt_mem_next_cell() to read the full addressBecky Bruce1-6/+7
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2007-12-23[POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaroundValentine Barshak1-12/+25
2007-12-11[POWERPC] Use SLB size from the device treeMichael Neuling1-0/+15
2007-11-01[POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.Valentine Barshak1-0/+12
2007-10-09[POWERPC] Use cache-inhibited large page bit from firmwarePaul Mackerras1-3/+0
2007-09-14[POWERPC] setup_64.c and prom.c comment cleanupLinas Vepstas1-3/+5
2007-09-14[POWERPC] prom.c whitespace cleanupLinas Vepstas1-6/+6
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-07-22[POWERPC] of_detach_node()'s device node argument cannot be constSegher Boessenkool1-1/+1
2007-07-20Consolidate of_find_node_by routinesStephen Rothwell1-114/+1
2007-07-20Consolidate of_get_next_childStephen Rothwell1-24/+0
2007-07-20Consolidate of_get_parentStephen Rothwell1-21/+0
2007-07-20Consolidate of_find_propertyStephen Rothwell1-23/+1
2007-07-20Consolidate of_device_is_compatibleStephen Rothwell1-25/+0
2007-07-20Start split out of common open firmware codeStephen Rothwell1-41/+0
2007-07-10[POWERPC] Remove unnecessary #undef printk from prom.cMathieu Desnoyers1-2/+0
2007-07-10[POWERPC] Make the debugfs "powerpc" dir globally accessibleMichael Ellerman1-6/+3
2007-07-10[POWERPC] Add a warning to help trackdown device_node refcounting bugsMichael Ellerman1-0/+11
2007-07-10[POWERPC] Generalise device_node flag interfaceMichael Ellerman1-1/+1
2007-07-10[POWERPC] Check for the root node in of_detach_node()Michael Ellerman1-0/+3
2007-06-28[POWERPC] Output params value in early_init_devtreeGeoff Levand1-1/+1
2007-06-02[POWERPC] Update documentation for of_find_node_by_type()Michael Ellerman1-5/+6
2007-05-17[POWERPC] Make sure device node type/name is not NULL on hot-added nodesBenjamin Herrenschmidt1-0/+5
2007-05-10[POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warningMichael Ellerman1-16/+31
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-19/+0
2007-04-24[POWERPC] Remove old interface find_type_devicesStephen Rothwell1-19/+0
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-14/+0
2007-04-24[POWERPC] Remove find_all_nodesStephen Rothwell1-17/+0
2007-04-24[POWERPC] Remove find_compatible_devicesStephen Rothwell1-24/+0
2007-04-13[POWERPC] Make struct property's value a void *Stephen Rothwell1-2/+3
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-3/+2
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-3/+2