summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe2-4/+4
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe2-2/+4
2020-05-18powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-05-18powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-18powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin1-15/+33
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin1-3/+4
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2-5/+11
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff1-1/+7
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-2/+2
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy5-21/+21
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy4-10/+10
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET1-1/+1
2020-04-30powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy1-0/+2
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy1-4/+3
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy1-2/+5
2020-04-20powerpc/vas: Add VAS user space APIHaren Myneni4-4/+284
2020-04-20powerpc/vas: Initialize window attributes for GZIP coprocessor typeHaren Myneni1-5/+12
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni1-9/+13
2020-04-20powerpc/vas: Free send window in VAS instance after credits returnedHaren Myneni1-2/+2
2020-04-20powerpc/vas: Display process stuck messageHaren Myneni1-1/+29
2020-04-20powerpc/vas: Do not use default credits for receive windowHaren Myneni2-4/+2
2020-04-20powerpc/vas: Print CRB and FIFO valuesHaren Myneni1-0/+41
2020-04-20powerpc/vas: Return credits after handling faultHaren Myneni3-0/+46
2020-04-20powerpc/vas: Update CSB and notify process for fault CRBsHaren Myneni1-1/+125
2020-04-20powerpc/vas: Setup thread IRQ handler per VAS instanceHaren Myneni4-1/+220
2020-04-20powerpc/vas: Take reference to PID and mm for user space windowsHaren Myneni3-6/+55
2020-04-20powerpc/vas: Register NX with fault window ID and IRQ port valueHaren Myneni2-2/+28
2020-04-20powerpc/vas: Setup fault window per VAS instanceHaren Myneni5-3/+121
2020-04-20powerpc/vas: Alloc and setup IRQ and trigger port addressHaren Myneni2-6/+40
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-11/+22
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+5
2020-04-07powernv/memtrace: always online added memory blocksDavid Hildenbrand1-10/+4
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds32-224/+227
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-03Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams1-1/+3
2020-04-03Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams1-20/+1
2020-04-03powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent me...Alexey Kardashevskiy1-0/+9
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2020-04-02powerpc/ps3: Remove duplicate error messageMarkus Elfring1-3/+1
2020-04-02powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar1-8/+1
2020-04-02powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar1-0/+11
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport5-7/+0
2020-04-01libnvdimm: Update persistence domain value for of_pmem and papr_scm deviceAneesh Kumar K.V1-1/+3
2020-03-27powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar1-0/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-25powerpc/maple: Fix declaration made after definitionNathan Chancellor1-17/+17
2020-03-25powerpc/pseries: Avoid harmless preempt warningNicholas Piggin1-1/+9
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2-17/+36