aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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-2310-130/+225
| * | [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
| * | [POWERPC] spufs: remove woken threads from the runqueue earlyChristoph Hellwig2007-04-232-27/+19
| * | [POWERPC] spufs: add memory barriers after set_bitArnd Bergmann2007-04-231-0/+3
| * | [POWERPC] spu sched: ensure preempted threads are put back on the runqueue, p...Christoph Hellwig2007-04-231-0/+6
| * | [POWERPC] spu sched: ensure preempted threads are put back on the runqueueChristoph Hellwig2007-04-231-3/+10
| * | [POWERPC] spufs: clear mapping pointers after last closeChristoph Hellwig2007-04-234-13/+148
| * | [POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu cont...Christoph Hellwig2007-04-232-4/+23
| |/
* | Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/p...Paul Mackerras2007-04-247-166/+109
|\ \ | |/ |/|
| * [POWERPC] Miscellaneous arch/powerpc Kconfig and platform/Kconfig cleanupKumar Gala2007-04-122-45/+30
| * [POWERPC] Convert 85xx platform to unified platform KconfigKumar Gala2007-04-123-27/+6
| * [POWERPC] Convert 8xx platform to unified platform KconfigKumar Gala2007-04-123-38/+34
| * [POWERPC] Convert 82xx platform to unified platform KconfigKumar Gala2007-04-123-37/+26
| * [POWERPC] Convert 83xx platform to unified platform KconfigKumar Gala2007-04-123-7/+3
| * [POWERPC] Convert 86xx platform to unified platform KconfigKumar Gala2007-04-123-17/+10
| * [POWERPC] Ensure platform CONFIG options have correct dependenciesKumar Gala2007-04-121-1/+6
* | [POWERPC] Fix detection of loader-supplied initrd on OF platformsPaul Mackerras2007-04-131-2/+4
* | [POWERPC] ibmebus: change probe/remove interface from using loc-code to DT pathJoachim Fenkes2007-04-131-55/+60
* | [POWERPC] DEBUG_PAGEALLOC for 64-bitBenjamin Herrenschmidt2007-04-132-4/+82
* | [POWERPC] DEBUG_PAGEALLOC for 32-bitBenjamin Herrenschmidt2007-04-135-1/+74
* | [POWERPC] Fix 32-bit mm operations when not using BATsBenjamin Herrenschmidt2007-04-134-9/+31
* | [POWERPC] Cleanup 32-bit map_pageBenjamin Herrenschmidt2007-04-131-3/+6
* | [POWERPC] Make tlb flush batch use lazy MMU modeBenjamin Herrenschmidt2007-04-137-92/+90
* | [POWERPC] Alignment exception uses __get/put_user_inatomicBenjamin Herrenschmidt2007-04-131-25/+31
* | [POWERPC] Add inatomic versions of __get_user and __put_userBenjamin Herrenschmidt2007-04-131-0/+28
* | [POWERPC] Clean up unused ROUND_UP, NAME_OFFSET macros in arch/powerpcMilind Arun Choudhary2007-04-131-4/+0
* | [POWERPC] Add correct interrupt property for pegasos ideOlaf Hering2007-04-132-33/+33
* | [POWERPC] Rename get_property to of_get_property: the last oneStephen Rothwell2007-04-131-6/+7
* | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-04-1350-120/+122
* | [POWERPC] Rename get_property to of_get_property: soundStephen Rothwell2007-04-1310-36/+37
* | [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-1393-409/+420
* | [POWERPC] Rename get_property to of_get_property: includeStephen Rothwell2007-04-131-3/+3
* | [POWERPC] Allow drivers to map individual 4k pages to userspacePaul Mackerras2007-04-134-14/+42
* | [POWERPC] Make struct property's value a void *Stephen Rothwell2007-04-139-15/+15
* | [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-136-9/+8
* | [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-1313-18/+17
* | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-04-132-6/+8
* | [POWERPC] Rename get_property to of_get_propertyStephen Rothwell2007-04-133-14/+16