summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-05powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04powerpc/mm: Remove stale_map[] handling on non SMP processorsChristophe Leroy
2018-06-04powerpc/mm: constify LAST_CONTEXT in mmu_context_nohashChristophe Leroy
2018-06-04powerpc/mm: Avoid unnecessary test and reduce code sizeChristophe Leroy
2018-06-04powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohashChristophe Leroy
2018-06-03powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V
2018-06-03powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V
2018-06-03powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin
2018-06-03powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumaskNicholas Piggin
2018-06-03powerpc/64s/radix: optimise pte_updateNicholas Piggin
2018-06-03powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin
2018-06-03powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin
2018-06-03powerpc/64s/radix: do not flush TLB when relaxing accessNicholas Piggin
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V
2018-06-03powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V
2018-06-03powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...Aneesh Kumar K.V
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy
2018-06-03Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2018-05-25powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre
2018-05-25powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy
2018-05-25powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy
2018-05-24powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo
2018-05-17powerpc/mm/radix: implement LPID based TLB flushes to be used by KVMNicholas Piggin
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V
2018-05-15powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V
2018-05-15powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V
2018-05-10powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-24powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-12powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko
2018-04-11powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-05mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual
2018-04-04powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V