index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
prom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-10
of/flattree: merge early_init_dt_scan_chosen()
Grant Likely
1
-36
/
+10
2009-12-10
of/flattree: eliminate cell_t typedef
Grant Likely
1
-8
/
+6
2009-12-10
of/flattree: merge dt_mem_next_cell
Grant Likely
1
-8
/
+0
2009-12-10
of/flattree: Merge earlyinit_dt_scan_root()
Grant Likely
1
-24
/
+0
2009-12-10
of/flattree: Merge early_init_dt_check_for_initrd()
Grant Likely
1
-30
/
+0
2009-11-23
of: merge prom_{add,remove,modify}_property
Grant Likely
1
-114
/
+0
2009-11-23
of/flattree: Merge unflatten_device_tree
Grant Likely
1
-50
/
+0
2009-11-23
of/flattree: Merge unflatten_dt_node
Grant Likely
1
-194
/
+0
2009-11-23
of/flattree: Merge of_flat_dt_is_compatible
Grant Likely
1
-19
/
+0
2009-11-23
of/flattree: merge of_get_flat_dt_prop
Grant Likely
1
-42
/
+0
2009-11-23
of/flattree: merge of_get_flat_dt_root
Grant Likely
1
-12
/
+0
2009-11-23
of/flattree: merge of_scan_flat_dt
Grant Likely
1
-61
/
+0
2009-11-23
of/flattree: merge find_flat_dt_string and initial_boot_params
Grant Likely
1
-12
/
+0
2009-10-15
of: merge of_find_all_nodes() implementations
Grant Likely
1
-23
/
+0
2009-06-09
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
1
-1
/
+1
2009-05-15
powerpc: Allow mem=x cmdline to work with 4G+
Becky Bruce
1
-4
/
+4
2009-02-11
powerpc: Allow debugging of LMBs with lmb=debug
Michael Ellerman
1
-5
/
+1
2009-01-16
powerpc: Get the number of SLBs from "slb-size" property
Michael Neuling
1
-0
/
+5
2009-01-08
powerpc: Remove unnecessary casts
Stephen Rothwell
1
-7
/
+7
2008-12-29
powerpc: Force memory size to be a multiple of PAGE_SIZE
Hollis Blanchard
1
-1
/
+15
2008-12-21
powerpc: Add of_find_next_cache_node()
Nathan Lynch
1
-0
/
+31
2008-09-15
powerpc: Make the 64-bit kernel as a position-independent executable
Paul Mackerras
1
-0
/
+3
2008-09-15
powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels
Chandru
1
-6
/
+34
2008-07-01
powerpc: Add VSX CPU feature
Michael Neuling
1
-0
/
+4
2008-04-24
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
1
-0
/
+4
2008-04-18
[POWERPC] Fix device-tree locking vs. interrupts
Benjamin Herrenschmidt
1
-11
/
+17
2008-04-17
[POWERPC] pseries/phyp dump: Reserve a variable amount of space at boot
Manish Ahuja
1
-2
/
+33
2008-04-01
[POWERPC] move_device_tree() should be __init
Geert Uytterhoeven
1
-1
/
+1
2008-03-26
[POWERPC] pseries: phyp dump: Disable phyp-dump through boot-var
Manish Ahuja
1
-0
/
+5
2008-03-26
[POWERPC] pseries: phyp dump: Reserve and release memory
Manish Ahuja
1
-0
/
+52
2008-02-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6
Paul Mackerras
1
-1
/
+1
2008-02-20
[POWERPC] Fix dt_mem_next_cell() to read the full address
Becky Bruce
1
-6
/
+7
2008-02-13
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
1
-1
/
+1
2007-12-23
[POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaround
Valentine Barshak
1
-12
/
+25
2007-12-11
[POWERPC] Use SLB size from the device tree
Michael Neuling
1
-0
/
+15
2007-11-01
[POWERPC] 4xx: Workaround for the 440EP(x)/GR(x) processors identical PVR issue.
Valentine Barshak
1
-0
/
+12
2007-10-09
[POWERPC] Use cache-inhibited large page bit from firmware
Paul Mackerras
1
-3
/
+0
2007-09-14
[POWERPC] setup_64.c and prom.c comment cleanup
Linas Vepstas
1
-3
/
+5
2007-09-14
[POWERPC] prom.c whitespace cleanup
Linas Vepstas
1
-6
/
+6
2007-08-17
[POWERPC] Clean out a bunch of duplicate includes
Jesper Juhl
1
-1
/
+0
2007-07-22
[POWERPC] of_detach_node()'s device node argument cannot be const
Segher Boessenkool
1
-1
/
+1
2007-07-20
Consolidate of_find_node_by routines
Stephen Rothwell
1
-114
/
+1
2007-07-20
Consolidate of_get_next_child
Stephen Rothwell
1
-24
/
+0
2007-07-20
Consolidate of_get_parent
Stephen Rothwell
1
-21
/
+0
2007-07-20
Consolidate of_find_property
Stephen Rothwell
1
-23
/
+1
2007-07-20
Consolidate of_device_is_compatible
Stephen Rothwell
1
-25
/
+0
2007-07-20
Start split out of common open firmware code
Stephen Rothwell
1
-41
/
+0
2007-07-10
[POWERPC] Remove unnecessary #undef printk from prom.c
Mathieu Desnoyers
1
-2
/
+0
2007-07-10
[POWERPC] Make the debugfs "powerpc" dir globally accessible
Michael Ellerman
1
-6
/
+3
2007-07-10
[POWERPC] Add a warning to help trackdown device_node refcounting bugs
Michael Ellerman
1
-0
/
+11
[prev]
[next]