| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [PATCH] Dynamic kernel command-line: powerpc | Alon Bar-Lev | 2007-02-12 | 1 | -1/+1 |
* | [POWERPC] arch/ppc/kernel/prom.c of_node_(get|put) cleanup | Mariusz Kozlowski | 2007-01-24 | 1 | -12/+6 |
* | [POWERPC] Support ibm,dynamic-reconfiguration-memory nodes | Paul Mackerras | 2006-12-11 | 1 | -0/+55 |
* | [POWERPC] Distinguish POWER6 partition modes and tell userspace | Paul Mackerras | 2006-12-04 | 1 | -34/+76 |
* | Merge branch 'linux-2.6' into for-linus | Paul Mackerras | 2006-12-04 | 1 | -3/+5 |
|\ |
|
| * | [POWERPC] Fix device_is_compatible() const warning | Benjamin Herrenschmidt | 2006-10-25 | 1 | -3/+5 |
* | | [POWERPC] cell: add cpufreq driver for Cell BE processor | Christian Krafft | 2006-10-25 | 1 | -0/+1 |
|/ |
|
* | [POWERPC] Minor fix for bootargs property | Geoff Levand | 2006-10-06 | 1 | -1/+1 |
* | [POWERPC] Define of_read_ulong helper | Paul Mackerras | 2006-09-20 | 1 | -17/+2 |
* | [POWERPC] Make get_property() return a const void * | Jeremy Kerr | 2006-07-31 | 1 | -1/+1 |
* | [POWERPC] Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 | 1 | -12/+11 |
* | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 2006-07-03 | 1 | -449/+2 |
* | [POWERPC] change get_property to return void * | Jeremy Kerr | 2006-07-03 | 1 | -2/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [POWERPC] Use little-endian bit from firmware ibm,pa-features property | Paul Mackerras | 2006-06-29 | 1 | -0/+1 |
* | [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlier | Michael Ellerman | 2006-06-28 | 1 | -18/+5 |
* | [POWERPC] Export flat device tree via debugfs for debugging | Michael Ellerman | 2006-06-28 | 1 | -0/+25 |
* | [POWERPC] cell: add RAS support | Benjamin Herrenschmidt | 2006-06-21 | 1 | -0/+43 |
* | [POWERPC] Prevent duplicate lmb reservations for Device Tree blob. | Jon Loeliger | 2006-06-21 | 1 | -2/+11 |
* | powerpc: Use 64k pages without needing cache-inhibited large pages | Paul Mackerras | 2006-06-15 | 1 | -0/+3 |
* | [PATCH] powerpc: Auto reserve of device tree blob | Jimi Xenidis | 2006-05-19 | 1 | -0/+5 |
* | [PATCH] powerpc: Move crashkernel= handling into the kernel. | Michael Ellerman | 2006-05-19 | 1 | -0/+1 |
* | [PATCH] powerpc: Kdump header cleanup | Michael Ellerman | 2006-05-19 | 1 | -3/+1 |
* | [PATCH] powerpc: Unify mem= handling | Michael Ellerman | 2006-05-19 | 1 | -42/+47 |
* | [PATCH] powerpc: Parse early parameters earlier | Michael Ellerman | 2006-05-19 | 1 | -0/+5 |
* | [PATCH] powerpc: Use the ibm,pa-features property if available | Paul Mackerras | 2006-05-03 | 1 | -0/+70 |
* | [PATCH] powerpc: Lower threshold for DART enablement to 1GB | Olof Johansson | 2006-04-21 | 1 | -1/+1 |
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 2006-03-28 | 1 | -17/+39 |
* | [PATCH] powerpc: a couple of trivial compile warning fixes | Stephen Rothwell | 2006-03-28 | 1 | -1/+4 |
* | powerpc: use memparse() for mem= command line parsing | Kumar Gala | 2006-03-27 | 1 | -13/+1 |
* | [PATCH] powerpc: Allow non zero boot cpuids | Anton Blanchard | 2006-03-27 | 1 | -27/+56 |
* | Merge ../powerpc-merge | Paul Mackerras | 2006-02-28 | 1 | -16/+38 |
|\ |
|
| * | [PATCH] powerpc: Fix mem= cmdline handling on arch/powerpc for !MULTIPLATFORM | Kumar Gala | 2006-02-24 | 1 | -16/+38 |
* | | [PATCH] powerpc: Always panic if lmb_alloc() fails | Michael Ellerman | 2006-02-07 | 1 | -4/+0 |
|/ |
|
* | [PATCH] powerpc: remove pointer/integer confusion in of_find_node_by_name | Olaf Hering | 2006-02-07 | 1 | -2/+2 |
* | [PATCH] powerpc: Don't overwrite flat device tree with kdump kernel | Michael Ellerman | 2006-02-07 | 1 | -0/+27 |
* | [PATCH] powerpc: Don't allocate zero bytes in finish_device_tree() | Michael Ellerman | 2006-02-07 | 1 | -1/+6 |
* | [PATCH] powerpc: Add of_find_property function | Dave C Boutcher | 2006-01-13 | 1 | -6/+13 |
* | [PATCH] powerpc: Add/remove/update properties in firmware device tree | Dave C Boutcher | 2006-01-13 | 1 | -2/+88 |
* | [PATCH] powerpc: Fixed memory reserve map layout | Kumar Gala | 2006-01-12 | 1 | -4/+24 |
* | spelling: s/retreive/retrieve/ | Adrian Bunk | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] powerpc: Experimental support for new G5 Macs (#2) | Benjamin Herrenschmidt | 2006-01-09 | 1 | -3/+23 |