aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-15powerpc/vas: Report proper error code for address translation failureHaren Myneni2-1/+3
2020-07-14powerpc/pseries/svm: Fix incorrect check for shared_lppaca_sizeSatheesh Rajendran1-1/+1
2020-07-13powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V1-5/+7
2020-07-08powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin1-1/+1
2020-06-29powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V1-3/+0
2020-06-22powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUALAneesh Kumar K.V1-1/+2
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha1-0/+1
2020-06-21Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-17/+27
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-7/+545
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2-2/+2
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig5-5/+5
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig8-13/+17
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig4-8/+11
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman1-1/+1
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport1-5/+3
2020-06-16powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin1-2/+2
2020-06-15powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTHVaibhav Jain2-0/+88
2020-06-15ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methodsVaibhav Jain2-4/+284
2020-06-15powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()Vaibhav Jain1-0/+6
2020-06-15powerpc/papr_scm: Fetch nvdimm health information from PHYPVaibhav Jain1-2/+166
2020-06-15powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V1-9/+11
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-18/+18
2020-06-13Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-18/+18
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-237/+276
2020-06-12KVM: PPC: Fix nested guest RC bits updateAlexey Kardashevskiy1-1/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse8-17/+17
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse10-35/+35
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport6-101/+12
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport9-34/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport48-48/+47
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport57-58/+56
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport37-37/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-9/+4
2020-06-09powerpc: add show_stack_loglvl()Dmitry Safonov1-5/+13
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2-3/+3
2020-06-08powerpc: use asm-generic/cacheflush.hChristoph Hellwig1-32/+10
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig1-1/+0
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder3-5/+3
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds282-6196/+6535
2020-06-04powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()David Hildenbrand1-23/+3
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-17/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny2-4/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-9/+3