summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2014-07-222-0/+2
* powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-111-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-116-22/+62
|\
| * powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC()Anton Blanchard2014-06-051-3/+3
| * powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-053-14/+8Star
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-052-4/+5
| |\
| | * powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-231-2/+3
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-2/+2
| * | powerpc/le: Show the endianess of the LPAR under PowerVM.Tony Breeds2014-05-011-0/+4
| * | powerpc/eeh: Make the delay for PE reset unifiedGavin Shan2014-04-281-1/+9
| * | powerpc/pseries: Fix overwritten PE stateGavin Shan2014-04-281-0/+1
| * | powerpc/eeh: Use cached capability for log dumpGavin Shan2014-04-281-0/+32
* | | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-142-6/+9
|\| |
| * | powerpc/pseries: Protect remove_memory() with device hotplug lockLi Zhong2014-04-281-4/+6
| * | powerpc: Fix Oops in rtas_stop_self()Li Zhong2014-04-281-2/+3
| |/
* / of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-2/+2
|/
* powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-04-091-6/+5Star
* powerpc/le: Enable RTAS events supportGreg Kurz2014-04-072-10/+13
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-022-4/+0Star
|\
| * of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-112-4/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-025-62/+105
|\ \
| * | powerpc/perf: Add kconfig option for hypervisor provided countersCody P Schafer2014-03-231-0/+12
| * | powerpc/pseries: Expose in kernel device tree update to drmgrTyrel Datwyler2014-03-071-1/+24
| * | powerpc/pseries: Update dynamic cache nodes for suspend/resume operationHaren Myneni2014-03-071-0/+19
| * | powerpc/pseries: Device tree should only be updated once after suspend/migrateHaren Myneni2014-03-071-16/+10Star
| * | powerpc/pseries: Use remove_memory() to remove memoryNathan Fontenot2014-03-071-44/+39Star
| * | powerpc/pseries: Don't try to register pseries cpu hotplug on non-pseriesBenjamin Herrenschmidt2014-03-071-1/+1
| |/
* | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-021-3/+3
|\ \
| * | powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-3/+3
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-11/+11
|\ \ \ | | |/ | |/|
| * | powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctlyTony Breeds2014-02-281-11/+11
* | | Merge branch 'linus' into sched/coreThomas Gleixner2014-02-214-10/+18
|\| |
| * | powerpc/eeh: Cleanup on eeh_subsystem_enabledGavin Shan2014-02-171-1/+1
| * | powerpc/pseries: Add Gen3 definitions for PCIE link speedKleber Sacilotto de Souza2014-02-171-0/+6
| * | powerpc/pseries: Fix regression on PCI link speedKleber Sacilotto de Souza2014-02-171-7/+9
| * | powerpc/pseries: Select ARCH_RANDOM on pseriesMichael Ellerman2014-02-111-0/+1
| * | powerpc/pseries: Disable relocation on exception while going down during crash.Mahesh Salgaonkar2014-02-111-2/+1Star
| |/
* / sched/idle, PPC: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-111-20/+14Star
|/
* powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar2014-01-293-318/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-288-136/+51Star
|\
| * pseries/cpuidle: Remove redundant call to ppc64_runlatch_off() in cpu idle ro...Preeti U Murthy2014-01-151-3/+0Star
| * powerpc/eeh: Add restore_config operationGavin Shan2014-01-151-1/+3
| * Revert "pseries/iommu: Remove DDW on kexec"Nishanth Aravamudan2014-01-151-49/+14Star
| * Revert "powerpc/pseries/iommu: remove default window before attempting DDW ma...Nishanth Aravamudan2014-01-151-69/+17Star
| * powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-152-2/+0Star
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-304-46/+48
| |\
| * | powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple2013-12-301-4/+6
| * | powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-302-6/+6
| * | powerpc/mm: Use HPTE constants when updating hpte bitsAneesh Kumar K.V2013-12-091-1/+2
| * | powerpc: Make slb_shadow a localJeremy Kerr2013-12-091-1/+1