summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-274-4/+4
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-272-0/+4
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-2515-40/+28
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-242-6/+3
| * treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-5/+0
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-248-13/+9
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-2412-21/+21
* | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
* | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
* | mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+2
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-242-22/+21
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-222-2/+4
|\ \
| * | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-1/+1
| * | powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-2216-378/+930
|\ \ \ | |/ / |/| |
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-204-5/+17
| |\ \
| | * | KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for nowPaul Mackerras2017-02-182-1/+8
| | * | KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug messageThomas Huth2017-02-171-2/+2
| | * | KVM: PPC: Book3S PR: Ratelimit copy data failure error messagesVipin K Parashar2017-02-172-2/+4
| | * | KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit pathDavid Gibson2017-02-161-0/+3
| * | | KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+5
| |/ /
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-159-87/+56
| |\ \
| | * | KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
| | * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-088-87/+55
| | |\ \
| * | \ \ Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-0920-58/+131
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | KVM: PPC: Book3S HV: Advertise availablity of HPT resizing on KVM HVDavid Gibson2017-01-311-0/+3
| * | | | KVM: PPC: Book3S HV: KVM-HV HPT resizing implementationDavid Gibson2017-01-311-1/+187
| * | | | KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-314-0/+223
| * | | | KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()David Gibson2017-01-311-33/+44
| * | | | KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-313-18/+18
| * | | | KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson2017-01-314-55/+68
| * | | | KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson2017-01-314-26/+34
| * | | | KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson2017-01-314-84/+92
| * | | | KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-313-10/+10
| * | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-01-3131-183/+1496
| |\ \ \ \
| * | | | | KVM: PPC: Book3S PR: Refactor program interrupt related code into separate fu...Thomas Huth2017-01-271-65/+65
| * | | | | KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpuPaul Mackerras2017-01-271-8/+5
| * | | | | KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resendLi Zhong2017-01-272-51/+48
| * | | | | KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong2017-01-274-71/+161
| * | | | | KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resendsLi Zhong2017-01-272-0/+7
| * | | | | KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counterLi Zhong2017-01-271-3/+2
| * | | | | KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECTLi Zhong2017-01-272-11/+3
| * | | | | KVM: PPC: Book3S HV: Don't try to signal cpu -1Paul Mackerras2017-01-271-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-22122-902/+3821
|\ \ \ \ \
| * | | | | powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0
| * | | | | powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V2017-02-152-1/+39
| * | | | | powerpc/mm/radix: Update pte update sequence for pte clear caseAneesh Kumar K.V2017-02-151-9/+3