summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-072-100/+15Star
|\
| * powerpc/pci: Use generic pci_mmap_resource_range()David Woodhouse2018-02-282-100/+15Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-065-11/+4Star
|\ \
| * | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-062-0/+2
| * | mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams2018-04-062-10/+1Star
| * | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual2018-04-061-1/+1
* | | Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-062-0/+11
|\ \ \
| * | | powerpc: boot: add strrchr functionRob Herring2018-03-062-0/+11
* | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-061-1/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | scsi: remove the fdomain and fdomain_cs driversChristoph Hellwig2018-03-201-1/+0Star
| | |/ | |/|
* | | Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-042-2/+2
|\ \ \
| * | | kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney2018-03-251-1/+1
| * | | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-032-3/+3
|\ \ \ \
| * | | | mm: Add address parameter to arch_validate_prot()Khalid Aziz2018-03-182-3/+3
| |/ / /
* | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-032-12/+12
|\ \ \ \
| * | | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * | | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
| * | | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-022-4/+4
| * | | | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * | | | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
| * | | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
| |/ / /
* | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-031-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-241-5/+5
| |\ \ \ \
| * | | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-022-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-197-42/+63
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | perf: Fix sibling iterationPeter Zijlstra2018-03-162-2/+2
| * | | | | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-122-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-301-17/+18
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-ppc-fixes-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-03-231-17/+18
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: PPC: Book3S HV: Fix duplication of host SLB entriesPaul Mackerras2018-03-231-17/+18
* | | | | | Merge tag 'powerpc-4.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-2913-90/+154
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin2018-03-251-1/+1
| * | | | | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-237-2/+50
| * | | | | powerpc/mm/radix: Move the functions that does the actual tlbie closerAneesh Kumar K.V2018-03-231-32/+32
| * | | | | powerpc/mm/radix: Remove unused codeAneesh Kumar K.V2018-03-232-43/+0Star
| * | | | | powerpc/mm: Workaround Nest MMU bug with TLB invalidationsBenjamin Herrenschmidt2018-03-231-7/+43
| * | | | | powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt2018-03-233-5/+17
| * | | | | powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin2018-03-221-0/+8
| * | | | | powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU featuresMichael Ellerman2018-03-141-0/+3
* | | | | | Merge tag 'kvm-ppc-fixes-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-03-151-5/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entryPaul Mackerras2018-03-141-5/+5
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-103-35/+55
|\| | | |
| * | | | Merge tag 'kvm-ppc-fixes-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-03-063-35/+55
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GENLaurent Vivier2018-03-031-3/+2Star
| | * | | KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backingPaul Mackerras2018-03-021-5/+7
| | * | | KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handlerPaul Mackerras2018-03-021-26/+43