summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* pseries: Fix 64 bit logical memory block panicAnton Blanchard2020-08-211-1/+1
* powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman2020-08-211-2/+2
* powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman2020-08-211-2/+5
* powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy2020-08-211-1/+1
* powerpc/pseries/hotplug-cpu: Remove double free in error pathNathan Lynch2020-08-191-1/+0
* powerpc/boot: Fix CONFIG_PPC_MPC52XX referencesMichael Ellerman2020-08-192-2/+2
* powerpc/32s: Fix CONFIG_BOOK3S_601 usesMichael Ellerman2020-08-192-2/+2
* powerpc/watchpoint: Fix DAWR exception for CACHEOPRavi Bangoria2020-08-191-1/+20
* powerpc/watchpoint: Fix DAWR exception constraintRavi Bangoria2020-08-191-31/+41
* powerpc/watchpoint: Fix 512 byte boundary limitRavi Bangoria2020-08-191-1/+1
* powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig2020-08-191-1/+1
* powerpc/perf: Fix missing is_sier_aviable() during buildMadhavan Srinivasan2020-08-191-0/+2
* powerpc/book3s64/pkeys: Use PVR check instead of cpu featureAneesh Kumar K.V2020-08-191-6/+10
* powerpc/mm/radix: Free PUD table when freeing pagetableBharata B Rao2020-08-191-0/+16
* powerpc/vdso: Fix vdso cpu truncationMilton Miller2020-08-191-1/+1
* powerpc/rtas: don't online CPUs for partition suspendNathan Lynch2020-08-193-143/+3
* powerpc/pseries: remove cede offline state for CPUsNathan Lynch2020-08-194-222/+15
* powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256kChristophe Leroy2020-08-191-1/+1
* powerpc/mm: Fix typo in IS_ENABLED()Joe Perches2020-08-191-3/+2
* powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-08-111-12/+13
* Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy2020-08-113-3/+5
* powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin2020-07-273-3/+42
* powerpc/vas: Report proper error code for address translation failureHaren Myneni2020-07-152-1/+3
* powerpc/pseries/svm: Fix incorrect check for shared_lppaca_sizeSatheesh Rajendran2020-07-141-1/+1
* powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V2020-07-131-5/+7
* powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin2020-07-081-1/+1
* powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V2020-06-291-3/+0
* powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUALAneesh Kumar K.V2020-06-221-1/+2
* powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha2020-06-221-0/+1
* Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-214-17/+27
|\
| * powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy2020-06-201-0/+10
| * powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman2020-06-171-1/+1
| * powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport2020-06-171-5/+3
| * powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin2020-06-161-2/+2
| * powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-151-9/+11
* | Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-202-7/+545
|\ \
| * | powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTHVaibhav Jain2020-06-152-0/+88
| * | ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methodsVaibhav Jain2020-06-152-4/+284
| * | powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()Vaibhav Jain2020-06-151-0/+6
| * | powerpc/papr_scm: Fetch nvdimm health information from PHYPVaibhav Jain2020-06-151-2/+166
| |/
* | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-182-2/+2
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-185-5/+5
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-178-13/+17
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-174-8/+11
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-18/+18
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-18/+18
* | Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-131-1/+1
|\ \
| * | KVM: PPC: Fix nested guest RC bits updateAlexey Kardashevskiy2020-06-121-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1222-237/+276
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-0422-237/+276
| |\ \ \