summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely2009-11-041-0/+2
| | * | | | powerpc: tiny memcpy_(to|from)io optimisationAlbrecht Dreß2009-11-041-2/+2
| | * | | | spi/mpc52xx: replace printk with dev_errWolfram Sang2009-11-041-3/+2
| | * | | | Xilinx: SPI: Fix bits_per_word for transfersJohn Linn2009-11-041-1/+2
| | * | | | spi/mpc52xx-psc-spi: check for valid PSCWolfram Sang2009-11-041-4/+8
| | * | | | powerpc/5200: add LocalPlus bus FIFO device driverJohn Bonesio2009-11-044-0/+605
| | * | | | powerpc/5200: add general purpose timer API for the MPC5200Grant Likely2009-11-042-10/+130
| | * | | | powerpc/5200: Add mpc5200-spi (non-PSC) device driverGrant Likely2009-11-044-0/+539
| | * | | | spi/mpc5200: Register SPI devices described in device treeGrant Likely2009-11-041-1/+7
| * | | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-093-10/+50
| * | | | | pseries/pseries: Add code to online/offline CPUs of a DLPAR nodeGautham R Shenoy2009-12-091-0/+101
| * | | | | powerpc: stop_this_cpu: remove the cpu from the online map.Valentine Barshak2009-12-091-0/+3
| * | | | | powerpc/pseries: Add kernel based CPU DLPAR handlingNathan Fontenot2009-12-091-0/+88
| * | | | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-096-0/+77
| * | | | | powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot2009-12-094-2/+347
| * | | | | powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong2009-12-091-2/+11
| * | | | | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11
| * | | | | agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer2009-12-091-7/+22
| * | | | | offb: Add support for framebuffer handoff to offb.Dave Airlie2009-12-091-1/+14
| * | | | | libata/drivers: Add driver for Apple "MacIO" IDE controllerBenjamin Herrenschmidt2009-12-093-0/+1438
| * | | | | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-091-1/+1
| * | | | | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-095-275/+214
| * | | | | powerpc/macio: Add dma_parms support to macioBenjamin Herrenschmidt2009-12-082-0/+6
| * | | | | powerpc/macio: Add devres support to macio_deviceBenjamin Herrenschmidt2009-12-082-0/+49
| * | | | | powerpc/kvm: Sync guest visible MMU stateAlexander Graf2009-12-088-16/+101
| * | | | | hvc_console: Export (GPL'ed) hvc_removeAmit Shah2009-12-081-0/+1
| * | | | | powerpc/windfarm: Add detection for second cpu pumpBolko Maass2009-12-081-0/+2
| * | | | | powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan2009-12-081-69/+91
| * | | | | powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-12-086-49/+51
| | |/ / / | |/| | |
| * | | | Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAG...Benjamin Herrenschmidt2009-12-026-51/+49
| * | | | powerpc/of_serial: Add missing ns16550a idMichal Simek2009-11-271-0/+1
| * | | | powerpc/mm: Fix bug in gup_hugepd()David Gibson2009-11-271-1/+10
| * | | | powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-11-276-49/+51
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-24237-1560/+2235
| |\ \ \ \
| * | | | | powerpc: Fix build of some FSL platformsBenjamin Herrenschmidt2009-11-243-6/+6
| * | | | | powerpc: Fix wrong error code from ppc32 select syscallarnd@arndb.de2009-11-241-1/+1
| * | | | | powerpc: Fix DEBUG_HIGHMEM build break from d4515646699Becky Bruce2009-11-241-0/+11
| * | | | | powerpc: Kill unused swiotlb variableFUJITA Tomonori2009-11-241-1/+0
| * | | | | powerpc: do not export pci_alloc/free_consistentStephen Rothwell2009-11-241-2/+0
| * | | | | powerpc: kill the obsolete code under is_global_init()Benjamin Herrenschmidt2009-11-241-22/+0
| * | | | | powerpc/pseries: Add hooks to put the CPU into an appropriate offline stateGautham R Shenoy2009-11-244-9/+216
| * | | | | powerpc/pseries: Add extended_cede_processor() helper function.Gautham R Shenoy2009-11-243-2/+32
| * | | | | powerpc: Move ehea hcall definitions into hvcall.hAnton Blanchard2009-11-243-52/+13
| * | | | | powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-2429-40/+39
| * | | | | powerpc: Replace old style lock initializerThomas Gleixner2009-11-241-2/+6
| * | | | | macintosh: Remove BKL from nvram driverThomas Gleixner2009-11-241-8/+3
| * | | | | powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner2009-11-241-7/+7
| * | | | | powerpc/spufs: Fix test in spufs_switch_log_read()roel kluin2009-11-241-1/+1
| * | | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2009-11-248-3/+36
| |\ \ \ \ \
| | * | | | | powerpc/44x: Enable 64bit (>= 4GB) memory size in Katmai dtsStefan Roese2009-11-041-3/+11
OpenPOWER on IntegriCloud