| Commit message (Expand) | Author | Age | Files | Lines |
* | [POWERPC] Fix comment typo in Kurobox device tree | Grant Likely | 2007-04-24 | 2 | -6/+6 |
* | [POWERPC] bootwrapper: Use `unsigned long' for malloc sizes | Geert Uytterhoeven | 2007-04-24 | 3 | -20/+21 |
* | [POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controller | David Gibson | 2007-04-24 | 2 | -0/+343 |
* | [POWERPC] Re-organize Kconfig code for 4xx in arch/powerpc | David Gibson | 2007-04-24 | 1 | -222/+150 |
* | [POWERPC] kprobes: Eliminate sstep exception if instruction can be emulated | Ananth N Mavinakayanahalli | 2007-04-24 | 1 | -1/+35 |
* | [POWERPC] Emulate more instructions in software | Ananth N Mavinakayanahalli | 2007-04-24 | 1 | -1/+44 |
* | [POWERPC] bootwrapper: cuboot for 83xx | Scott Wood | 2007-04-24 | 2 | -1/+70 |
* | [POWERPC] bootwrapper: Add ppcboot.h | Scott Wood | 2007-04-24 | 1 | -0/+108 |
* | [POWERPC] bootwrapper: Add a cuboot platform and a cuImage target | Scott Wood | 2007-04-24 | 4 | -5/+34 |
* | [POWERPC] bootwrapper: Add CONFIG_DEVICE_TREE | Scott Wood | 2007-04-24 | 1 | -0/+24 |
* | [POWERPC] pasemi: GPIO MDIO of_platform driver | Olof Johansson | 2007-04-24 | 3 | -1/+354 |
* | [POWERPC] pasemi: PA6T oprofile support | Olof Johansson | 2007-04-24 | 5 | -7/+246 |
* | [POWERPC] pasemi: Reset mpic on boot | Olof Johansson | 2007-04-24 | 1 | -1/+1 |
* | [POWERPC] pasemi: Enable one more hid bit | Olof Johansson | 2007-04-24 | 1 | -1/+1 |
* | [POWERPC] pasemi: Allow 8KB config space for I/O bridge | Olof Johansson | 2007-04-24 | 1 | -3/+13 |
* | [POWERPC] Fix PowerPC 750CL and 750GX CPU features | Josh Boyer | 2007-04-24 | 1 | -2/+2 |
* | [POWERPC] Rename last get_property calls | Stephen Rothwell | 2007-04-24 | 2 | -4/+4 |
* | Merge branch 'for-2.6.22' of master.kernel.org:/pub/scm/linux/kernel/git/arnd... | Paul Mackerras | 2007-04-24 | 8 | -105/+570 |
|\ |
|
| * | [POWERPC] update cell_defconfig | Arnd Bergmann | 2007-04-23 | 1 | -28/+29 |
| * | [POWERPC] cell: enable RTAS-based PTCAL for Cell XDR memory | Jeremy Kerr | 2007-04-23 | 1 | -0/+160 |
| * | [POWERPC] cell: add support for proper device-tree | Christian Krafft | 2007-04-23 | 1 | -30/+88 |
| * | [POWERPC] add of_iomap function | Christian Krafft | 2007-04-23 | 1 | -17/+2 |
| * | [POWERPC] pmi probe device by device-type | Christian Krafft | 2007-04-23 | 1 | -0/+1 |
| * | [POWERPC] add check for initialized driver data to pmi driver | Christian Krafft | 2007-04-23 | 1 | -2/+7 |
| * | [POWERPC] cell: use pmi in cpufreq driver | Christian Krafft | 2007-04-23 | 1 | -1/+80 |
| * | [POWERPC] cbe_thermal: add throttling attributes to cpu and spu nodes | Christian Krafft | 2007-04-23 | 1 | -1/+154 |
| * | [POWERPC] cbe_thermal: clean up computation of temperature | Christian Krafft | 2007-04-23 | 1 | -18/+10 |
| * | [POWERPC] cell: add cbe_node_to_cpu function | Christian Krafft | 2007-04-23 | 3 | -14/+45 |
* | | Merge branch 'spufs' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell... | Paul Mackerras | 2007-04-24 | 14 | -366/+589 |
|\ \ |
|
| * | | [POWERPC] spu_base: fix initialisation on systems with no SPEs | Jeremy Kerr | 2007-04-23 | 2 | -3/+10 |
| * | | [POWERPC] spu_base: remove cleanup_spu_base | Christoph Hellwig | 2007-04-23 | 1 | -37/+10 |
| * | | [POWERPC] spufs: various run.c cleanups | Christoph Hellwig | 2007-04-23 | 1 | -20/+31 |
| * | | [POWERPC] spufs: enable SPU coredump for kernel-builtin spufs | Akinobu Mita | 2007-04-23 | 1 | -18/+16 |
| * | | [POWERPC] spufs: fix memory leak on coredump | Arnd Bergmann | 2007-04-23 | 1 | -9/+10 |
| * | | [POWERPC] spufs: Minor cleanup of spu_wait | Jeremy Kerr | 2007-04-23 | 1 | -7/+6 |
| * | | [POWERPC] spufs: add mode= mount option | Jeremy Kerr | 2007-04-23 | 1 | -4/+10 |
| * | | [POWERPC] spufs: use memcpy_fromio() to copy from local store | Akinobu Mita | 2007-04-23 | 1 | -6/+6 |
| * | | [POWERPC] spufs: avoid spurious memory barriers | Christoph Hellwig | 2007-04-23 | 1 | -14/+0 |
| * | | [POWERPC] spufs: fix memory leak on spufs reloading | Akinobu Mita | 2007-04-23 | 1 | -0/+6 |
| * | | [POWERPC] spufs: fix missing error handling in module_init() | Akinobu Mita | 2007-04-23 | 1 | -6/+10 |
| * | | [POWERPC] spufs: check spu_acquire_runnable() return value | Akinobu Mita | 2007-04-23 | 1 | -1/+4 |
| * | | [POWERPC] spufs: turn run_sema into run_mutex | Christoph Hellwig | 2007-04-23 | 3 | -4/+4 |
| * | | [POWERPC] spufs: provide siginfo for SPE faults | Jeremy Kerr | 2007-04-23 | 1 | -7/+25 |
| * | | [POWERPC] spufs: make spu page faults not block scheduling | Arnd Bergmann | 2007-04-23 | 8 | -130/+223 |
| * | | [POWERPC] spu_base: move spu_init_channels out of spu_mutex | Christoph Hellwig | 2007-04-23 | 1 | -1/+2 |
| * | | [POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeup | Luke Browning | 2007-04-23 | 1 | -22/+16 |
| * | | [POWERPC] spufs: streamline locking for isolated spu setup | Christoph Hellwig | 2007-04-23 | 3 | -55/+16 |
| * | | [POWERPC] spufs: remove woken threads from the runqueue early | Christoph Hellwig | 2007-04-23 | 2 | -27/+19 |
| * | | [POWERPC] spufs: add memory barriers after set_bit | Arnd Bergmann | 2007-04-23 | 1 | -0/+3 |
| * | | [POWERPC] spu sched: ensure preempted threads are put back on the runqueue, p... | Christoph Hellwig | 2007-04-23 | 1 | -0/+6 |