summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ps3: Fix kexec shutdown hangGeoff Levand2020-05-191-10/+12
* powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin2020-05-191-1/+9
* powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin2020-05-191-15/+33
* powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin2020-05-181-3/+4
* powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin2020-05-181-2/+3
* powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2020-05-182-5/+11
* powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff2020-05-181-1/+7
* powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-2/+2
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-115-21/+21
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-114-10/+10
* powerpc/powernv: Fix a warning messageChristophe JAILLET2020-05-111-1/+1
* powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy2020-04-301-0/+2
* powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy2020-04-301-4/+3
* powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy2020-04-301-2/+5
* powerpc/vas: Add VAS user space APIHaren Myneni2020-04-204-4/+284
* powerpc/vas: Initialize window attributes for GZIP coprocessor typeHaren Myneni2020-04-201-5/+12
* powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni2020-04-201-9/+13
* powerpc/vas: Free send window in VAS instance after credits returnedHaren Myneni2020-04-201-2/+2
* powerpc/vas: Display process stuck messageHaren Myneni2020-04-201-1/+29
* powerpc/vas: Do not use default credits for receive windowHaren Myneni2020-04-202-4/+2
* powerpc/vas: Print CRB and FIFO valuesHaren Myneni2020-04-201-0/+41
* powerpc/vas: Return credits after handling faultHaren Myneni2020-04-203-0/+46
* powerpc/vas: Update CSB and notify process for fault CRBsHaren Myneni2020-04-201-1/+125
* powerpc/vas: Setup thread IRQ handler per VAS instanceHaren Myneni2020-04-204-1/+220
* powerpc/vas: Take reference to PID and mm for user space windowsHaren Myneni2020-04-203-6/+55
* powerpc/vas: Register NX with fault window ID and IRQ port valueHaren Myneni2020-04-202-2/+28
* powerpc/vas: Setup fault window per VAS instanceHaren Myneni2020-04-205-3/+121
* powerpc/vas: Alloc and setup IRQ and trigger port addressHaren Myneni2020-04-202-6/+40
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-094-11/+22
|\
| * powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent me...Alexey Kardashevskiy2020-04-031-0/+9
| * powerpc/ps3: Remove duplicate error messageMarkus Elfring2020-04-031-3/+1
| * powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar2020-04-031-8/+1
| * powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar2020-04-031-0/+11
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-22/+5
|\ \
| * \ Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-021-1/+3
| |\ \
| | * | libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V2020-03-311-1/+3
| * | | Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams2020-04-021-20/+1
| |\ \ \
| | * | | powerpc/papr_scm: Switch to numa_map_to_online_node()Dan Williams2020-02-171-20/+1
| | |/ /
| * / / libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-171-1/+1
| |/ /
* | | powernv/memtrace: always online added memory blocksDavid Hildenbrand2020-04-071-10/+4
* | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0532-224/+227
|\ \ \ | | |/ | |/|
| * | powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-015-7/+0
| * | powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+3
| * | powerpc/maple: Fix declaration made after definitionNathan Chancellor2020-03-251-17/+17
| * | powerpc/pseries: Avoid harmless preempt warningNicholas Piggin2020-03-251-1/+9
| * | powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-252-17/+36
| * | powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-253-21/+52
| * | powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-252-3/+1
| * | powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-256-55/+29