summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* ppc/powernv: Set the runlatch bits correctly for offline cpusPreeti U Murthy2014-04-281-0/+3
* powerpc/pseries: Protect remove_memory() with device hotplug lockLi Zhong2014-04-281-4/+6
* powerpc/powernv: Fix little endian issues in OPAL dump codeAnton Blanchard2014-04-281-4/+9
* powerpc/powernv: Create OPAL sglist helper functions and fix endian issuesAnton Blanchard2014-04-283-183/+67
* powerpc/powernv: Fix little endian issues in OPAL error log codeAnton Blanchard2014-04-281-1/+8
* powerpc/powernv: Fix little endian issues with opal_do_notifier callsAnton Blanchard2014-04-281-3/+3
* powerpc/powernv: Use uint64_t instead of size_t in OPAL APIsAnton Blanchard2014-04-281-1/+1
* powerpc/powernv: Release the refcount for pci_devWei Yang2014-04-281-1/+0
* powerpc/powernv: Reduce multi-hit of iommu_add_device()Wei Yang2014-04-281-1/+1
* powerpc/powernv: Fix little endian issues in OPAL flash codeAnton Blanchard2014-04-281-4/+8
* powerpc/powernv: Fix kexec races going back to OPALBenjamin Herrenschmidt2014-04-281-2/+46
* powerpc/powernv: Check sysparam size before creationJoel Stanley2014-04-281-0/+6
* powerpc/powernv: Fix typos in sysparam codeJoel Stanley2014-04-281-2/+2
* powerpc/powernv: Check sysfs size before copyingJoel Stanley2014-04-281-0/+4
* powerpc/powernv: Use ssize_t for sysparam return valuesJoel Stanley2014-04-281-5/+6
* powerpc/powernv: Fix sysparam sysfs error handlingJoel Stanley2014-04-281-2/+5
* powerpc: Fix Oops in rtas_stop_self()Li Zhong2014-04-281-2/+3
* Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-111-0/+6
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-04-081-0/+6
| |\
| | * cpufreq: powernv: Select CPUFreq related Kconfig options for powernvGautham R. Shenoy2014-04-071-0/+6
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-04-0913-51/+201
|\ \ \
| * | | powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_selfStewart Smith2014-04-092-14/+4
| * | | arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.cMonam Agarwal2014-04-091-1/+1
| * | | powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-04-091-6/+5
| * | | powerpc/powernv: Add invalid OPAL callJoel Stanley2014-04-092-0/+4
| * | | powerpc/powernv: Add OPAL message log interfaceJoel Stanley2014-04-093-1/+124
| * | | powerpc/book3s: Fix mc_recoverable_range buffer overrun issue.Mahesh Salgaonkar2014-04-091-8/+20
| * | | powerpc/powernv: Fix endian issues with sensor codeAnton Blanchard2014-04-091-1/+3
| * | | powerpc/powernv: Fix endian issues with OPAL async codeAnton Blanchard2014-04-074-10/+13
| * | | powerpc/powernv: Add opal_notifier_unregister() and export to modulesBenjamin Herrenschmidt2014-04-071-0/+14
| * | | powerpc/le: Enable RTAS events supportGreg Kurz2014-04-072-10/+13
| |/ /
* | | ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett2014-04-071-0/+1
|/ /
* | 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 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-023-2/+3
|\ \
| * | powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2014-03-051-0/+1
| * | powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-052-2/+2
| * | powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-052-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-0235-238/+1679
|\ \ \
| * \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-03-2419-6/+59
| |\ \ \
| | * | | fsl/pci: The new pci suspend/resume implementationWang Dongsheng2014-03-1915-0/+31
| | * | | Corenet: Add QE platform support for CorenetZhao Qiang2014-03-191-0/+16
| | * | | QE: split function mpc85xx_qe_init() into two functions.Zhao Qiang2014-03-195-0/+11
| | * | | powerpc: 85xx rdb: move np pointer to avoid builderrorSebastian Siewior2014-03-191-4/+1
| | * | | powerpc/kconfig: Remove TSI108_BRIDGE duplicatesLuis Henriques2014-03-191-2/+0
| * | | | powerpc/perf: Add kconfig option for hypervisor provided countersCody P Schafer2014-03-241-0/+12
| * | | | powerpc/powernv: Enable fetching of platform sensor dataNeelesh Gupta2014-03-243-1/+66
| * | | | powerpc/powernv: Enable reading and updating of system parametersNeelesh Gupta2014-03-244-1/+295
| * | | | powerpc/powernv: Infrastructure to support OPAL async completionNeelesh Gupta2014-03-242-1/+204
| |/ / /
| * | | powerpc/powernv Platform dump interfaceStewart Smith2014-03-074-1/+534
OpenPOWER on IntegriCloud