summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | [POWERPC] Cleanup and fix breakage in tlbflush.hDavid Gibson2007-04-241-0/+1
| * | [POWERPC] Save trap number in bad_stackOlof Johansson2007-04-242-2/+9
| * | [POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQSMichael Ellerman2007-04-249-20/+20
| * | [POWERPC] Fix comment typo in Kurobox device treeGrant Likely2007-04-242-6/+6
| * | [POWERPC] bootwrapper: Use `unsigned long' for malloc sizesGeert Uytterhoeven2007-04-243-20/+21
| * | [POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controllerDavid Gibson2007-04-242-0/+343
| * | [POWERPC] Re-organize Kconfig code for 4xx in arch/powerpcDavid Gibson2007-04-241-222/+150
| * | [POWERPC] kprobes: Eliminate sstep exception if instruction can be emulatedAnanth N Mavinakayanahalli2007-04-241-1/+35
| * | [POWERPC] Emulate more instructions in softwareAnanth N Mavinakayanahalli2007-04-241-1/+44
| * | [POWERPC] bootwrapper: cuboot for 83xxScott Wood2007-04-242-1/+70
| * | [POWERPC] bootwrapper: Add ppcboot.hScott Wood2007-04-241-0/+108
| * | [POWERPC] bootwrapper: Add a cuboot platform and a cuImage targetScott Wood2007-04-244-5/+34
| * | [POWERPC] bootwrapper: Add CONFIG_DEVICE_TREEScott Wood2007-04-241-0/+24
| * | [POWERPC] pasemi: GPIO MDIO of_platform driverOlof Johansson2007-04-243-1/+354
| * | [POWERPC] pasemi: PA6T oprofile supportOlof Johansson2007-04-245-7/+246
| * | [POWERPC] pasemi: Reset mpic on bootOlof Johansson2007-04-241-1/+1
| * | [POWERPC] pasemi: Enable one more hid bitOlof Johansson2007-04-241-1/+1
| * | [POWERPC] pasemi: Allow 8KB config space for I/O bridgeOlof Johansson2007-04-241-3/+13
| * | [POWERPC] Fix PowerPC 750CL and 750GX CPU featuresJosh Boyer2007-04-241-2/+2
| * | [POWERPC] Rename last get_property callsStephen Rothwell2007-04-242-4/+4
| * | Merge branch 'for-2.6.22' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Paul Mackerras2007-04-248-105/+570
| |\ \
| | * | [POWERPC] update cell_defconfigArnd Bergmann2007-04-231-28/+29
| | * | [POWERPC] cell: enable RTAS-based PTCAL for Cell XDR memoryJeremy Kerr2007-04-231-0/+160
| | * | [POWERPC] cell: add support for proper device-treeChristian Krafft2007-04-231-30/+88
| | * | [POWERPC] add of_iomap functionChristian Krafft2007-04-231-17/+2
| | * | [POWERPC] pmi probe device by device-typeChristian Krafft2007-04-231-0/+1
| | * | [POWERPC] add check for initialized driver data to pmi driverChristian Krafft2007-04-231-2/+7
| | * | [POWERPC] cell: use pmi in cpufreq driverChristian Krafft2007-04-231-1/+80
| | * | [POWERPC] cbe_thermal: add throttling attributes to cpu and spu nodesChristian Krafft2007-04-231-1/+154
| | * | [POWERPC] cbe_thermal: clean up computation of temperatureChristian Krafft2007-04-231-18/+10
| | * | [POWERPC] cell: add cbe_node_to_cpu functionChristian Krafft2007-04-233-14/+45
| * | | Merge branch 'spufs' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell...Paul Mackerras2007-04-2414-366/+589
| |\ \ \
| | * | | [POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr2007-04-232-3/+10
| | * | | [POWERPC] spu_base: remove cleanup_spu_baseChristoph Hellwig2007-04-231-37/+10
| | * | | [POWERPC] spufs: various run.c cleanupsChristoph Hellwig2007-04-231-20/+31
| | * | | [POWERPC] spufs: enable SPU coredump for kernel-builtin spufsAkinobu Mita2007-04-231-18/+16
| | * | | [POWERPC] spufs: fix memory leak on coredumpArnd Bergmann2007-04-231-9/+10
| | * | | [POWERPC] spufs: Minor cleanup of spu_waitJeremy Kerr2007-04-231-7/+6
| | * | | [POWERPC] spufs: add mode= mount optionJeremy Kerr2007-04-231-4/+10
| | * | | [POWERPC] spufs: use memcpy_fromio() to copy from local storeAkinobu Mita2007-04-231-6/+6
| | * | | [POWERPC] spufs: avoid spurious memory barriersChristoph Hellwig2007-04-231-14/+0
| | * | | [POWERPC] spufs: fix memory leak on spufs reloadingAkinobu Mita2007-04-231-0/+6
| | * | | [POWERPC] spufs: fix missing error handling in module_init()Akinobu Mita2007-04-231-6/+10
| | * | | [POWERPC] spufs: check spu_acquire_runnable() return valueAkinobu Mita2007-04-231-1/+4
| | * | | [POWERPC] spufs: turn run_sema into run_mutexChristoph Hellwig2007-04-233-4/+4
| | * | | [POWERPC] spufs: provide siginfo for SPE faultsJeremy Kerr2007-04-231-7/+25
| | * | | [POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann2007-04-238-130/+223
| | * | | [POWERPC] spu_base: move spu_init_channels out of spu_mutexChristoph Hellwig2007-04-231-1/+2
| | * | | [POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeupLuke Browning2007-04-231-22/+16
| | * | | [POWERPC] spufs: streamline locking for isolated spu setupChristoph Hellwig2007-04-233-55/+16
OpenPOWER on IntegriCloud