summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy1-6/+0
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek8-219/+0
2020-05-26Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2-10/+42
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy1-0/+41
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy1-1/+0
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy1-9/+0
2020-05-20powerpc/wii: Fix declaration made after definitionNathan Chancellor1-13/+12
2020-05-20powerpc/powernv: add NULL check after kzallocChen Zhou1-0/+4
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-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig3-176/+117
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig1-34/+8
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-1/+0
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-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Christophe Leroy1-1/+1
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