| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] oprofile PVR 970MP | Jake Moilanen | 2005-08-30 | 2 | -0/+2 |
* | [PATCH] PPC64: Don't try to claim memory from OF at 1GB mark | Olof Johansson | 2005-08-30 | 1 | -1/+4 |
* | [PATCH] Move all the very similar files to asm-powerpc | Stephen Rothwell | 2005-08-30 | 24 | -360/+2 |
* | [PATCH] Move the identical files from include/asm-ppc{,64} | Stephen Rothwell | 2005-08-30 | 18 | -63/+3 |
* | [PATCH] Create include/asm-powerpc | Stephen Rothwell | 2005-08-30 | 4 | -7/+19 |
* | [PATCH] Make MODULE_DEVICE_TABLE work for vio devices | Stephen Rothwell | 2005-08-30 | 12 | -15/+35 |
* | [PATCH] Create vio_bus_ops | Stephen Rothwell | 2005-08-30 | 5 | -69/+69 |
* | [PATCH] Create vio_register_device | Stephen Rothwell | 2005-08-30 | 4 | -17/+19 |
* | [PATCH] Formatting changes to vio.c | Stephen Rothwell | 2005-08-30 | 1 | -22/+17 |
* | [PATCH] fix iSeries build for gcc-3.4 | Stephen Rothwell | 2005-08-30 | 1 | -0/+5 |
* | [PATCH] Restore lparmap.s include for iSeries | David Gibson | 2005-08-30 | 1 | -1/+10 |
* | [PATCH] ppc64: four level pagetables fix | Andrew Morton | 2005-08-30 | 1 | -0/+2 |
* | Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 | Linus Torvalds | 2005-08-29 | 73 | -2048/+2232 |
|\ |
|
| * | [PATCH] Dynamic hugepage addresses for ppc64 | David Gibson | 2005-08-29 | 5 | -78/+190 |
| * | [PATCH] ppc64: Check of_chosen in check_for_initrd() | Michael Ellerman | 2005-08-29 | 1 | -8/+12 |
| * | [PATCH] ppc64: unflatten_device_tree() should check if lmb_alloc() fails | Michael Ellerman | 2005-08-29 | 1 | -2/+7 |
| * | [PATCH] ppc64: Fix a misleading printk in unflatten_dt_node() | Michael Ellerman | 2005-08-29 | 1 | -1/+1 |
| * | [PATCH] ppc64: Move ppc64_enable_pmcs() logic into a ppc_md function | Michael Ellerman | 2005-08-29 | 7 | -50/+55 |
| * | [PATCH] ppc64: allow xmon=off | Olaf Hering | 2005-08-29 | 4 | -14/+26 |
| * | [PATCH] ppc64: Remove CONFIG_MSCHUNKS | Michael Ellerman | 2005-08-29 | 3 | -21/+5 |
| * | [PATCH] ppc64: Simplify some lmb functions | Michael Ellerman | 2005-08-29 | 1 | -22/+5 |
| * | [PATCH] ppc64: Remove physbase from the lmb_property struct | Michael Ellerman | 2005-08-29 | 5 | -41/+14 |
| * | [PATCH] ppc64: Remove redundant abs_to_phys() macro | Michael Ellerman | 2005-08-29 | 3 | -27/+2 |
| * | [PATCH] ppc64: Remove redundant use of pointers in lmb code | Michael Ellerman | 2005-08-29 | 1 | -57/+43 |
| * | [PATCH] ppc64: Remove redundant uses of physRpn_to_absRpn | Michael Ellerman | 2005-08-29 | 4 | -13/+6 |
| * | [PATCH] ppc64: Consolidate some macros | Michael Ellerman | 2005-08-29 | 1 | -14/+7 |
| * | [PATCH] ppc64: Rename msChunks structure | Michael Ellerman | 2005-08-29 | 3 | -18/+18 |
| * | [PATCH] ppc64: msChunks cleanups | Michael Ellerman | 2005-08-29 | 3 | -26/+27 |
| * | [PATCH] ppc64: Remove PTRRELOC() from msChunks code | Michael Ellerman | 2005-08-29 | 3 | -35/+13 |
| * | [PATCH] ppc64: introduce FW_FEATURE_ISERIES | Stephen Rothwell | 2005-08-29 | 4 | -5/+23 |
| * | [PATCH] ppc64: make firmware_has_feature() stronger | Stephen Rothwell | 2005-08-29 | 8 | -42/+73 |
| * | [PATCH] ppc64: create firmware_has_feature() | Stephen Rothwell | 2005-08-29 | 10 | -55/+87 |
| * | [PATCH] ppc64: remove firmware features from cpu_spec | Stephen Rothwell | 2005-08-29 | 9 | -33/+19 |
| * | [PATCH] Move variables in ppc64 head.S from .data to .bss | David Gibson | 2005-08-29 | 1 | -7/+6 |
| * | [PATCH] Tweak comments in ppc64 head.S | David Gibson | 2005-08-29 | 1 | -4/+4 |
| * | [PATCH] Remove unneeded #defines in head.S | David Gibson | 2005-08-29 | 1 | -11/+0 |
| * | [PATCH] Fix apparent code overlap in ppc64 head.S | David Gibson | 2005-08-29 | 1 | -2/+2 |
| * | [PATCH] Remove general use functions from head.S | David Gibson | 2005-08-29 | 2 | -95/+98 |
| * | [PATCH] Change address of ppc64 initial segment table | David Gibson | 2005-08-29 | 3 | -19/+24 |
| * | [PATCH] Move iSeries and common vectors into unused space in head.S | David Gibson | 2005-08-29 | 1 | -179/+174 |
| * | [PATCH] Remove NACA fixed address constraint | David Gibson | 2005-08-29 | 4 | -226/+12 |
| * | [PATCH] ppc64: split pSeries specific parts out of vio.c | Stephen Rothwell | 2005-08-29 | 5 | -279/+284 |
| * | [PATCH] ppc64: make the bus matching function platform specific | Stephen Rothwell | 2005-08-29 | 3 | -11/+32 |
| * | [PATCH] ppc64: move iSeries vio iommu init | Stephen Rothwell | 2005-08-29 | 3 | -7/+2 |
| * | [PATCH] ppc64: split iSeries specific parts out of vio.c | Stephen Rothwell | 2005-08-29 | 4 | -125/+166 |
| * | [PATCH] ppc64: change duplicate Kconfig menu "General setup" to "Bus Options" | Frank Rowand | 2005-08-29 | 1 | -34/+34 |
| * | [PATCH] ppc64: PCI device-node failure detection | Jake Moilanen | 2005-08-29 | 1 | -2/+17 |
| * | [PATCH] flattened device tree changes | Benjamin Herrenschmidt | 2005-08-29 | 3 | -68/+209 |
| * | [PATCH] Four level pagetables for ppc64 | David Gibson | 2005-08-29 | 12 | -278/+294 |
| * | [PATCH] ppc64: make arch/ppc64/boot standalone | Olaf Hering | 2005-08-29 | 15 | -248/+350 |