index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
prom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Force memory size to be a multiple of PAGE_SIZE
Hollis Blanchard
2008-12-29
1
-1
/
+15
*
powerpc: Add of_find_next_cache_node()
Nathan Lynch
2008-12-21
1
-0
/
+31
*
powerpc: Make the 64-bit kernel as a position-independent executable
Paul Mackerras
2008-09-15
1
-0
/
+3
*
powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels
Chandru
2008-09-15
1
-6
/
+34
*
powerpc: Add VSX CPU feature
Michael Neuling
2008-07-01
1
-0
/
+4
*
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
2008-04-24
1
-0
/
+4
*
[POWERPC] Fix device-tree locking vs. interrupts
Benjamin Herrenschmidt
2008-04-18
1
-11
/
+17
*
[POWERPC] pseries/phyp dump: Reserve a variable amount of space at boot
Manish Ahuja
2008-04-17
1
-2
/
+33
*
[POWERPC] move_device_tree() should be __init
Geert Uytterhoeven
2008-04-01
1
-1
/
+1
*
[POWERPC] pseries: phyp dump: Disable phyp-dump through boot-var
Manish Ahuja
2008-03-26
1
-0
/
+5
*
[POWERPC] pseries: phyp dump: Reserve and release memory
Manish Ahuja
2008-03-26
1
-0
/
+52
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6
Paul Mackerras
2008-02-26
1
-1
/
+1
|
\
|
*
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
2008-02-13
1
-1
/
+1
*
|
[POWERPC] Fix dt_mem_next_cell() to read the full address
Becky Bruce
2008-02-20
1
-6
/
+7
|
/
*
[POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaround
Valentine Barshak
2007-12-23
1
-12
/
+25
*
[POWERPC] Use SLB size from the device tree
Michael Neuling
2007-12-11
1
-0
/
+15
*
[POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.
Valentine Barshak
2007-11-01
1
-0
/
+12
*
[POWERPC] Use cache-inhibited large page bit from firmware
Paul Mackerras
2007-10-09
1
-3
/
+0
*
[POWERPC] setup_64.c and prom.c comment cleanup
Linas Vepstas
2007-09-14
1
-3
/
+5
*
[POWERPC] prom.c whitespace cleanup
Linas Vepstas
2007-09-14
1
-6
/
+6
*
[POWERPC] Clean out a bunch of duplicate includes
Jesper Juhl
2007-08-17
1
-1
/
+0
*
[POWERPC] of_detach_node()'s device node argument cannot be const
Segher Boessenkool
2007-07-22
1
-1
/
+1
*
Consolidate of_find_node_by routines
Stephen Rothwell
2007-07-20
1
-114
/
+1
*
Consolidate of_get_next_child
Stephen Rothwell
2007-07-20
1
-24
/
+0
*
Consolidate of_get_parent
Stephen Rothwell
2007-07-20
1
-21
/
+0
*
Consolidate of_find_property
Stephen Rothwell
2007-07-20
1
-23
/
+1
*
Consolidate of_device_is_compatible
Stephen Rothwell
2007-07-20
1
-25
/
+0
*
Start split out of common open firmware code
Stephen Rothwell
2007-07-20
1
-41
/
+0
*
[POWERPC] Remove unnecessary #undef printk from prom.c
Mathieu Desnoyers
2007-07-10
1
-2
/
+0
*
[POWERPC] Make the debugfs "powerpc" dir globally accessible
Michael Ellerman
2007-07-10
1
-6
/
+3
*
[POWERPC] Add a warning to help trackdown device_node refcounting bugs
Michael Ellerman
2007-07-10
1
-0
/
+11
*
[POWERPC] Generalise device_node flag interface
Michael Ellerman
2007-07-10
1
-1
/
+1
*
[POWERPC] Check for the root node in of_detach_node()
Michael Ellerman
2007-07-10
1
-0
/
+3
*
[POWERPC] Output params value in early_init_devtree
Geoff Levand
2007-06-28
1
-1
/
+1
*
[POWERPC] Update documentation for of_find_node_by_type()
Michael Ellerman
2007-06-02
1
-5
/
+6
*
[POWERPC] Make sure device node type/name is not NULL on hot-added nodes
Benjamin Herrenschmidt
2007-05-17
1
-0
/
+5
*
[POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning
Michael Ellerman
2007-05-10
1
-16
/
+31
*
[POWERPC] Remove old interface find_devices
Stephen Rothwell
2007-04-24
1
-19
/
+0
*
[POWERPC] Remove old interface find_type_devices
Stephen Rothwell
2007-04-24
1
-19
/
+0
*
[POWERPC] Remove old interface find_path_device
Stephen Rothwell
2007-04-24
1
-14
/
+0
*
[POWERPC] Remove find_all_nodes
Stephen Rothwell
2007-04-24
1
-17
/
+0
*
[POWERPC] Remove find_compatible_devices
Stephen Rothwell
2007-04-24
1
-24
/
+0
*
[POWERPC] Make struct property's value a void *
Stephen Rothwell
2007-04-13
1
-2
/
+3
*
[POWERPC] Rename prom_n_size_cells to of_n_size_cells
Stephen Rothwell
2007-04-13
1
-3
/
+2
*
[POWERPC] Rename prom_n_addr_cells to of_n_addr_cells
Stephen Rothwell
2007-04-13
1
-3
/
+2
*
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
2007-04-13
1
-5
/
+6
*
[POWERPC] Rename get_property to of_get_property
Stephen Rothwell
2007-04-13
1
-12
/
+12
*
[POWERPC] Automatically lmb_reserve() initrd
David Gibson
2007-03-08
1
-0
/
+23
*
[POWERPC] Allow duplicate lmb_reserve() calls
David Gibson
2007-03-08
1
-3
/
+0
*
[POWERPC] Export of_find_property
Dave Jones
2007-02-16
1
-0
/
+1
[next]