summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-04-091-6/+5
* 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/+0
|\
| * of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-112-4/+0
* | 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-241-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/+10
| * | powerpc/pseries: Use remove_memory() to remove memoryNathan Fontenot2014-03-071-44/+39
| * | 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-011-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/+1
| |/
* | sched/idle, PPC: Remove redundant cpuidle_idle_call()Nicolas Pitre2014-02-111-20/+14
|/
* powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar2014-01-293-318/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-278-136/+51
|\
| * pseries/cpuidle: Remove redundant call to ppc64_runlatch_off() in cpu idle ro...Preeti U Murthy2014-01-151-3/+0
| * powerpc/eeh: Add restore_config operationGavin Shan2014-01-151-1/+3
| * Revert "pseries/iommu: Remove DDW on kexec"Nishanth Aravamudan2014-01-151-49/+14
| * Revert "powerpc/pseries/iommu: remove default window before attempting DDW ma...Nishanth Aravamudan2014-01-151-69/+17
| * powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-152-2/+0
| * 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
| * | PPC: POWERNV: move iommu_add_device earlierAlexey Kardashevskiy2013-12-051-3/+5
| * | powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIESMichael Ellerman2013-12-021-1/+1
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-56/+3
|\ \ \
| * | | POWERPC: pseries: cpuidle: use the common cpuidle_[un]register() routinesBartlomiej Zolnierkiewicz2014-01-111-54/+3
| * | | POWERPC: pseries: cpuidle: remove superfluous dev->state_count initializationBartlomiej Zolnierkiewicz2014-01-111-2/+0
| | |/ | |/|
* | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-1/+1
|\ \ \ | |/ / |/| |
| * | powerpc: Clean up panic_timeout usageJason Baron2013-11-261-1/+1
| |/
* | powerpc/pseries: Fix endian issues in MSI codeAnton Blanchard2013-12-131-13/+15
* | powerpc/pseries: Fix PCIE link speed endian issueAnton Blanchard2013-12-131-4/+4
* | powerpc/pseries: Fix endian issues in nvram codeAnton Blanchard2013-12-131-23/+23
* | powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfgAnton Blanchard2013-12-131-6/+6
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-221-0/+1
|\
| * powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman2013-11-211-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-203-9/+71
|\ \ | |/ |/|
OpenPOWER on IntegriCloud