summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVSOlof Johansson2018-06-031-0/+2
* ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's actionAlastair D'Silva2018-06-031-2/+2
* powerpc/powernv: process all OPAL event interrupts with kopaldNicholas Piggin2018-06-033-61/+52
* powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-032-1/+17
* powerpc/pseries: lparcfg calculate PURR on demandNicholas Piggin2018-06-031-8/+10
* powerpc/powernv/ioda2: Remove redundant free of TCE pagesAlexey Kardashevskiy2018-06-031-1/+0
* powerpc/64: Fix strncpy() related build failures with GCC 8.1Christophe Leroy2018-06-031-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2018-06-031-2/+12
|\
| * powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin2018-05-181-2/+12
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-031-2/+1
|\ \
| * | powerpc/reg: Add TEXASR related macrosSimon Guo2018-05-241-2/+1
| |/
* | powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga2018-05-281-2/+2
* | powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre2018-05-251-2/+4
* | powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre2018-05-251-0/+1
* | powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre2018-05-251-1/+0
* | powerpc/chrp/pci: Make some functions staticMathieu Malaterre2018-05-251-6/+6
* | powerpc/powermac: Mark variable x as unusedMathieu Malaterre2018-05-251-1/+3
* | powerpc/chrp/setup: Remove idu_size variable and make some functions staticMathieu Malaterre2018-05-251-7/+5
* | powerpc/wii: Make hlwd_pic_init function staticMathieu Malaterre2018-05-251-1/+1
* | powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-252-6/+6
* | powernv: opal-sensor: Add support to read 64bit sensor valuesShilpasri G Bhat2018-05-212-0/+54
* | powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.cMichael Ellerman2018-05-181-3/+2
* | powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.cMichael Ellerman2018-05-181-7/+8
* | powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabledNicholas Piggin2018-05-181-1/+1
* | powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by StarletJonathan Neuschäfer2018-05-151-0/+5
* | powerpc/embedded6xx/flipper-pic: Don't match all IRQ domainsJonathan Neuschäfer2018-05-151-8/+0
* | powerpc/book3s64: Enable split pmd ptlock.Aneesh Kumar K.V2018-05-151-0/+4
* | powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder2018-05-141-15/+18
* | powerpc/ioda: Use ibm, supported-tce-sizes for IOMMU page size maskAlexey Kardashevskiy2018-05-141-1/+29
* | powerpc/powernv: Fix memtrace build when NUMA=nMichael Ellerman2018-05-141-1/+1
* | powerpc/syscalls: Add COMPAT_SPU_NEW() macroMichael Ellerman2018-05-101-0/+1
* | powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+0
* | powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-101-1/+2
* | powerpc/xive: shutdown XIVE when kexec or kdump is performedCédric Le Goater2018-05-101-2/+5
* | powerpc/pseries: hcall_exit tracepoint retval should be signedMichael Ellerman2018-05-102-3/+2
* | Revert "powerpc/powernv: Increase memory block size to 1GB on radix"Balbir Singh2018-05-071-9/+1
* | powerpc: remove retired sbc834x supportPaul Gortmaker2018-05-033-81/+0
|/
* rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin2018-04-251-3/+5
* powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large address...Alistair Popple2018-04-241-4/+19
* powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback p...Alistair Popple2018-04-241-3/+13
* powerpc/powernv/npu: Add lock to prevent race in concurrent context init/destroyAlistair Popple2018-04-241-9/+42
* powerpc/powernv/memtrace: Let the arch hotunplug code flush cacheBalbir Singh2018-04-241-17/+0
* proc: fix /proc/loadavg regressionAlexey Dobriyan2018-04-201-1/+1
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-151-1/+6
|\
| * powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin2018-04-111-1/+6
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+3
|\ \ | |/ |/|
| * powerpc/powernv: Create platform devs for nvdimm busesOliver O'Halloran2018-04-071-0/+3
* | powerpc/powernv: Always stop secondaries before reboot/shutdownNicholas Piggin2018-04-032-37/+6
* | powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+0
* | powerpc/pseries: Restore default security feature flags on setupMauricio Faria de Oliveira2018-04-031-0/+11
OpenPOWER on IntegriCloud