aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V1-3/+0
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt2-5/+16
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-2/+2
2018-03-20powerpc: Remove unused flush_dcache_phys_range()Matt Brown1-1/+0
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown1-0/+6
2018-03-19KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2-2/+0
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-2/+2
2018-03-13powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin1-4/+4
2018-03-13powerpc/mm/slice: implement a slice mask cacheNicholas Piggin2-0/+28
2018-03-13powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin1-5/+3
2018-03-13powerpc/xmon: Move empty plpar_set_ciabr() into plpar_wrappers.hMichael Ellerman1-0/+6
2018-03-13powerpc: Rename plapr routines to plparMichael Ellerman1-3/+3
2018-03-13powerpc/pseries: Make plpar_wrappers.h safe to include when PSERIES=nMichael Ellerman1-0/+4
2018-03-13powerpc/pseries: Move smp_query_cpu_stopped() etc. out of plpar_wrappers.hMichael Ellerman1-8/+0
2018-03-13powerpc/32: Add missing prototypes for (early|machine)_init()Mathieu Malaterre1-0/+3
2018-03-13powerpc: Avoid comparison of unsigned long >= 0 in __access_ok()Mathieu Malaterre1-3/+7
2018-03-13powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid()Mathieu Malaterre1-1/+9
2018-03-13powerpc: Add missing prototypes for ppc_select() & ppc_fadvise64_64()Mathieu Malaterre1-0/+4
2018-03-13powerpc: Add missing prototypes for hw_breakpoint_handler() & arch_unregister_hw_breakpoint()Mathieu Malaterre1-0/+2
2018-03-13powerpc: Add missing prototype for sys_debug_setcontext()Mathieu Malaterre1-0/+4
2018-03-13powerpc: Add missing prototype for init_IRQ()Mathieu Malaterre1-0/+1
2018-03-13powerpc: Add missing prototype for arch_irq_work_raise()Mathieu Malaterre1-0/+1
2018-03-13powerpc: Add missing prototype for arch_dup_task_struct()Mathieu Malaterre1-0/+1
2018-03-13powerpc: Add missing prototype for time_init()Mathieu Malaterre1-0/+1
2018-03-13powerpc: Add missing prototype for hdec_interruptMathieu Malaterre1-0/+1
2018-03-13powerpc: Add missing prototype for slb_miss_bad_addr()Mathieu Malaterre1-0/+1
2018-03-13powerpc/kernel: Make function __giveup_fpu() staticMathieu Malaterre1-1/+0
2018-03-13powerpc/epapr: Move register keyword at the beginning of declarationMathieu Malaterre1-11/+11
2018-03-13powerpc/powernv: Enable tunneled operationsPhilippe Bergheaud3-1/+11
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li1-0/+5
2018-03-06powerpc/8xx: Increase number of slices to 64Christophe Leroy1-1/+1
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy3-3/+9
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy1-0/+6
2018-03-06powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy2-1/+21
2018-03-06powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy5-59/+80
2018-02-28powerpc/pci: Use generic pci_mmap_resource_range()David Woodhouse1-4/+5
2018-02-22powerpc/pseries: Fix duplicate firmware feature for DRC_INFOMichael Ellerman1-1/+1
2018-02-15powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=nCorentin Labbe1-0/+3
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds12-15/+70
2018-02-13powerpc/kdump: Fix powernv build break when KEXEC_CORE=nGuenter Roeck1-0/+6
2018-02-13powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplugGuenter Roeck1-0/+5
2018-02-13powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V1-2/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V3-6/+8
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2-2/+3
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V7-3/+23
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-11/+33
2018-02-09Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář4-4/+14
2018-02-09KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani3-0/+12
2018-02-08powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin1-1/+11
2018-02-08powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macroMadhavan Srinivasan1-1/+1