summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-014-28/+30
| * | | powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-013-15/+15
| * | | powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2016-08-014-2/+20
| * | | powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V2016-08-013-12/+13
| * | | powerpc/mm: Use hugetlb flush functionsAneesh Kumar K.V2016-08-011-1/+1
| * | | powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V2016-08-013-6/+12
| * | | powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V2016-08-012-1/+60
| * | | powerpc/jump_label: Annotate jump label assemblyMichael Ellerman2016-08-011-2/+2
| * | | powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V2016-08-013-0/+26
| * | | powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao2016-08-014-0/+57
| * | | powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao2016-08-015-0/+52
| * | | powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature()Michael Ellerman2016-08-011-0/+9
| * | | powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-0118-11/+36
| * | | powerpc: Remove mfvtb()Kevin Hao2016-08-012-10/+1
| * | | powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V2016-08-011-0/+8
| * | | powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-015-6/+6
| * | | powerpc/mm: Add early_[cpu|mmu]_has_feature()Michael Ellerman2016-08-012-2/+22
| * | | powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2016-08-012-11/+12
| * | | powerpc/kernel: Convert cpu_has_feature() to returning boolMichael Ellerman2016-08-011-5/+4
| * | | powerpc/kernel: Convert mmu_has_feature() to returning boolMichael Ellerman2016-08-011-2/+2
| * | | powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-017-17/+16
| * | | powerpc/kernel: Check features don't change after patchingMichael Ellerman2016-08-011-1/+26
| * | | powerpc/64: Do feature patching before MMU initMichael Ellerman2016-08-011-3/+3
| * | | powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2016-08-013-3/+5
| * | | powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-013-26/+31
| * | | powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman2016-08-012-13/+11
| * | | powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-014-0/+10
* | | | powerpc/fsl_rio: fix a missing error codeDan Carpenter2016-08-041-0/+1
* | | | powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron2016-08-041-0/+1
* | | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-0416-78/+77
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-028-52/+17
|\ \ \ \
| * | | | powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine2016-08-021-15/+5
| * | | | rapidio: change inbound window size type to u64Alexandre Bounine2016-08-021-2/+2
| * | | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-25/+0
| * | | | include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang2016-08-021-4/+4
| * | | | treewide: replace obsolete _refok by __refFabian Frederick2016-08-025-6/+6
| |/ / /
* | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-022-64/+18
|\ \ \ \
| * \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0128-100/+231
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | powerpc/pci: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-28/+14
| * | | | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-171-3/+0
| * | | | powerpc/pci: Remove __pci_mmap_set_pgprot()Yinghai Lu2016-06-171-33/+4
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-022-2/+2
|\ \ \ \ \
| * | | | | Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-182-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0216-228/+670
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff2016-08-011-0/+4
| * | | | KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras2016-07-281-0/+13
| * | | | KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras2016-07-281-212/+237
| * | | | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-07-1113-9/+407
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-2010-5/+396
OpenPOWER on IntegriCloud