summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2016-09-29powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2015-09-30powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V1-1/+2
2015-06-02powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allo...jmarchan@redhat.com1-1/+1
2015-04-09power, sched: stop updating inside arch_update_cpu_topology() when nothing to...Michael Wang1-0/+15
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-0/+8
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-09-17powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-09-17powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-09-17powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V2-4/+12
2014-09-17powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70
2014-09-17powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2-26/+17
2014-09-17powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4
2014-09-17powerpc/mm/numa: Fix break placementAndrey Utkin1-1/+1
2014-07-17powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman1-11/+20
2014-07-02hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-10/+0
2014-06-27powerpc/mm: fix ".__node_distance" undefinedMike Qiu1-0/+1
2014-02-06powerpc: Fix the setup of CPU-to-Node mappings during CPU onlineSrivatsa S. Bhat1-3/+67
2013-11-29powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens1-2/+3
2013-11-29powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard1-1/+1
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot2-0/+13
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-3/+4
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+10
2013-09-11powerpc: Fix possible deadlock on page faultAneesh Kumar K.V1-3/+10
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds7-73/+89
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-08-27powerpc/mm: Mark Memory Resources as busyNathan Fontenot1-1/+1
2013-08-20ppc: init_32: Fix error typo "CONFIG_START_KERNEL"Paul Bolle1-1/+1
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2-4/+11
2013-08-14powerpc: Make NUMA device node code endian safeAlistair Popple1-48/+52
2013-08-14powerpc: Implement __get_user_pages_fast()Paul Mackerras1-16/+21
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard1-1/+1
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard2-3/+3
2013-08-01powerpc: VPHN topology change updates all siblingsRobert Jennings1-15/+44
2013-07-24powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V1-2/+8
2013-07-24powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V1-0/+2
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds19-263/+1076
2013-07-03mm/PPC: prepare for killing free_all_bootmem_node()Jiang Liu1-15/+1
2013-07-03mm/ppc: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-44/+12
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-3/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li1-1/+1
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-1/+7
2013-07-01powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot1-2/+3
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker5-12/+11
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman1-1/+7
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V2-2/+83
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V1-0/+29
2013-06-21powerpc: split hugepage when using subpage protectionAneesh Kumar K.V1-0/+48