summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Close race with page faults around memslot flushesPaul Mackerras2020-05-281-0/+5
| | * | | KVM: PPC: Book3S HV: Remove user-triggerable WARN_ONPaul Mackerras2020-05-281-4/+7
| | * | | KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORTLaurent Dufour2020-05-271-3/+8
| | * | | KVM: PPC: Book3S: Fix some RCU-list locksQian Cai2020-05-271-4/+14
| | * | | KVM: PPC: Book3S HV: Ignore kmemleak false positivesQian Cai2020-05-271-2/+14
| | * | | KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-2719-217/+212
| | * | | KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-273-7/+3
| | * | | KVM: PPC: Book3S HV: Read ibm,secure-memory nodesLaurent Dufour2020-05-271-0/+14
| | * | | KVM: PPC: Book3S HV: Remove redundant NULL checkChen Zhou2020-05-271-2/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* | | | | arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
|/ / / /
* | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-098-17/+17
* | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0910-35/+35
* | | | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-096-101/+12
* | | | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-099-34/+15
* | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0948-48/+47
* | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0957-58/+56
* | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0937-37/+0
* | | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-9/+4
* | | | powerpc: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+13
* | | | mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-082-3/+3
* | | | powerpc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-32/+10
* | | | powerpc: unexport flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+0
* | | | mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-083-5/+3
* | | | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman2020-05-2513-47/+97
| |\ \ \