summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)Author
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28powerpc/mm: Export flush_all_mm()Frederic Barrat
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-31KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V
2017-08-16powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy
2017-08-15powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errorsMichael Ellerman
2017-08-08powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt
2017-08-02powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_rangeBenjamin Herrenschmidt
2017-08-02powerpc/mm/radix: Improve TLB/PWC flushesBenjamin Herrenschmidt
2017-07-31Merge tag 'v4.13-rc1' into fixesMichael Ellerman
2017-07-28powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran
2017-07-26powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt
2017-07-21Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-06powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh
2017-05-09powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman
2017-04-28powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy
2017-04-12powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V
2017-03-31powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V