summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/opal-wrappers.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-031-0/+1
* powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat2018-05-211-0/+1
* powerpc/powernv: Enable tunneled operationsPhilippe Bergheaud2018-03-131-0/+2
* powerpc/powernv: Add opal calls for opencapiFrederic Barrat2018-01-241-0/+3
* powerpc/powernv: Use FIXUP_ENDIAN_HV in OPAL returnNicholas Piggin2017-11-061-2/+2
* powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-10-041-0/+1
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-311-1/+1
* powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat2017-08-101-0/+1
* powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat2017-08-101-0/+2
* powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat2017-08-101-0/+2
* powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat2017-08-081-0/+1
* powerpc/powernv: Add IMC OPAL APIsMadhavan Srinivasan2017-07-241-0/+3
* powerpc/64s: Fix OPAL_CALL non-maskable interrupt reentrancyNicholas Piggin2017-05-301-3/+3
* Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-121-0/+15
|\
| * powerpc/powernv: Add XIVE related definitions to opal-api.hBenjamin Herrenschmidt2017-04-061-0/+15
* | powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-041-0/+3
* | powerpc/powernv: de-deuplicate OPAL call wrappersOliver O'Halloran2017-03-281-31/+22
|/
* powerpc/powernv: Fix opal tracepoints with JUMP_LABEL=nAlexey Kardashevskiy2017-03-041-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-41/+29
|\
| * powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-071-41/+29
* | powerpc/powernv: Fix opal_exit tracepoint opcodeMichael Ellerman2017-02-101-1/+1
* | powerpc/powernv: Initialise nest mmuAlistair Popple2017-01-301-0/+1
|/
* powerpc/powernv: Define real-mode versions of OPAL XICS accessorsPaul Mackerras2016-11-231-0/+3
* KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-121-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-2/+0
|\
| * powerpc/powernv: Remove the usage of PACAR1 from opal wrappersMahesh Salgaonkar2016-06-201-2/+0
* | powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt2016-07-171-32/+31
* | powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt2016-07-151-0/+4
* | powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh2016-06-291-0/+1
* | powerpc/powernv: Functions to get/set PCI slot stateGavin Shan2016-06-211-0/+4
|/
* powerpc/powernv: Add a kmsg_dumper that flushes console output on panicRussell Currey2015-12-271-0/+1
* powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED s...Anshuman Khandual2015-08-201-0/+2
* powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine check err...Mahesh Salgaonkar2015-08-061-0/+1
* powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platformVipin K Parashar2015-07-161-0/+1
* powerpc/powernv: Add opal-prd channelJeremy Kerr2015-06-051-0/+1
* powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu2015-05-221-0/+1
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-1/+4
|\
| * powerpc/powernv: Add interfaces for flash device accessCyril Bur2015-04-111-0/+3
| * powerpc/powernv: Move opal-api.h closer to the Skiboot versionMichael Ellerman2015-03-161-1/+1
* | powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL defineAnton Blanchard2015-04-091-1/+1
|/
* powernv: Fix OPAL tracepoint codeAnton Blanchard2015-01-121-1/+0
* powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-151-0/+1
* powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-151-0/+37
* i2c: Driver to expose PowerNV platform i2c bussesNeelesh Gupta2014-12-141-0/+1
* rtc/tpo: Driver to support rtc and wakeup on PowerNV platformNeelesh Gupta2014-11-171-0/+2
* Merge branch 'topic/opal-ipmi' into nextMichael Ellerman2014-11-121-0/+2
|\
| * powerpc/powernv: Add OPAL IPMI interfaceJeremy Kerr2014-11-121-0/+2
* | powerpc/jump_label: Use HAVE_JUMP_LABELAnton Blanchard2014-11-101-1/+1
|/
* powernv: Use _GLOBAL_TOC for opal wrappersJeremy Kerr2014-10-231-1/+1
* powerpc/opal: Add PHB to cxl mode callIan Munsie2014-10-081-0/+1
OpenPOWER on IntegriCloud